Skip to content

Returns the data for the bubble of a event on the map.

GET
/api/map/event/{eventId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

eventId*
Typestring
Required

Query Parameters

eventId

Store for which to return data

Typestring
Defaultnull
Pattern"[1-9][0-9]*"

Responses

Successful

application/json
JSON
{
"id": 0,
"name": "",
"teamMemberCount": 0,
"standbyCount": 0,
"pickupCount": 0,
"pickupWeightInKg": 0,
"cooperationStart": "string",
"publicInformation": "string",
"publicPickupTime": 0,
"teamSearchStatus": 0,
"cooperationStatus": 0,
"mayAccessStorePage": false,
"maySendRequest": false,
"mayWithdrawRequest": false,
"location": {
"lat": 52.5,
"lon": 13.4
},
"isHygieneRequired": false,
"hasHygieneCertificate": true,
"isInvited": false,
"regionId": 0,
"regionName": ""
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python