StatsHub Docs
APIEndpoint referenceFixtures

/v2/fixtures/{fixtureId}/lineups

Get the latest fixture lineup

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

Get the latest fixture lineup

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/lineups"
{  "data": {    "players": [      {        "confidence": "string",        "jerseyNumber": 0,        "player": {          "id": "string",          "name": "string",          "slug": "string"        },        "position": "string",        "side": "string",        "starter": true,        "team": {          "id": "string",          "name": "string",          "slug": "string"        }      }    ],    "status": "string"  }}