APIEndpoint referenceTeam
/team/{id}/players/performance
Path Parameters
id*integer
Format
int64Query Parameters
h2h?integer
Format
int64limit?integer
Format
int64location?string
season?string
seasonId?integer
Format
int64status?string
fixtureId?integer
Format
int64tournamentId?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/performance"{ "$schema": "https://example.com/schemas/TeamPlayersPerformanceOKBody.json", "currentFixturePlayerStats": [ 0 ], "data": [ { "property1": null, "property2": null } ], "events": [ null ], "unavailability": [ { "property1": null, "property2": null } ]}
