Get event details
GET
/api/event/detail/{slug_or_id}
Get event details by id.
Parameters
Path Parameters
slug_or_id*
Slug or id of the event to get.
Type
Requiredstring
Example
1Query Parameters
format
The format of the response (default 'json').
Type
string
Valid values
"json""json-ld""ics"Example
"json"Responses
Event details in the requested format (JSON, JSON-LD, or ICS).
JSON "id": 1, "slug": "event-slug", "status": "EventScheduled", "title": "Event title", "media": [ { "name": "Image name", "url": "6e599b27-5ed8-44c9-b954-53e9c6fa3c80.jpg", "height": 400, "width": 200, "size": 50000, "focalpoint": [ [ 0, 0 ] ] } ], "start_datetime": 1784109600, "end_datetime": 1784131200, "place": { "type": "string", "properties": "string" }
{
}

