Get multiple entries
Path parameters
Comma-separated list of identifiers
Query parameters
A single hash tag that is moderated by an organization.
Results will be filtered according to the current clearance status. Unclear revisions of entries will either be removed or replaced by older, already cleared revisions. Unclear revisions of entries are expected to only exist temporarily for a short time frame until a newer version has been cleared.
If the provided hash tag is not moderated by any organization the results will not be filtered by clearance status.
Only a single tag can be specified, because filtering according to clearance by multiple organizations could produce ambiguous and conflicting results.
Only when used in search requests: The hash tag will be included in the query as a mandatory search criteria like any other tag. Omitting this parameter and instead appending the moderated hash tag as a regular tag to the tags parameter will also return unfiltered search results, i.e. current revisions of entries independent of their clearance status.
Response
Successful response
Example response
[
{
"lat": 37.2,
"lng": 120.7,
"contact_name": "John Smith",
"email": "john.smith@example.com",
"telephone": "001 123456789",
"homepage": "https://www.slowtec.de/",
"opening_hours": "24/7",
"founded_on": "1945-10-24",
"tags": [
"organic",
"non-profit"
],
"image_url": "https://www.slowtec.de/",
"image_link_url": "https://www.slowtec.de/",
"links": [
{
"url": "https://www.slowtec.de/"
}
],
"license": "ODbL-1.0",
"id": "7cee99c287094a94acbdcf29ffff2e85"
}
]