v1
latestOpenAPI 3.1.02026-08-065143121.0 KBEvent
Busca um evento por ID
Retorna o detalhe de um evento do produtor autenticado
get/v1.6.0/events/{eventIdHash}
Path parameters
eventIdHashstring required
Hash do ID do evento
Query parameters
timezonestring
Timezone IANA aplicada às datas de entrada/saída. Padrão: America/Sao_Paulo.
fieldsstring
Campos a retornar, separados por vírgula (snake_case). Disponíveis: id, reference_id, start_date, end_date, name, detail, private_event, published, cancelled, image, url, address, host, category_prim, category_sec.
Response
Success
Example response
{
"address": {
"address_alt": "string",
"address_num": "string",
"city": "string",
"country": "string",
"lat": 0.1,
"lon": 0.1,
"name": "string",
"neighborhood": "string",
"state": "string"
},
"cancelled": 0,
"category_prim": {
"name": "string"
},
"detail": "string",
"end_date": "2026-06-18T19:12:37Z",
"host": {
"description": "string",
"name": "string"
},
"id": "string",
"image": "string",
"name": "string",
"private_event": 1,
"published": 1,
"reference_id": 0,
"start_date": "2026-06-18T19:12:37Z",
"url": "string"
}