StatsHub Docs
Endpoint referenceTeam

/team/{id}/fixtures-with-odds

GET
/api/v2/team/{id}/fixtures-with-odds

Path Parameters

id*integer
Formatint64

Query Parameters

limit?integer
Formatint64
seasonId?integer
Formatint64
status?string
tournamentId?integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/team/0/fixtures-with-odds"
{  "$schema": "https://example.com/schemas/TeamFixturesWithOddsOKBody.json",  "data": [    "string"  ]}