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"
}
]Changes
Changed in 7 of the 50 revisions of this API.10312
- ▲
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/categoriesbecame optional for the status200response-property-became-optional
- ▲
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/tagsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/allOf[NewEntryWithLicense]/allOf[subschema #2]/licensebecame optional for the status200response-property-became-optional
- ▲
- ▲
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/linksbecame optional for the status200response-property-became-optional
- ▲
- ○
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/categoriesbecame required for the status200response-property-became-required
- ○
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/linksbecame required for the status200response-property-became-required
- ○
the response property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/tagsbecame required for the status200response-property-became-required
- ○
- ○
added the new optional
queryrequest parameterorg_tagnew-optional-request-parameter
- ○
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
PersonFullNameto theitems/allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameresponse propertyallOflist for the response status200response-property-all-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse property's minLength was decreased from3to0for the response status200response-property-min-length-decreased
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added the optional property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/founded_onto the response with the200statusresponse-optional-property-added
- ○
added
Emailto theitems/allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Phoneto theitems/allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ▲
the
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ●
deleted the
queryrequest parameterorg_tagrequest-parameter-removed
- ●
removed the optional property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/allOf[NewEntryWithLicense]/allOf[NewEntry]/founded_onfrom the response with the200statusresponse-optional-property-removed
- ○
removed
Emailfrom theitems/allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
Phonefrom theitems/allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
items/allOf[NewEntryWithLicense]/allOf[subschema #2]/licensebecame required for the status200response-property-became-required
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲