APIEndpoint referencePlayer

/player/{id}/card-stats

GET
/api/v2/player/{id}/card-stats

Path Parameters

id*integer
Formatint64

Query Parameters

includeNational?string
limit?integer
Formatint64
teamId?integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/player/0/card-stats"
{  "$schema": "https://example.com/schemas/PlayerCardStatsOKBody.json",  "games": [    {      "property1": null,      "property2": null    }  ],  "gamesAnalyzed": 0,  "playerCards": {    "property1": null,    "property2": null  },  "playerId": 0,  "playerPercentage": null,  "teamCards": {    "property1": null,    "property2": null  },  "teamId": null}