GET /rankings/{countryCode}/players
GET /rankings/{countryCode}/playersclubs
Description: Get PlayerClub Rankings For A Country Or Global Rankings.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| countryCode | string | ✅ | Two letter country code or 'global' |
| limit | integer | ❌ | Limit number of results |
| api_key | string | ❌ | API Key |
Example Response
{
"status"region": "success"global",
"timestamp": 1752673804,
"items": [
{
"tag": "#JQPR280C",
"name": "CodeMagic🔮",
"badgeId": 8000054,
"trophies": 3350358,
"rank": 1,
"memberCount": 30
},
{
"tag": "#2LGGLPUCR",
"name": "Phantom",
"badgeId": 8000021,
"trophies": 3322607,
"rank": 2,
"memberCount": 29
}
]
}