APIEndpoint referencePlayer

/player/{id}/performance

GET
/api/v2/player/{id}/performance

Path Parameters

id*integer
Formatint64

Query Parameters

includeNational?string
limit?integer
Formatint64
location?string
startedMatch?string
tournamentId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/player/0/performance"
{  "$schema": "https://example.com/schemas/PlayerPerformanceOKBody.json",  "data": [    "string"  ]}