List Teams
CS2 team directory — trigram search and filter by region
GET
List CS2 teams
Documentation Index
Fetch the complete documentation index at: https://docs.ticktock.bet/llms.txt
Use this file to discover all available pages before exploring further.
What it returns
Team directory. Each entry has the HLTV id, name, country code, current world ranking, and region. Filterable byregion; search runs the same trigram-ranked match used by the unified search endpoint — exact → prefix → substring → fuzzy similarity, scored 0–1.
When search is supplied, results come back ordered by relevance score. Without it, the default sort is world ranking ascending (best first), with unranked teams at the end.
Required scope
- Minimum:
cs2:teams:list
Example
GET /cs2/v1/search.Authorizations
Tenant API key issued during onboarding
Query Parameters
Filter by region slug.
Trigram-ranked search on team name. Exact > prefix > substring > fuzzy similarity. Same ranking the unified /search endpoint uses.
Required range:
1 <= x <= 500Response
Successful Response
The response is of type Response List Teams Cs2 V1 Teams Get · object.
Last modified on May 10, 2026
List CS2 teams