StatsHub Docs
APIEndpoint referenceFixtures

/v2/fixtures/{fixtureId}/incidents

List fixture timeline incidents

GET
/api/v2/fixtures/{fixtureId}/incidents

List fixture timeline incidents

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/incidents"
{  "data": [    {      "addedTime": 0,      "assist": {        "id": "string",        "name": "string",        "slug": "string"      },      "class": "string",      "id": "string",      "minute": 0,      "player": {        "id": "string",        "name": "string",        "slug": "string"      },      "reason": "string",      "rescinded": true,      "score": {        "away": 0,        "awayNormal": 0,        "home": 0,        "homeNormal": 0      },      "side": "string",      "type": "string"    }  ]}