Team
Team ID
Get the data from the HLTV team page by its Team ID.
hltv.org/team/{id}
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically. Credits are not refunded for invalid IDs (404).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
id*Id
The team ID. You can find this ID in the response of other endpoints like /match/{id}, /results, or /player/{id} (inside team objects).
Example
7020Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/team/7020"{ "id": 0, "name": "string", "logo": "string", "socials": { "facebook": "string", "x": "string", "instagram": "string", "vk": "string", "youtube": "string", "twitch": "string" }, "country": { "name": "string", "code": "string" }, "rank": 0, "valveRank": 0, "weeksInTop30ForCore": 0, "averagePlayerAge": 0, "players": [ { "id": 0, "name": "string", "type": "Coach", "timeOnTeam": "string", "mapsPlayed": 0 } ], "rankingDevelopment": [ { "date": "string", "rank": 0, "valveRank": 0 } ]}Empty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Empty