APIEndpoint referencePlayer
/player/{id}/card-stats
Path Parameters
id*integer
Format
int64Query Parameters
includeNational?string
limit?integer
Format
int64teamId?integer
Format
int64Response 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}
