Embed the Tourspider concert agenda

Add a live, always-up-to-date agenda of upcoming concerts to your site for free. One line of code — no maintenance.

Build your widget

Adjust the options and copy the code. The preview updates live.

The agenda resizes itself to fit its contents.

Your embed code
<script async
  src="https://www.tourspider.nl/embed.js"
  data-limit="10"
  data-theme="dark"
  data-lang="en"></script>

By embedding the widget you agree to keep the “Concertagenda powered by Tourspider” link visible.

Live preview

Live preview — updates as you edit, rendered from this site.

Options

Configure the widget with data-* attributes:

AttributeWhat it does
data-cityFilter by city slug (e.g. amsterdam, rotterdam).
data-genreFilter by genre slug (e.g. metal, pop, dance).
data-venueFilter by venue name.
data-qFree-text filter on artist or title.
data-limitNumber of shows (1–50, default 10).
data-sizecompact for the smaller, image-less variant; otherwise standard.
data-themedark (default) or light.
data-langWidget language: nl, en or de.
data-titleOptional heading shown above the list.

Prefer your own design?

Fetch the same data as JSON and render it in your own template. Keep the “powered by Tourspider” credit link.

GET https://www.tourspider.nl/api/public/agenda?city=amsterdam&genre=metal&limit=10&lang=en

Need more? The full manual covers every option, the technical details and the questions partners ask most.

Open the manual