Syndicate
API & RSS
The board as JSON and a feed. Public, CORS-open, no key. Filter with brand and market. 0 events on the wire right now.
Endpoints
- GET/api/v1
Catalog of every public endpoint.
- GET/api/v1/events
Published events. Query city, category, when, q, featured, brand, market, networking=true.
- GET/api/v1/events/{slug}
One event with lineup, tiers, and host.
- GET/api/v1/hosts
Verified rooms on the board.
- GET/api/v1/hosts/{slug}
A host plus their upcoming events.
- GET/api/v1/vendors
Vendor board. Query kind, city, q.
- GET/api/v1/vendors/{slug}
A vendor plus nights and house hosts.
- POST/api/networking/handoffs
Signed-in handoff. Returns a one-time Follow-Through URL. Never public.
- POST/api/v1/networking/handoffs/redeem
Server-to-server. Bearer FOLLOW_THROUGH_INTEGRATION_SECRET. Not CORS-open.
- GET/feed.xml
The board as RSS. Same filters as /api/v1/events.
- GET/feed/hosts/{slug}.xml
RSS for a single host.
Filters
Works on both /api/v1/events and /feed.xml.
- city
- Norfolk, Virginia Beach, Hampton…
- category
- nightlife, brunch, live-music…
- when
- tonight · weekend · upcoming
- q
- Free-text title, venue, host
- featured
- true for cover stories
- market
- hampton-roads · richmond · nova · world · all
- networking
- true — only events with attendee networking enabled
Try it
Sharing
Every event page has a share sheet — native share, copy link, post on X, and a kickback invite if you are signed in. Unfurls use the share card. Subscribe a host feed if you want their nights in a reader.