Connecting an Event Website

The pattern for wiring Events Manager into a public site.

3 min readUpdated May 27, 2026

The shape

Your public website (Webflow, Next.js, plain HTML, anything) calls the public API to read non-archived event data and renders it however it likes. Events Manager is the source of truth; the public site is a view.

A typical page

  1. 1The page asks the API for the event by slug.
  2. 2It asks for the event's sessions, ordered by start time.
  3. 3It asks for the event's speakers and sponsors.
  4. 4It renders all of that with the site's own design.
Tip
The Developer info page has copy-pasteable curl and SQL examples for every common query shape.
Was this helpful?
Help us make these articles better.

Related articles