StatsHub Docs
Endpoint referenceWorld cup

/world-cup/player-cards

The most-carded players among the nations at the 2026 World Cup.

GET
/api/v2/world-cup/player-cards

The most-carded players among the nations at the 2026 World Cup.

scope decides which appearances count. "national" is games for their country, "club" is everything else, and the distinction matters: a player disciplined in a domestic league is not necessarily disciplined in a tournament refereed differently.

A failure answers 200 with an empty list, not a 500 — this feeds a promo panel, and the original chose not to fail a page over it.

Query Parameters

scope?string

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/world-cup/player-cards"
{  "$schema": "https://example.com/schemas/WorldCupPlayerCardsOKBody.json",  "data": [    {      "apps": 0,      "bookedPct": 0,      "cardsPer90": 0,      "cardsPerApp": 0,      "foulsPerGame": 0,      "id": 0,      "minutesPerGame": 0,      "name": "string",      "nationName": "string",      "reds": 0,      "slug": "string",      "tacklesPerGame": 0,      "yellows": 0    }  ],  "scope": "string"}