Check ladder position by specified page

Hey,

Is there a way to display a ladder ranking directly on a given page ?

Let's take an example :
https://www.pathofexile.com/forum/view-thread/1841357

When I open this URL, Page 1 (i.e. ranks 1 to 20) are automatically displayed.

I'd like to be able to save a bookmark that automatically displays this ladder on page 300 (for example).

Something like https://www.pathofexile.com/forum/view-thread/1841357?page=300

How can I do that ?

Thank you !
Last bumped on Jul 15, 2018, 5:01:24 PM
I dont know if you can do that, and I dont know why you would want that, but just in case you didnt know, there are other sites that you can use to look at the ladders. poe-racing.com is what I use and it lets you sort it in a few different ways.
Quis custodiet ipsos custodes?
Thank you for the advice, I've already checked this website but unfortunately, it's limited to a few leagues only (Incursion atm).
So, absolutely not possible ?
How to access directly to page 300 for example ?
Don't see the point, but won't it change in any case?
~ Adapt, Improvise and Overcome
You can use the poe api (https://www.pathofexile.com/developer/docs/api) to get the ladder at a specified postion in json format:

https://www.pathofexile.com/api/ladders?offset=300&limit=20&id=SSF+Standard&type=league

Or you can export the ladder in 2k steps:

https://www.pathofexile.com/ladder/export-csv/league/SSF%20Standard/index/1
German chat: /global 4745
"
FNX_Heroes wrote:
Thank you for the advice, I've already checked this website but unfortunately, it's limited to a few leagues only (Incursion atm).


Thats a good point, I had not thought about that as I always used it for the current league. I looked into the source code of the ladders and I didnt find a way to do what you want. (Doesnt mean its impossible, just means I dont know how)
Quis custodiet ipsos custodes?
"
Wofferl wrote:
You can use the poe api (https://www.pathofexile.com/developer/docs/api) to get the ladder at a specified postion in json format:

https://www.pathofexile.com/api/ladders?offset=300&limit=20&id=SSF+Standard&type=league

Or you can export the ladder in 2k steps:

https://www.pathofexile.com/ladder/export-csv/league/SSF%20Standard/index/1

That's a good starting point indeed, thank you.
I will look into it more in details.

Report Forum Post

Report Account:

Report Type

Additional Info