For promoters & venues
Embed your listings
Every promoter and venue page on Quockerwodger Media includes an Embed & subscribe section with your personal feed URLs and a one-line widget snippet. Use it to keep your own website or calendar app in sync with the listings we already maintain.
Subscribe in a calendar or reader
Open the Embed & subscribe block on your promoter or venue page and copy the feed URL that matches your app:
.ics— Apple Calendar, Google Calendar, Outlook, and most calendar apps.xml— RSS readers and some automation tools.json— developers and custom integrations (public discovery data only)
Listings refresh nightly from our scrapers. Feeds include upcoming shows only — artist, venue, date, genre, status, and ticket links. No private contact fields.
Embed the widget on your site
Copy the snippet from your page’s Embed & subscribe block and paste it into any HTML page where you want the list to appear:
<script src="https://quockerwodger.ca/scripts/embed.js" data-promoter="your-slug" defer></script>
Use data-promoter="your-slug" on a promoter page, or data-venue="your-slug" on a venue page. The slug matches the filename of your Quockerwodger profile (for example, fuzzy-logic-presents).
Optional attributes:
data-limit="10"— cap how many rows render (default shows all upcoming)data-theme="dark"ordata-theme="light"— match your site’s colours
The widget fetches your public JSON feed, renders date · artist · venue · ticket link rows, and always includes a Listings by Quockerwodger Media footer linking back to your profile. If you have no upcoming shows, visitors see “No upcoming shows — check back soon.”
The public data index
Every read-only endpoint, snapshot file and feed on this site is listed in one machine-readable index: /api/index.json. It records the query parameters each one accepts, the row caps, and how a response reports whether it carries the whole matching set. Every page points at it with rel="service-desc".
No key and no account is needed. These endpoints send Access-Control-Allow-Origin: *, so a page on another site can read them in the browser.
Not listed yet?
If your shows are missing from Quockerwodger, start with the listing-request path on /press — send your events page or calendar feed URL and we’ll add your source to the nightly scrape.