How to access Clausura 2026 standings for Argentinian Primera Division (id 4406)? |
| Posted: 10 Sep 2026 19:06 | |||
Posts: 9 Joined: 2026 | Hi, I'm a Premium subscriber building an app on the Argentinian Primera Division (league id 4406). This year the league splits into two short tournaments, Apertura (already finished, Jan–May) and Clausura (in progress since July). I'm having trouble getting standings specifically for the Clausura. Fixtures/schedule are correct and up to date. /api/v2/json/schedule/league/4406/2026 returns the full season (495 events) with correct live scores and statuses, so the match data itself is fine. Only issue there: intRound is reused between both tournaments (e.g. round 9 has 15 Apertura matches from May and 15 Clausura matches from September under the same round number), so I have to separate them by date instead — not a blocker, just noting it in case it's relevant. Standings are where I'm stuck. lookuptable.php?l=4406&s=2026 (v1 — I couldn't find any v2 equivalent, see below) returns a table split into strGroup: "Apertura - Group A" / "Apertura - Group B", and the numbers haven't changed across requests made several days apart, even though dateUpdated shows the current date and the Clausura has played several rounds in between. So it looks like this table is stuck on Apertura data and never switched over to Clausura. Questions: Is there a different s= season string, or another parameter, to get Clausura 2026 standings specifically (as opposed to whatever "2026" currently returns)? Is lookuptable.php expected to update to the Clausura at some point, or is this season simply not going to be tracked as two separate tables? | ||
![]() | |||
| Posted: 10 Sep 2026 19:11 | |||
Ovokx Edits: 503,654 Posts: 1,898 Joined: 2020 | Hi, standings for leagues with splits are unsupported | ||
![]() | |||
| Posted: 10 Sep 2026 19:36 | |||
Posts: 9 Joined: 2026 | Just like that? | ||
![]() | |||
| Posted: 10 Sep 2026 19:37 | |||
Posts: 9 Joined: 2026 | I was working on update argentinean league, but i have to move to another api if thats the solution | ||
![]() | |||
| Posted: 11 Sep 2026 07:05 | |||
![]() curswine Edits: 1,133,455 Posts: 1,269 Joined: 2020 | Yes, league tables are very buggy especially for leagues with a format other than round-robin. It is always best if you can create your own from the score data so you can validate that they are correct and spot issues a lot easier. Please check out the instructions for a refund here https://www.thesportsdb.com/docs_refunds.php | ||
![]() |