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

idinteger
datestring
genderstring
roundstring
round_namestring
playing_typestring
round_name_shortstring
numberinteger
is_tv_matchboolean
points_ainteger
points_binteger
sets_ainteger
sets_binteger
points_set1_ainteger
points_set1_binteger
points_set2_ainteger
points_set2_binteger
points_set3_ainteger
points_set3_binteger
points_set4_astring
points_set4_bstring
points_set5_astring
points_set5_bstring
duration_minutesinteger
is_result_confirmedboolean
table_points_ainteger
table_points_binteger
is_certifiedboolean
date_notestring
notestring
note_astring
note_bstring
reportstring
report_astring
report_bstring
slugstring
codestring
championship_idinteger
fieldstring
team_a_idinteger
team_a_colorstring
team_b_idinteger
team_b_colorstring
venue_idinteger
playoff_roundstring
match_namestring
referee1string
referee2string
vs_match_idinteger
created_atstring
updated_atstring
deleted_atstring

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.