Returns standings (approved teams with stats) for a specific league. Each team includes a rank based on position. Requires API key with leagues.league_public permission.
leagues.league_public permission on your API key.
{identifier} path parameter accepts the league slug - the URL-friendly league name (e.g., my-league).
rank field based on their position in the standings. Results are sorted by performance and only include teams with an APPROVED status.
| Parameter | Type | Required | Description |
|---|---|---|---|
seasonId | string | No | Filter standings by a specific season ID |
gameId | string | No | Filter standings by a specific game ID |
limit | number | No | Maximum results to return (1-100, default 50) |
seasonId parameter to get standings for a specific season. If omitted, returns overall standings.
gameId to filter standings to teams competing in a specific game.
API key authentication. Generate an API key from Settings > Developer in the TeamBattles app. Format: tb_xxxxxxxx...
League slug
Optional season, game filter, and limit