Events
Search events
get/events
Query parameters
bboxstring
Example:42.27,-7.97,52.58,38.25
Bounding Box
limitinteger
Example:100
Maximum number of items to return or implicit/unlimited if unspecified.
tagstring
Comma-separated list of tags
Example:organic,non-profit
Filter events by tags
start_mininteger
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Example:1547403509
Filter events by event.start >= start_min
start_maxinteger
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Example:1547403509
Filter events by event.start <= start_max
textstring
Filter events by textual terms. Hashtags starting with '#' will be extracted from the given text and handled as tag filters.
created_bystring
An e-mail address.
Example:john.smith@example.com
The email address of the event creator. Requests with this parameter will be rejected without a valid API token!
Response
Successful response
Example response
[
{
"id": "7cee99c287094a94acbdcf29ffff2e85",
"title": "A great event",
"description": "Detailed description of the event",
"start": 1547403509,
"end": 1547403509,
"created_at": 1547403509000,
"lat": 37.2,
"lng": 120.7,
"email": "john.smith@example.com",
"telephone": "001 123456789",
"tags": [
"organic",
"non-profit"
],
"homepage": "https://www.slowtec.de/",
"registration": "telephone",
"image_url": "https://www.slowtec.de/",
"image_link_url": "https://www.slowtec.de/"
}
]