List Players
CS2 player directory — trigram search by nickname
GET
List CS2 players
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
Player directory keyed by HLTV id. Filter by current team viateam_hltv_id; 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 nickname A→Z.
Required scope
- Minimum:
cs2:players:list
Example
GET /cs2/v1/search.Authorizations
Tenant API key issued during onboarding
Query Parameters
Filter by current team's HLTV ID.
Trigram-ranked search on nickname. 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 Players Cs2 V1 Players Get · object.
Last modified on May 10, 2026
List CS2 players