Search events
Query parameters
Bounding Box
Maximum number of items to return or implicit/unlimited if unspecified.
Comma-separated list of tags
Filter events by tags
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Filter events by event.start >= start_min
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Filter events by event.start <= start_max
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Filter events by event.end >= end_min
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Filter events by event.end <= end_max
Filter events by textual terms. Hashtags starting with '#' will be extracted from the given text and handled as tag filters.
An e-mail address.
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/"
}
]Changes
Changed in 4 of the 50 revisions of this API.9216
- ○
added the new optional
queryrequest parameterend_maxnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterend_minnew-optional-request-parameter
- ○
- ▲
the
items/created_atresponse's property type/format changed frominteger/int64to/for status200response-property-type-changed
- ○
the response optional property
items/created_atbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
added
UnixTimeto theitems/endresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UnixTimeto theitems/startresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UnixTimeMillisto theitems/created_atresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
UnixTimefrom theitems/endresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
UnixTimefrom theitems/startresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the
items/emailresponse property's minLength was decreased from3to0for the response status200response-property-min-length-decreased
- ▲
the
items/emailresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
items/telephoneresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
Emailto theitems/emailresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Phoneto theitems/telephoneresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
added
UnixTimeto theitems/endresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
UnixTimeto theitems/startresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
items/created_atresponse's property type/format changed from/tointeger/int64for status200response-property-type-changed
- ▲
the
items/emailresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ▲
the
items/telephoneresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ●
deleted the
queryrequest parameterend_maxrequest-parameter-removed
- ●
deleted the
queryrequest parameterend_minrequest-parameter-removed
- ○
the response optional property
items/created_atbecame read-only for the status200response-optional-property-became-read-only
- ○
removed
Emailfrom theitems/emailresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
Phonefrom theitems/telephoneresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
UnixTimefrom theitems/endresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
UnixTimefrom theitems/startresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
UnixTimeMillisfrom theitems/created_atresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲