Indoor Updates
Federation Updates (full or delta)
Returns a list of Federations, either all available or only those modified since a given timestamp.
get/web/federations
Query parameters
tsinteger
Unix timestamp (in seconds). Filters federations updated since this time.
Example:1759329493
Unix timestamp (in seconds). Filters federations updated since this time.
allboolean
Return all federations ignoring ts. Accepted values: true, false, 1, 0, yes, no.
Example:true
Return all federations ignoring ts. Accepted values: true, false, 1, 0, yes, no.
Response
Example response
[
{
"id": "fed_1",
"address_id": "addr_888",
"name": "Austrian Volleyball Federation",
"shortname": "ÖVV",
"active": true,
"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.