Ranking
Ranking Teams
Get HLTV team rankings.
hltv.org/ranking/teams
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
country?array<string>|
Filter by country (e.g. Russia).
year*RankingYearHLTV
Filter by year (e.g. 2024).
Value in
- "2015"
- "2016"
- "2017"
- "2018"
- "2019"
- "2020"
- "2021"
- "2022"
- "2023"
- "2024"
- "2025"
- "2026"
month*RankingMonth
Filter by month (e.g. january).
Value in
- "january"
- "february"
- "march"
- "april"
- "may"
- "june"
- "july"
- "august"
- "september"
- "october"
- "november"
- "december"
day*Day
Filter by day (e.g. 1).
Range
1 <= value <= 31Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/ranking/teams?year=2015&month=january&day=1"{ "teams": [ { "team": { "name": "string", "id": 0 }, "points": 0, "place": 0, "change": 0, "isNew": true } ]}Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Empty