StatsHub Docs
Endpoint referenceEvent

/event/{id}/predicted-teams-lineup

GET
/api/v2/event/{id}/predicted-teams-lineup

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/event/0/predicted-teams-lineup"
{  "$schema": "https://example.com/schemas/EventPredictedTeamsLineupOKBody.json",  "awayTeam": {    "property1": null,    "property2": null  },  "homeTeam": {    "property1": null,    "property2": null  }}