StatsHub Docs
APIEndpoint referenceV2

/v2/matchday-fixtures

Serves a compact, filtered fixture page for the matchday board.

GET
/api/v2/matchday-fixtures

Serves a compact, filtered fixture page for the matchday board.

Query Parameters

page?string
pageSize?string
endOfDay?string
startOfDay?string
uniqueTournamentId?string
upcomingOnly?string

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/matchday-fixtures"
{  "data": [    {      "awayTeam": {        "id": 0,        "internalId": 0,        "name": "string",        "shortname": "string",        "slug": "string"      },      "categories": {        "flag": "string",        "id": 0,        "name": "string",        "slug": "string"      },      "events": {        "awayScoreCurrent": 0,        "homeScoreCurrent": 0,        "id": 0,        "internalId": 0,        "refereeId": 0,        "slug": "string",        "status": "string",        "timeStartTimestamp": 0,        "uniqueTournamentId": 0      },      "homeTeam": {        "id": 0,        "internalId": 0,        "name": "string",        "shortname": "string",        "slug": "string"      },      "lineupType": "string",      "refereeAvgCards": 0,      "refereeGames": 0,      "refereeName": "string",      "refereeRedCards": 0,      "refereeYellowCards": 0,      "uniqueViewPriority": 0,      "unique_tournaments": {        "id": 0,        "name": "string",        "slug": "string"      }    }  ],  "facets": {    "competitions": [      {        "id": 0,        "name": "string",        "uniqueTournamentId": 0      }    ]  },  "pagination": {    "currentPage": 0,    "hasNextPage": true,    "hasPreviousPage": true,    "pageSize": 0,    "totalCount": 0,    "totalPages": 0  }}