StatsHub Docs
APIEndpoint referenceReferee

/referee/{id}/incidents

GET
/api/referee/{id}/incidents

Path Parameters

id*string

Query Parameters

limit?integer
Formatint64
page?integer
Formatint64
season?string
seasonId?integer
Formatint64
tournamentId?integer
Formatint64
tournamentIds?array<>|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/referee/string/incidents"
{  "data": [    "string"  ]}