Event
An event can be represented by a stay, a show, a journey or any insured event containing a place and a date.
Event ID
ev_XQ4peN02vn7rThe name of the event/venue
Possible values: <= 50 characters
Best Band LiveLocation/Place name of the venue
Possible values: <= 50 characters
Staples CenterName of the show tour
Possible values: <= 50 characters
Category of the event. (e.g show, festival, accommodation...)
Possible values: <= 30 characters
Possible values: <= 128 characters
123 rue de RivoliPossible values: <= 10 characters
75001Possible values: <= 50 characters
ParisISO 3166 country code (2 chars)
Possible values: >= 2 characters and <= 2 characters
FRISO 3166-2 subdivision code. Optional, but strongly recommended for countries spanning several timezones (US, CA, AU, BR, MX, RU, ID, KZ, CD, MN, CL, EC, ES, PT, GL, NZ, KI, FM), where the country code alone is not enough to determine the event timezone.
Possible values: <= 6 characters
TXEvent start date (ISO 8601)
2025-02-14T15:19:21ZEvent end date (ISO 8601)
2025-02-14T15:19:21ZLatitude
Longitude
Event Timezone
Europe/ParisVendor's event ID
12345Possible values: [enabled, cancelled, draft]
{
"id": "ev_XQ4peN02vn7r",
"name": "Best Band Live",
"place": "Staples Center",
"tour": "string",
"event_type": "string",
"address": "123 rue de Rivoli",
"zipcode": "75001",
"city": "Paris",
"country": "FR",
"region": "TX",
"date_start": "2025-02-14T15:19:21Z",
"date_end": "2025-02-14T15:19:21Z",
"lat": 0,
"lng": 0,
"timezone": "Europe/Paris",
"external_event_id": "12345",
"status": "enabled"
}