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.

ParameterMeaning
qFull-text search across title and description
categoryCategory slug
cityCity slug
countryCountry code (ISO 3166-1 alpha-2)
datetoday, weekend, week, month or a date YYYY-MM-DD
free1 = free events only
min_price, max_pricePrice bounds
bboxViewport as north,east,south,west

https://www.evensos.com/api/map/events?bbox=60,30,40,-10&category=concerts

Categories

Other entry points

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.