[go: up one dir, main page]

0% found this document useful (0 votes)
126 views1 page

Nominatim API Overview

Nominatim is an API that indexes OpenStreetMap data and allows users to search for named and numbered features as well as some unnamed features like businesses by name, type, or location. It provides endpoints to search for OSM objects, lookup details by ID, check server status, and view deleted or broken objects.

Uploaded by

ccalin10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views1 page

Nominatim API Overview

Nominatim is an API that indexes OpenStreetMap data and allows users to search for named and numbered features as well as some unnamed features like businesses by name, type, or location. It provides endpoints to search for OSM objects, lookup details by ID, check server status, and view deleted or broken objects.

Uploaded by

ccalin10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Overview - Nominatim Documentation https://nominatim.

org/release-docs/develop/api/Overview/

Docs » API Reference » Overview

Nominatim API

Nomina�m indexes named (or numbered) features within the OpenStreetMap (OSM) dataset
and a subset of other unnamed features (pubs, hotels, churches, etc).

Its API has the following endpoints for querying the data:

• /search - search OSM objects by name or type


• /reverse - search OSM object by their loca�on
• /lookup - look up address details for OSM objects by their ID
• /status - query the status of the server
• /deletable - list objects that have been deleted in OSM but are held back in Nomina�m in
case the dele�on was accidental
• /polygons - list of broken polygons detected by Nomina�m
• /details - show internal details for an object (for debugging only)

1 of 1 12/30/2022, 7:31 PM

You might also like