Open listings tools

Build with Jazz Live UK.

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

JSON API

Structured upcoming events for integrations and prototypes.

Open resource →

text/csv

CSV feed

Spreadsheet-ready export with one row per upcoming event.

Open resource →

application/rss+xml

National RSS

Subscribe to all new and upcoming UK listings.

Open resource →

HTML + JSONP

Embeddable widget

A hosted venue, musician or city calendar with attribution.

Open resource →

Quick start

fetch('https://clubgre2jazz.com/uk/api/v1/events.json')
  .then(response => response.json())
  .then(catalogue => console.log(catalogue.events));

Usage notes