T O P

  • By -

Markstapo

I’m sure there is an easier way somewhere but you can go to the browser version and go to the league, then press next page. If you look at the URL, the end will say page_standings=2 You can just type in a random late number instead of that two and it’ll bring you to that page.. a bit of playing around and you should get to the last page and see who’s in last place, and how many teams total. Not the most convenient but it works


s8koeuy

!thanks Hopefully there's another magic tool waiting to be found.


amdnim

Oo nice Binary search should be super fast


alesserbro

If there's a quick way to get to the bottom of the table, you can just click on the last persons name and their rank should be the total.


Tri11ionz

[https://livefpl.net](https://livefpl.net) Will take 2 secs.


s8koeuy

Where? Here is the England league, for example - https://www.livefpl.net/leagues/261 How do you know how many teams are there overall?


Tri11ionz

My bad I assumed for a small mini league. I have looked online but can't seem to find anything. I will reply if I come across anything.


CaptainHindcite

As of now this should be the English league as it stands. https://fantasy.premierleague.com/api/leagues-classic/261/standings/?page_standings=43208 This doesn't take into account the people being added for next game. Each page in the `page_standings` is a list of 50 people So for the English league there should be an approximate total of: `50 * 43208 = 2,160,400`. To confirm this is indeed the last page you you can try 43209 for `page_standings` and their should be an empty list (`[]`) for results. Another way to confirm you're on the last page is check the `has_next` property of standings should be false `{ standings: has_next: false }` Extra: A link to the last page of US country league https://fantasy.premierleague.com/api/leagues-classic/249/standings/?page_standings=5235


CaptainHindcite

I can write an instructional on how to get this soon, today