Machine Readable Endpoints

API endpoints and structured data feeds for AI systems and crawlers

Available Endpoints

/events.json

Live events feed with complete event data including dates, locations, booking URLs, and descriptions.

Update frequency: Real-time

/venues.json

Derived venue and city data with event counts and references.

Update frequency: Generated with each build

Per-Event JSON

Individual event data available at /events/<slug>/index.json

Contains complete event details plus computed fields (slug, share URL)

/sitemap.xml

Complete sitemap including home, FAQ, events feed, city pages, and this documentation.

Update frequency: Generated with each build

Data Formats & Standards

Timezone Format

All dates include UK timezone offsets (+01:00 for BST, +00:00 for GMT) to handle Daylight Saving Time correctly.

Schema.org Compliance

All event data follows Schema.org Event and Organization standards with proper JSON-LD markup.

Location Data

Venues and cities are extracted and normalized with GB country codes for consistent geographical referencing.

Integration Notes

  • • All endpoints support CORS for browser-based applications
  • • JSON responses include proper Content-Type headers
  • • Event pricing is only included when numeric values are available
  • • Image URLs are absolute and optimized for social sharing
  • • All HTML pages include structured data for rich snippets