Indoor Updates
League Updates (full or delta)
Returns a list of Leagues, either all available or only those modified since a given timestamp.
get/web/leagues
Query parameters
tsinteger
Unix timestamp (in seconds). Filters leagues updated since this time.
Example:1759329493
Unix timestamp (in seconds). Filters leagues updated since this time.
allboolean
Return all leagues ignoring ts. Accepted values: true, false, 1, 0, yes, no.
Example:true
Return all leagues ignoring ts. Accepted values: true, false, 1, 0, yes, no.
Response
Example response
[
{
"id": "league_1",
"name": "Indoor League 2024",
"short_name": "IL24",
"is_active": true,
"federation_id": "fed_1",
"type": "indoor",
"gender": "mixed",
"slug": "indoor-league-2024",
"code": "indoor-league-2024-2023-2024",
"season_id": "season_2023_2024",
"created_at": "2023-01-01 09:00:00",
"updated_at": "2025-10-10 12:00:00",
"deleted_at": null
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.