Show Match
Endpoint to retrieve details of a specific match including teams, scores, and result. Use related endpoints for stats or point-by-point data.
See Match Statuses for the meaning of the status field.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The match ID
Response
MatchResource
Scheduled start in server timezone (Europe/Madrid). Resolved from schedule_label; null for "followed by" matches with no announced time.
Same instant as scheduled_at, serialized in the tournament's timezone.
scheduled, live, ended, finished, retired, walkover, bye Final score of the match. On the free plan, matches played more than 6 months ago return hidden_free_plan; paid plans include the full historical archive.
Winning team (team_1 or team_2). On the free plan, matches played more than 6 months ago return hidden_free_plan; paid plans include the full historical archive.
Actual start of play (first tracked point, after warm-up), in server timezone (Europe/Madrid). Distinct from scheduled_at, which is the announced start time.
Same instant as started_time, serialized in the tournament's timezone.