StatsHub Docs
Endpoint referencePlayer

/player/next-fixture-odds

GET
/api/v2/player/next-fixture-odds

Query Parameters

nextFixtureId?string
playerId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/player/next-fixture-odds"
{  "$schema": "https://example.com/schemas/PlayerNextFixtureOddsOKBody.json",  "data": [    {      "property1": null,      "property2": null    }  ],  "meta": {    "property1": null,    "property2": null  }}