unicum.gg

Onslaught leaderboard

GET
/{region}/players/onslaught

The Onslaught (Competitive 7) ranked leaderboard for a region,

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"

Query Parameters

limit?integer

Maximum number of rows to return. Out-of-range values are clamped.

Range1 <= value <= 60000
Default10
season?string

Season event id to load (default the current season). From the seasons list in the response.

Response Body

application/json

curl -X GET "https://example.com/eu/players/onslaught"
{  "season": {    "eventId": "string",    "name": "string",    "codename": "string",    "seasonOrdinal": "string",    "assetsRef": "string",    "startDate": "string",    "endDate": "string",    "ended": true,    "elitePosition": 0,    "masterPosition": 0,    "lastRecalculationTs": 0  },  "seasons": [    {      "key": "string",      "label": "string",      "available": true,      "eventId": "string"    }  ],  "results": [    {      "rank": 0,      "account_id": 0,      "nickname": "string",      "clan_tag": "string",      "clan_color": "string",      "recordedNickname": "string",      "recordedClanTag": "string",      "recordedClanColor": "string",      "rating": 0,      "battles": 0,      "is_verified": true,      "is_supporter": true,      "twitch_login": "string"    }  ]}