APIEndpoint referenceFixtures
/v2/fixtures/{fixtureId}/player-statistics
List fixture player performances
List fixture player performances
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/player-statistics"{ "data": [ { "assists": 0, "expectedAssists": "string", "expectedGoals": "string", "goals": 0, "id": "string", "minutesPlayed": 0, "passesAttempted": 0, "passesCompleted": 0, "player": { "id": "string", "name": "string", "slug": "string" }, "position": "string", "rating": "string", "redCards": 0, "saves": 0, "shotsOffTarget": 0, "shotsOnTarget": 0, "tackles": 0, "team": { "id": "string", "name": "string", "slug": "string" }, "yellowCards": 0 } ]}