Skip to main content

/rankings/{countryCode}/brawlers/{brawlerId}


Description: Get PlayerBrawler 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

{
  "region": "global",
  "brawler": {
    "id": 16000000,
    "name": "Shelly"
  },
  "timestamp": 1752673932,1752674042,
  "items": [
    {
      "tag": "#20CQLYP2C"#L9QYJ2JQ0",
      "name": "Jason🐙"Skibidi🚽Akshay",
      "nameColor": "0xffcb5aff"0xffffffff",
      "icon": {
        "id": 2800093328000769
      },
      "trophies": 149036,2170,
      "rank": 1,
      "club": {
        "tag": "#2LY00CUVL",
        "name": "‼️READA BIO‼️"Few JUaChAs💜"
      },
      "timestamp": 1752642284,
      "playerTrophies": 96448,
      "playerHighestTrophies": 101004,
      "3vs3Victories": 5985,
      "soloVictories": 10312,
      "duoVictories": 817,
      "expLevel": 251,
      "expPoints": 321631,
      "ranked": 16,
      "rankedPoints": 6026,
      "highestRank": 18,
      "highestRankedPoints": 7856,
      "recordRank": 7,
      "recordPoints": 47150,
      "created": 2021,
      "fame": 59853,
      "prestige": 4,
      "generalMastery": 1696206
    }
  ]
}