Stats Teams Players Opening Kills ID
Get HLTV team players opening duel statistics by team ID.
hltv.org/stats/teams/players/openingkills/{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 In: header
Path Parameters
The team ID. You can find this ID in the response of other endpoints like /match/{id}, /results, or /player/{id} (inside team objects).
7020Query Parameters
Filter by T / CT side.
Filter by specific event IDs.
Filter by playoff match type.
Filter by Valve ranked status.
Filter by best of X.
Filter by game version (CS2, CS:GO).
Filter by specific map(s) played.
Filter by ranking (e.g. Top5, Top10).
Start date for filtering results (Format: YYYY-MM-DD).
End date for filtering results (Format: YYYY-MM-DD).
Filter by match type.
Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/stats/teams/players/openingkills/7020"{ "currentLineup": [ { "player": { "id": 0, "name": "string" }, "maps": 0, "rounds": 0, "kpr": 0, "dpr": 0, "attempts": 0, "success": 0, "rating": 0 } ], "historicalPlayers": [ { "player": { "id": 0, "name": "string" }, "maps": 0, "rounds": 0, "kpr": 0, "dpr": 0, "attempts": 0, "success": 0, "rating": 0 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}