Better-CS-API Docs
Event

Events ID

GET
/hltv/events/{id}

Get the data from a specific event via HLTV event ID.

hltv.org/events/{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 event ID. You can find this ID in the response of other endpoints like /events, /matches/{id}, or /results (inside event objects).

Example7148

Response Body

application/json

application/json

curl -X GET "https://example.com/hltv/events/7148"
{  "id": 0,  "name": "string",  "logo": "string",  "dateStart": 0,  "dateEnd": 0,  "prizePool": "string",  "location": {    "name": "string",    "code": "string"  },  "numberOfTeams": 0,  "teams": [    {      "name": "string",      "id": 0,      "reasonForParticipation": "string",      "rankDuringEvent": 0    }  ],  "prizeDistribution": [    {      "place": "string",      "prize": "string",      "otherPrize": "string",      "qualifiesFor": {        "id": 0,        "name": "string"      },      "team": {        "name": "string",        "id": 0      }    }  ],  "relatedEvents": [    {      "id": 0,      "name": "string"    }  ],  "formats": [    {      "type": "string",      "description": "string"    }  ],  "mapPool": [    "default"  ],  "highlights": [    {      "link": "string",      "name": "string",      "views": 0,      "thumbnail": "string",      "team1": {        "name": "string",        "id": 0      },      "team2": {        "name": "string",        "id": 0      }    }  ]}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty