Player
Stats Players Pistols
Get HLTV player pistol round statistics.
hltv.org/stats/players/pistols
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
event?array<integer>|
Filter by specific event IDs.
minMapCount?|
Minimum maps played filter.
country?array<string>|
Filter by country (e.g. Russia).
minAge?|
Minimum age filter.
maxAge?|
Maximum age filter.
playoffMatchType?|
Filter by playoff match type.
side?|
Filter by T / CT side.
gender?|
Filter by player gender (Men, Women).
valveRanked?|
Filter by Valve ranked status.
bestOfX?array<>|
Filter by best of X.
rankingFilter?|
Filter by ranking (e.g. Top5, Top10).
csVersion?|
Filter by game version (CS2, CS:GO).
startDate?|
Start date for filtering results (Format: YYYY-MM-DD).
endDate?|
End date for filtering results (Format: YYYY-MM-DD).
maps?array<>|
Filter by specific map(s) played.
matchType?|
Filter by match type.
Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/stats/players/pistols"{ "players": [ { "player": { "id": 0, "name": "string" }, "teams": [], "maps": 0, "kdDiff": 0, "kd": 0, "rating": 0 } ]}Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Empty