Get a league's standings
GET/orgs/:orgSlug/event-series/:slug/standings
The league's standings table addressed by LEAGUE slug, for a page that
knows the league it is showing but not the id of the standings table
behind it. The league carries the link (standingSeriesId), so this
resolves it and computes the table in one request.
The standings series metadata rides along because a season-based league
needs its seasons to render a season picker, and because standingSeries.id
is what later requests use — another season, or a competitor's
contributions — through the ordinary standings endpoints.
A league that exists but has no standings table linked answers 200 with both fields null, so a widget can say "no standings yet" instead of treating it as an error.
Request
Responses
- 200
- 400
- 404
- 429
OK
Unknown seasonId.
Org or league not found
Too many requests — 60/min per IP exceeded.