The
User-Agent header is required for all requests. Use the format AppName/Version (+URL) — for example, MyApp/1.0 (+https://example.com).Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/events | Returns all events |
| GET | /v1/events/{uuid} | Returns a single event by UUID |
GET /v1/events
Returns an array of all Valorant in-game events.Request parameters
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names. Example:
zh-CN, th-TH.Example request
Response
GET /v1/events/
Returns a single event matching the provided UUID.Request parameters
The UUID of the event to retrieve.
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names.
Example request
cURL
Response
Response fields
Unique identifier for the event.
Localized full display name of the event (e.g.,
"VALORANT Champions 2024").Abbreviated localized name suitable for compact UI contexts (e.g.,
"Champions 2024").ISO 8601 UTC timestamp for when the event began (e.g.,
"2024-08-01T00:00:00Z").ISO 8601 UTC timestamp for when the event ended (e.g.,
"2024-08-25T00:00:00Z").Internal Unreal Engine asset path.