events
GET /events — List upcoming events
Returns upcoming DC events, sorted by date. Add ?past=true to include past events.
See also: For events by name or topic (q='productivity', q='DCBKK 2026'), POST /search/events searches title + description directly — faster than paginating this date-sorted list. Combine with ?cityID, ?country, ?since, ?until filters for narrower scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| past | No | Include past events. | |
| limit | No | Max results (1-50). | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |