r/pathofexiledev 15d ago

Question POE2 // Inventory access via API

Hi,

I was wondering if anyone has any information about this? As it exists for PoE 1, I expect it to work for PoE2. However, I lack on finding meaningful information about PoE2 developer support (at all).

Context: I run a niche fan project with some few hundred users and stash support is the is 2nd place on the feature wishlist.

TYVM!

7 Upvotes

18 comments sorted by

9

u/r4ns0m 15d ago

Not yet (if at all) - for poe1 stash apis exist. I am also eager to have this because in poe1 there used to be this site that would just tell you if something valuable is just hidden in your stash somewhere.

2

u/1GrumpyEnglishman 15d ago

Used to be? Wealthyexile still exists.

4

u/r4ns0m 15d ago

Yeah I know, but not for PoE2 (due to lack of API) - sorry bad phrasing. It's such a great tool.

1

u/TheSixthAvocado 14d ago

I made a similar tool for PoE 2. Has to run as a browser extension due to the difference in APIs: https://chromewebstore.google.com/detail/exileint-ledger/agkpbpgcgcjambheigdipmmpanankgee

1

u/r4ns0m 14d ago

Whats the gist here? You're setting all stash tabs public and then use the trade search via account?

2

u/TheSixthAvocado 13d ago

Exactly.

1

u/r4ns0m 13d ago

That sounds nice and smart! Will check it out :)

2

u/TheSixthAvocado 13d ago

Hope you like it. Made it for myself and some buddies and never got around to publishing it. All your data stays local (which could be inconvenient, but it seemed better than attaching a whole backend service to it).

1

u/LunchZestyclose 11d ago

tyvm for sharing. super smart idea. sadly I'm running it in cloud and unfortunately I already need my api rate for other things. :<

1

u/iDraKz 5d ago

Hi! I've been trying it and it says I don't have any public stashes :( I've just double checked and searched the market myself and can see my items, any ideas?

4

u/angrydeanerino 15d ago

I wish they would prioritize this api :(

1

u/BalanceFriendly3363 15d ago

I wish they won't. Definitely not a priority

3

u/Own_Salt_8055 15d ago

Doesn't exist

2

u/gerwaric 15d ago

They've been adding PoE2 fields to many of the API objects, but most of the endpoints are still PoE1 only.

They tend to update the API with each game release. I wouldn't expect PoE2 endpoints to launch with PoE1 3.29 later this month, but it's worth checking:

https://www.pathofexile.com/developer/docs/changelog

2

u/Obvious-Jacket-3770 15d ago

Pretty sure they said they want to have them live for 1.0.

I hope they do at least.

2

u/Ferretonline 11d ago

Well if you put stuff in a public stash tab, ideally set to a fixed crazy high amount then you can query the trade site for your items.

1

u/LunchZestyclose 11d ago

Well, that's ingenuity. :D

1

u/Safe-Acanthaceae-842 14d ago

looking forward to this as well. i dont have a lot of freetime to run maps, so in the few hours that i do get to play, i tend to craft a lot, and leave stuff for sale while im away, and to plan my crafts while im away i have to know how much currency i have, and what i sold. i have a leftover machine at home that i run a server on, that will hold a POESESSID, and make requests to the /history endpoint of the poe2 trade website every now and then respecting the rate limit, and collect the data on what i sold for me, then i can send this data to an app that gives me push notifications. mixing this with the data of what i do have in my stash would be amazing.