Path of Exile API and Character data
edit: just use javascript. Last edited by meatmeatmeatmeat#4124 on Nov 10, 2012, 5:24:45 PM
|
|
Anyone got an update to this info?
The API for characters is actually fairly developed the only problem being you can only access characters on your account. Obviously it may make sense not to reveal all information about characters not on your account but the majority being public wouldn't be a problem as far as I can tell. www.roughlyaboutgames.com
|
|
Hey guys
Is there an API call to get the skill tree itself, without logging in and getting-one-of-your-chars-data which includes the tree data? |
|
no
http://poetools.com/ - PATH OF EXILE TOOLS
|
|
Well. I have been looking exactly for the same information. I am also a Rails/JS dev, and I have acquired a pretty good domain.
I'll just keep everything in a stand-by mode until we can get any kind of valuable information to be displayed. |
|
Is there a way to send login info to the API yet or anything like that? I don't want the users of any apps I make forced to go to pathofexile.com to sign in first.
|
|
This is really useful! Book marking this.
|
|
Any new info on the API?
Would love to start working on an idea. www.nicolaswidart.com
|
|
+1, it would be nice to get some new info on the API.
Btw, I've just started to work on a site which allows you to do complex item comparison and item value checks, however, my ajax request seems to be denied all the time. When I do this: " I get a 302 - Moved temporarly error, but whenever I open it in the browser it's fine. I know it should work because the Chrome receipt detector extension uses this code also to get character information. Any tips? |
|
There is a REST API (in JSON woohow, fu XML), but they only have implemented ladder/league data.
Info: http://www.pathofexile.com/developer/docs/api @pandamoniumhun you need to have a cookie from sessoin that is loggedin to only get char data from that logged user Last edited by Tikal#1807 on Feb 10, 2013, 9:36:39 AM
|
|