StatsHub Docs
Endpoint referenceTeam

/team/{id}/players/AGScollection

GET
/api/v2/team/{id}/players/AGScollection

Path Parameters

id*integer
Formatint64

Query Parameters

h2h?integer
Formatint64
limit?integer
Formatint64
location?string
season?string
seasonId?integer
Formatint64
status?string
fixtureId?integer
Formatint64
tournamentId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/team/0/players/AGScollection"
{  "$schema": "https://example.com/schemas/TeamPlayersAGSCollectionOKBody.json",  "currentFixturePlayerStats": [    0  ],  "data": [    "string"  ],  "events": [    null  ]}