Returns seasons for a specific league with optional game and status filtering. 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).
| Parameter | Type | Required | Description |
|---|---|---|---|
gameId | string | No | Filter seasons by a specific game ID |
status | string | No | Filter seasons by status |
gameId to filter seasons associated with a specific game.
status to filter seasons by their current status (e.g., active, completed, upcoming).
API key authentication. Generate an API key from Settings > Developer in the TeamBattles app. Format: tb_xxxxxxxx...
League slug
Optional game and status filters