APIAPI v2V2 endpoint referenceReferees
/referees/{refereeId}/competition-statistics
List a referee's record per competition
List a referee's record per competition
Path Parameters
refereeId*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/referees/string/competition-statistics"{ "data": [ { "appearances": 0, "competition": { "id": "string", "name": "string", "slug": "string" }, "penalties": 0, "redCards": 0, "yellowCards": 0, "yellowRedCards": 0 } ]}