StatsHub Docs
APIEndpoint referenceFixtures

/v2/fixtures/{fixtureId}/statistics

List fixture team statistics

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

List fixture team statistics

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/statistics"
{  "data": [    {      "awayTotal": "string",      "awayValue": "string",      "group": "string",      "homeTotal": "string",      "homeValue": "string",      "key": "string",      "period": "string"    }  ]}