Search for duplicate places
Search for similar places that might be duplicates of a given place.
Currently only the geographical location and title and are considered to find similar, already existing entries in the database.
Returns a list of possible duplicates for the given place.
Request body
Example request
{
"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"
}Response
Successful response
Example response
[
{
"id": "7cee99c287094a94acbdcf29ffff2e85",
"status": "rejected",
"lat": 37.2,
"lng": 120.7,
"tags": [
"organic",
"non-profit"
]
}
]Changes
Changed in 7 of the 50 revisions of this API.142121
- ○
the request property
allOf[NewEntry]/categoriesbecame optionalrequest-property-became-optional
- ○
the request property
allOf[NewEntry]/tagsbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #2]/licensebecame optionalrequest-property-became-optional
- ○
- ○
the request property
allOf[NewEntry]/linksbecame optionalrequest-property-became-optional
- ○
- ▲
the request property
allOf[NewEntry]/categoriesbecame requiredrequest-property-became-required
- ▲
the request property
allOf[NewEntry]/linksbecame requiredrequest-property-became-required
- ▲
the request property
allOf[NewEntry]/tagsbecame requiredrequest-property-became-required
- ▲
- ▲
added
NewEntrysubschema #2to the request bodyallOflistrequest-body-all-of-added
- ●
removed the request property
categoriesrequest-property-removed
- ●
removed the request property
cityrequest-property-removed
- ●
removed the request property
contact_namerequest-property-removed
- ●
removed the request property
countryrequest-property-removed
- ●
removed the request property
descriptionrequest-property-removed
- ●
removed the request property
emailrequest-property-removed
- ●
removed the request property
founded_onrequest-property-removed
- ●
removed the request property
homepagerequest-property-removed
- ●
removed the request property
image_link_urlrequest-property-removed
- ●
removed the request property
image_urlrequest-property-removed
- ●
removed the request property
latrequest-property-removed
- ●
removed the request property
linksrequest-property-removed
- ●
removed the request property
lngrequest-property-removed
- ●
removed the request property
opening_hoursrequest-property-removed
- ●
removed the request property
staterequest-property-removed
- ●
removed the request property
streetrequest-property-removed
- ●
removed the request property
tagsrequest-property-removed
- ●
removed the request property
telephonerequest-property-removed
- ●
removed the request property
titlerequest-property-removed
- ●
removed the request property
ziprequest-property-removed
- ▲
- ▲
added
PersonFullNameto thecontact_namerequest propertyallOflistrequest-property-all-of-added
- ▲
the
contact_namerequest property type/format changed fromstring/to/request-property-type-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
Emailto theemailrequest propertyallOflistrequest-property-all-of-added
- ▲
added
Phoneto thetelephonerequest propertyallOflistrequest-property-all-of-added
- ▲
the
emailrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
telephonerequest property type/format changed fromstring/to/request-property-type-changed
- ○
added the new optional request property
contact_namenew-optional-request-property
- ○
added the new optional request property
founded_onnew-optional-request-property
- ○
the
emailrequest property's minLength was decreased from3to0request-property-min-length-decreased
- ▲
- ▲
added the new required request property
descriptionnew-required-request-property
- ▲
added the new required request property
latnew-required-request-property
- ▲
added the new required request property
lngnew-required-request-property
- ▲
added the new required request property
titlenew-required-request-property
- ●
removed
NewEntrysubschema #2from the request bodyallOflistrequest-body-all-of-removed
- ○
added the new optional request property
categoriesnew-optional-request-property
- ○
added the new optional request property
citynew-optional-request-property
- ○
added the new optional request property
countrynew-optional-request-property
- ○
added the new optional request property
emailnew-optional-request-property
- ○
added the new optional request property
homepagenew-optional-request-property
- ○
added the new optional request property
image_link_urlnew-optional-request-property
- ○
added the new optional request property
image_urlnew-optional-request-property
- ○
added the new optional request property
linksnew-optional-request-property
- ○
added the new optional request property
opening_hoursnew-optional-request-property
- ○
added the new optional request property
statenew-optional-request-property
- ○
added the new optional request property
streetnew-optional-request-property
- ○
added the new optional request property
tagsnew-optional-request-property
- ○
added the new optional request property
telephonenew-optional-request-property
- ○
added the new optional request property
zipnew-optional-request-property
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲