StatsHub Docs
Endpoint referenceReferee

/referee/{id}/incidents

GET
/api/v2/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/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/referee/string/incidents"
{  "$schema": "https://example.com/schemas/RefereeIncidentsOKBody.json",  "data": [    "string"  ]}