APIEndpoint referenceEvent

/event/lineup-status

Whether each fixture's lineup is confirmed, predicted, or unavailable.

GET
/api/v2/event/lineup-status

Whether each fixture's lineup is confirmed, predicted, or unavailable.

Query Parameters

ids?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/event/lineup-status"
{  "$schema": "https://example.com/schemas/EventLineupStatusOKBody.json",  "data": {    "property1": "string",    "property2": "string"  }}