X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..c4f30de7a30d6d17398e95143916d254caea56ea:/docs/api/Overview.md diff --git a/docs/api/Overview.md b/docs/api/Overview.md index a718079d..30e68cff 100644 --- a/docs/api/Overview.md +++ b/docs/api/Overview.md @@ -1,8 +1,5 @@ -### Nominatim API - -Nominatim 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: +This section describes the API V1 of the Nominatim web service. The +service offers the following endpoints: * __[/search](Search.md)__ - search OSM objects by name or type * __[/reverse](Reverse.md)__ - search OSM object by their location @@ -12,3 +9,6 @@ Its API has the following endpoints for querying the data: back in Nominatim in case the deletion was accidental * __/polygons__ - list of broken polygons detected by Nominatim * __[/details](Details.md)__ - show internal details for an object (for debugging only) + + +