For newsrooms & local sites

Embed a real-time live music calendar — free.

Drop a single line of HTML on your "Things to do" page and you'll always have an up-to-date list of tonight's live music. No accounts, no scraping, no maintenance.

1. Pick your coverage area
2. Paste this snippet
<iframe
  src="https://thelivemusicapp.com/newsie?lat=39.7589&lng=-84.1916&radius_mi=10"
  width="100%"
  height="640"
  style="border:0;border-radius:12px;background:#0a0a14"
  title="Live Music Calendar"
  loading="lazy"
></iframe>
Live preview of what your readers will see:
Open in new tab
3. (Devs) Or pull JSON
GET https://thelivemusicapp.com/api/public/calendar/local?lat=39.7589&lng=-84.1916&radius_mi=10

Returns up to 500 upcoming events within your radius over the next 14 days. CORS-enabled, cached for 2 minutes. Free, no API key required.

Why publishers love it

Questions or want a custom build (city-specific styling, multi-region feed, weekly email)? Get in touch.