StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/upcoming-fixtures

GET
/api/tournament/{id}/upcoming-fixtures

Path Parameters

id*string

Query Parameters

days?integer
Formatint64
endOfDay?integer
Formatint64
startOfDay?integer
Formatint64

Response 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    }  ]}