Grofomo API
Browse the docs

Build an event website on live festival data.

Organisers run their festival in Grofomo — lineup, stages, set times, FAQs, news, tickets, merch. This API hands you that same data as JSON, already published and already public, so the site you build stays right without anyone re-typing a running order into a CMS.

One request

Ask the organiser for a publishable key, send it, and read the published lineup.

curl -sS \
  -H 'X-Grofomo-Key: pk_live_YOUR_PUBLISHABLE_KEY' \
  'https://api.grofomo.com/v1/events/summer-fest/lineup?surface=web'

Examples use a fictional festival, summer-fest. Sign in at events.grofomo.com and they switch to your own events.

Where to go next