Better-CS-API Docs
Lineup

Stats Lineup

GET
/hltv/stats/lineup

Get HLTV team statistics overview by lineup with player IDs instead of team IDs. Same as /stats/teams/{id} but with player IDs instead of team IDs.

hltv.org/stats/lineup

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.

playoffMatchType?|

Filter by playoff match type.

valveRanked?|

Filter by Valve ranked status.

bestOfX?array<>|

Filter by best of X.

csVersion?|

Filter by game version (CS2, CS:GO).

maps?array<>|

Filter by specific map(s) played.

rankingFilter?|

Filter by ranking (e.g. Top5, Top10).

startDate?|

Start date for filtering results (Format: YYYY-MM-DD).

endDate?|

End date for filtering results (Format: YYYY-MM-DD).

matchType?|

Filter by match type.

lineup*array<integer>

Filter by specific team lineups with players ID(s).

Items1 <= items
minLineupMatch?|

Minimum number of players from the lineup that must match.

Default1

Response Body

application/json

application/json

curl -X GET "https://example.com/hltv/stats/lineup?lineup=0"
{  "id": 0,  "name": "string",  "overview": {    "mapsPlayed": 0,    "wins": 0,    "draws": 0,    "losses": 0,    "totalKills": 0,    "totalDeaths": 0,    "rounds": 0,    "kd": 0  },  "currentLineup": [    {      "id": 0,      "name": "string"    }  ],  "historicPlayers": [    {      "id": 0,      "name": "string"    }  ],  "standins": [    {      "id": 0,      "name": "string"    }  ],  "substitutes": [    {      "id": 0,      "name": "string"    }  ]}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty