Stats Lineup Players Flashes
Get HLTV team players flashbang statistics by lineup with player IDs instead of team IDs. Same as /stats/teams/players/flashes/{id} but with player IDs instead of team IDs.
hltv.org/stats/lineup/players/flashes
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically.
Authorization
HTTPBearer In: header
Query 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.
Filter by specific team lineups with players ID(s).
1 <= itemsMinimum number of players from the lineup that must match.
1Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/stats/lineup/players/flashes?lineup=0"{ "currentLineup": [ { "player": { "id": 0, "name": "string" }, "maps": 0, "rounds": 0, "thrown": 0, "blinded": 0, "oppFlashed": 0, "diff": 0, "fa": 0, "success": 0 } ], "historicalPlayers": [ { "player": { "id": 0, "name": "string" }, "maps": 0, "rounds": 0, "thrown": 0, "blinded": 0, "oppFlashed": 0, "diff": 0, "fa": 0, "success": 0 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}