When to use this endpoint
UseGET /external/events/brief for lightweight UI cards, quick previews, or background refreshes where full detail metadata is not necessary.
Prefer Event detail when your product needs category, topic, pricing, coordinate, or historical metadata.
Endpoint
GET /external/events/brief
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
event_id | Yes | string | Event identifier. |
Request example
Response example
Response fields
| Field | Description |
|---|---|
event | Compact event identity and location object. |
event.id, event.eventId | Event identifiers returned with the event. |
event.name, event.description, event.url | Basic display metadata. |
event.dateStart, event.dateEnd | Event date range. |
event.venue, event.city, event.region, event.country | Location fields. |
event.exhibitorCount | Known exhibitor count when available. |
summary.attendeeCount | Attendee count when available. |
summary.exhibitorCount | Exhibitor count repeated in the summary block for compact display. |
summary.topCategories | Top categories when available. |
summary.dataFreshness | Freshness/source label for the snapshot. |
Error responses
400 Bad Request401 Unauthorized404 Not Found429 Too Many Requests
Notes
- This is a lightweight snapshot endpoint.
topCategoriesis currently returned as an empty array by the live service.- The endpoint is read-only and does not consume credits.