Indoor Updates
Match Updates (full or delta)
Returns a list of Matches, either all available or only those modified since a given timestamp.
get/web/matches
Query parameters
tsinteger
Unix timestamp (in seconds). Filters matches updated since this time.
Example:1759329493
Unix timestamp (in seconds). Filters matches updated since this time.
allboolean
Return all matches ignoring ts. Accepted values: true, false, 1, 0, yes, no.
Example:true
Return all matches ignoring ts. Accepted values: true, false, 1, 0, yes, no.
federation_idstring
Filters matches by federation (via championship).
Example:VBV
Filters matches by federation (via championship).
Response
Example response
[
{
"id": 1,
"date": "2024-01-15 17:00:00",
"gender": "W",
"round": "3",
"round_name": "Viertelfinalspiele",
"playing_type": "Best of 5",
"round_name_short": "VF",
"number": 5,
"is_tv_match": false,
"points_a": 3,
"points_b": 1,
"sets_a": 3,
"sets_b": 1,
"points_set1_a": 25,
"points_set1_b": 20,
"points_set2_a": 25,
"points_set2_b": 22,
"points_set3_a": 25,
"points_set3_b": 18,
"points_set4_a": null,
"points_set4_b": null,
"points_set5_a": null,
"points_set5_b": null,
"duration_minutes": 90,
"is_result_confirmed": true,
"table_points_a": 3,
"table_points_b": 0,
"is_certified": true,
"date_note": null,
"note": null,
"note_a": null,
"note_b": null,
"report": null,
"report_a": null,
"report_b": null,
"slug": "5-team-a-team-b",
"code": "5-team-a-team-b-champcode",
"championship_id": 2,
"field": null,
"team_a_id": 10,
"team_a_color": null,
"team_b_id": 11,
"team_b_color": null,
"venue_id": 3,
"playoff_round": "VF1",
"match_name": "SVS VS UVC",
"referee1": "John DOE",
"referee2": "Thomas MOSER",
"vs_match_id": 98765,
"created_at": "2024-01-01 09:00:00",
"updated_at": "2024-01-10 12:00:00",
"deleted_at": null
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.