Community MeetupsDeveloper API
Public preview API

Build on the meetup graph without scraping event pages.

Static preview endpoints expose events, communities, CFPs, speakers, talks, venues, sponsors, collaboration needs, OpenAPI, and community calendar feeds from one stable contract.

Contract coverage
Static files generated at build time from the same source data powering the product pages.
10
endpoints
5
integrations
4
webhook events
ICS
calendar feeds
Quickstart
Start with static JSON. Move to webhooks or custom calendar feeds when your community needs outbound automation.
No auth in preview
Fetch upcoming events
curl https://community-meetups-preview.pages.dev/api/v1/events.json

The preview API is read-only and cacheable. Query parameters are documented as contract intent; filtering can move server-side when the backend lands.

Embed an event board
<iframe src="https://community-meetups-preview.pages.dev/embed/events/?community=kubernetes-blr&city=Bengaluru&category=Cloud&theme=system&layout=compact" title="Kubernetes BLR upcoming events" width="100%" height="420" loading="lazy"></iframe>

Use the embeddable board when a community wants discovery on its own site while retaining the shared event graph here.

JSON endpoints
Public collections for city boards, community pages, speaker profiles, talk archives, venues, sponsors, and collaboration surfaces.
9 JSON files
Calendar feeds
Community feeds use static ICS today and can later map to custom domains.
kubernetes-blr
Webhook events
Integration triggers that can notify Slack, Discord, generic webhooks, or future OAuth-backed meeting tools.
4 triggers
event.publishedEvent published

Fires when a meetup is published or imported as public.

/events/{id}
registration.createdRegistration created

Fires when a user registers, joins waitlist, or needs approval.

/organizer#registrations
cfp.submittedCFP submitted

Fires when a speaker submits a talk to an open CFP.

/cfp
feedback.receivedFeedback received

Fires when verified post-event feedback is submitted.

/organizer#feedback
Community MeetupsIndia tech calendar