Events Archive
Get the data from the HLTV events archive page.
hltv.org/events/archive
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically.
Authorization
HTTPBearer In: header
Query Parameters
Pagination offset. Defines the starting point for returning results. Use it together with the pagination metadata in the response. Offset goes up in steps of 100 (0, 100, 200, ...).
Filter by game version (CS2, CS:GO, CS1.6).
Filter by attending player ID(s).
If true, only returns events containing all specified attending player IDs.
Filter by attending team ID(s).
If true, only returns events containing all specified attending team IDs.
Minimum prize pool filter.
Maximum prize pool filter.
Filter by event type.
Start date for filtering results (Format: YYYY-MM-DD).
End date for filtering results (Format: YYYY-MM-DD).
Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/events/archive"{ "events": [ { "id": 0, "name": "string", "logo": { "day": "string", "night": "string" }, "dateStart": 0, "dateEnd": 0, "numberOfTeams": 0, "prizePool": "string", "location": { "name": "string", "code": "string" }, "eventType": "MAJOR" } ], "pagination": { "offset": 0, "limit": 0, "total": 0, "hasNext": true }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}