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:
| Attribute | What it does |
|---|---|
| data-city | Filter by city slug (e.g. amsterdam, rotterdam). |
| data-genre | Filter by genre slug (e.g. metal, pop, dance). |
| data-venue | Filter by venue name. |
| data-q | Free-text filter on artist or title. |
| data-limit | Number of shows (1–50, default 10). |
| data-size | compact for the smaller, image-less variant; otherwise standard. |
| data-theme | dark (default) or light. |
| data-lang | Widget language: nl, en or de. |
| data-title | Optional 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=enNeed more? The full manual covers every option, the technical details and the questions partners ask most.
Open the manual