APIEndpoint referenceFixtures
/v2/fixtures/{fixtureId}
Get a fixture
Get a fixture
Path Parameters
fixtureId*string
Opaque resource ID
Match
^[1-9][0-9]*$Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/fixtures/string"{ "data": { "awayTeam": { "id": "string", "name": "string", "shortName": "string", "slug": "string" }, "competition": { "id": "string", "name": "string", "slug": "string" }, "coverage": { "lineup": "string", "odds": true, "playerStatistics": true, "statistics": true }, "homeTeam": { "id": "string", "name": "string", "shortName": "string", "slug": "string" }, "id": "string", "kickoffAt": "2019-08-24T14:15:22Z", "phase": { "id": "string", "name": "string", "slug": "string" }, "referee": { "id": "string", "name": "string", "slug": "string" }, "round": 0, "score": { "away": 0, "awayNormal": 0, "home": 0, "homeNormal": 0 }, "season": { "id": "string", "name": "string", "slug": "string" }, "slug": "string", "status": "string", "venue": { "cityName": "string", "id": "string", "name": "string", "slug": "string" } }}