Search
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.
post/search/duplicates
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"
]
}
]