application/json
JSON API
Structured upcoming events for integrations and prototypes.
Open resource →Open listings tools
Machine-readable feeds are rebuilt from the same published catalogue as the website. They contain upcoming, non-draft events and require no API key for reasonable public use.
application/json
Structured upcoming events for integrations and prototypes.
Open resource →text/csv
Spreadsheet-ready export with one row per upcoming event.
Open resource →application/rss+xml
Subscribe to all new and upcoming UK listings.
Open resource →HTML + JSONP
A hosted venue, musician or city calendar with attribution.
Open resource →fetch('https://clubgre2jazz.com/uk/api/v1/events.json')
.then(response => response.json())
.then(catalogue => console.log(catalogue.events));