Data interfaces
Every event listing on evensos is also available in machine-readable form — as schema.org JSON-LD and as iCalendar. No registration and no API key required.
Listings as JSON-LD and iCalendar
Append .json or .ics to any listing URL:
| Content | JSON-LD | iCalendar |
|---|---|---|
| All events | /events.json | /events.ics |
| Today | /today.json | /today.ics |
| Concerts | /concerts.json | /concerts.ics |
| A single city | /events/{city}.json |
/events/{city}.ics |
| Category (within a city) | /category/{category}[/{city}].json |
/category/{category}[/{city}].ics |
The JSON response is a schema.org/DataFeed whose dataFeedElement holds complete Event nodes (title, start in local time with UTC offset, venue with coordinates, price or price range). Up to 200 events per request.
Map: GeoJSON
GET https://www.evensos.com/api/map/events
— returns a GeoJSON FeatureCollection.
| Parameter | Meaning |
|---|---|
q | Full-text search across title and description |
category | Category slug |
city | City slug |
country | Country code (ISO 3166-1 alpha-2) |
date | today, weekend, week, month or a date YYYY-MM-DD |
free | 1 = free events only |
min_price, max_price | Price bounds |
bbox | Viewport as north,east,south,west |
https://www.evensos.com/api/map/events?bbox=60,30,40,-10&category=concerts
Categories
Other entry points
- /llms.txt — short description of the site and its URL structure
- /sitemap.xml — sitemap index covering all event and listing pages
Terms of use
The data may be used for research, further processing and answer systems. Please attribute the source and link to the respective detail page. Prices and availability come from the respective ticket provider, can change at short notice and are passed on without warranty. For high request volumes please get in touch via the contact form.