Better-CS-API Docs
Team

Stats Teams Lineups ID

GET
/hltv/stats/teams/lineups/{id}

Get HLTV team lineups stats by ID.

hltv.org/stats/teams/lineups/{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
AuthorizationBearer <token>

In: header

Path Parameters

id*Id

The team ID. You can find this ID in the response of other endpoints like /match/{id}, /results, or /player/{id} (inside team objects).

Example7020

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.

Response Body

application/json

application/json

curl -X GET "https://example.com/hltv/stats/teams/lineups/7020"
{  "lineups": [    {      "date": "string",      "players": [        {          "id": 0,          "name": "string"        }      ],      "stats": {        "mapsPlayed": 0,        "wins": 0,        "draws": 0,        "losses": 0,        "lanTop3Placings": 0      }    }  ]}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty