v1

latestOpenAPI 3.0.3AGPLv32026-07-17448054.1 KB
Export

Export events as CSV.

The CSV export is only available for logged in users with the role Admin or Scout.

This request supports the same parameters as the corresponding search request.

Example:

Export all events in Germany: /export/events.csv?bbox=47.49,0.79,54.63,18.30

get/export/events.csv

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