Skip to main content
The events feed is a public, read-only endpoint that returns an organisation’s upcoming published events. It’s used by Drumtix’s own embeddable multi-event widget, and you can call it directly to build your own integration — no API key needed.

Endpoint

:orgSlug is the organisation’s public slug — the same one used in your Shop and checkout URLs (e.g. drumtix.com/shop/your-slug).

Query parameters

Response

Returns a JSON array of upcoming, published events, ordered by start date. Past, draft, and archived events are never included.
  • lowestPriceMinor / highestPriceMinor are in minor currency units (e.g. pence for GBP) and reflect only currently-available ticket tiers. Both are null if no tiers are currently available.
  • status is one of available, sale_ended, or sold_out.
  • ticketUrl links straight to the Drumtix checkout page for that event.

Example

Rate limits

This endpoint is rate-limited per IP address to keep it fair for everyone calling it. If you exceed the limit, you’ll get a 429 response with Retry-After, X-RateLimit-Limit, and X-RateLimit-Remaining headers telling you how long to wait.