Public stash tab API: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
m (Vinifera7 moved page Public Stash Tab Api to Public stash tab API)
>@DeletedUser40382799
m (trackpete isn't poe.trade autor)
Line 24: Line 24:
http://api.exiletools.com/info/
http://api.exiletools.com/info/


== Further information and reading from the author of poe.trade ==
== Further information and reading ==
https://www.reddit.com/r/pathofexiledev/comments/48i4s1/information_on_the_new_stash_tab_api/
https://www.reddit.com/r/pathofexiledev/comments/48i4s1/information_on_the_new_stash_tab_api/

Revision as of 23:28, 19 September 2016

This page contains development information and is intended for developers and not regular end users.

"API"/Interface

With game path 2.2 GGG published a basic JSON interface to obtain information relevant for general trade according to the new Premium/Public Stash Tabs. Basically the interface serves global update information (considerable as a update-"stream") on any public stash tabs recognized by the game servers.

URL

http://www.pathofexile.com/api/public-stash-tabs

"Pagination"

The json data is prefixed with the field "next_change_id" If you want the next page of update information append the next_change_id to the URL:

For example: http://www.pathofexile.com/api/public-stash-tabs?id=220_1652_744_1341_230

[Note: I needed to replace dashes with underscores because the wiki took the ID for a phone number and blocked creating this article]

Docs

Official Docs

As from 2016/03/30 there is currently no official documentation on the Public Stash Tab "API"

Unofficial Docs

http://api.exiletools.com/info/

Further information and reading

https://www.reddit.com/r/pathofexiledev/comments/48i4s1/information_on_the_new_stash_tab_api/