Site Home / Forum / General Discussion / Lookup Table: v2 equivalent of lookuptable.php (league standings)?
Lookup Table: v2 equivalent of lookuptable.php (league standings)?
Posted: 10 Sep 2026 18:14
Fedev84
Posts: 9 Joined: 2026
Hi, I'm a Premium subscriber building an app on top of the API (Argentinian Primera Division, league id 4406) and I'm trying to move everything to v2 as recommended, but I can't find a way to get league standings/points table there.
What I've tried so far (all with X-API-KEY header, Premium key):
/api/v2/json/lookup/league/4406 → returns league metadata (description, badges, TV rights, etc.), no standings.
/api/v2/json/lookup/table/4406/2026 → {"Message":"Invalid ID passed"}
/api/v2/json/lookup/table/4406 → 200 OK but empty body.
/api/v2/json/list/teams/4406 and /api/v2/json/list/seasons/4406 → team roster and season list, no points/standings data either.
In v1, lookuptable.php?l=4406&s=2026 gives me exactly what I need (rank, points, W/D/L, goal difference per team). Is there a v2 equivalent, or is v1's lookuptable.php still the intended way to get standings even when using v2 for everything else?