API reference
Everything an event website needs: the published lineup, FAQs, news, announcements, ticket availability, merch, and forms. All responses are JSON, all reads are cacheable, and every example below is generated from the same schemas the API is built from.
Event
Lineup
Content
Event FAQs
Categorised FAQs, with answers pre-rendered to HTML.
GET/v1/events/{slug}/faqNews index
Published news articles, newest first.
GET/v1/events/{slug}/newsNews article
A single published article, with its full body.
GET/v1/events/{slug}/news/{articleSlug}Announcements
Announcements the organiser has sent, newest first.
GET/v1/events/{slug}/broadcasts
Tickets & merch
Forms & signups
Discovery
Deliberately not documented
The mobile app's device endpoints, the door scanner's check-in surface, wallet passes, ticket capability links and the raw checkout flow (quote, reserve, pay) are all internal. Selling tickets from your own site will arrive as a drop-in embed rather than as a documented write API — see selling tickets. These are omissions by decision, not gaps.