APIEndpoint referenceTournament
/tournament/{id}/upcoming-fixtures
Path Parameters
id*string
Query Parameters
days?integer
Format
int64endOfDay?integer
Format
int64startOfDay?integer
Format
int64Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/tournament/string/upcoming-fixtures"{ "data": [ { "awayTeamId": 0, "awayTeamName": "string", "homeTeamId": 0, "homeTeamName": "string", "id": 0, "internalId": 0, "slug": "string", "startTime": 0, "status": "string", "tournamentId": 0, "venueId": 0 } ]}