Skip to content

Returns details of the food share point with the given ID.

GET
/api/food-share-points/{foodSharePointId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

foodSharePointId*
Typestring
Required
Pattern"[1-9][0-9]*"

Responses

Success

application/json
JSON
{
"id": 0,
"name": "string",
"regionId": 0,
"picture": "string",
"status": 0,
"description": "string",
"address": {
"street": "",
"postalCode": "string",
"city": ""
},
"location": {
"lat": 52.5,
"lon": 13.4
},
"createdAt": "string",
"creator": {
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
},
"regionName": "string",
"followerCount": 0,
"managers": [
{
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python