]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Reverse.md
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / api / Reverse.md
index 664593d8c26d6cb45687919459c399cdcc141c40..c133750cedb5ca638a76337f8ce86ac51c1ed036 100644 (file)
@@ -4,7 +4,7 @@ Reverse geocoding generates an address from a latitude and longitude.
 
 ## How it works
 
-The reveser geocoding API does not exactly compute the address for the
+The reverse geocoding API does not exactly compute the address for the
 coordinate it receives. It works by finding the closest suitable OSM object
 and returning its address information. This may occasionally lead to
 unexpected results.
@@ -27,15 +27,15 @@ The main format of the reverse API is
 https://nominatim.openstreetmap.org/reverse?lat=<value>&lon=<value>&<params>
 ```
 
-where `lat` and `lon` are latitude and longitutde of a coordinare in WGS84
+where `lat` and `lon` are latitude and longitude of a coordinate in WGS84
 projection. The API returns exactly one result or an error when the coordinate
 is in an area with no OSM data coverage.
 
-Additional paramters are accepted as listed below.
+Additional parameters are accepted as listed below.
 
 !!! warning "Deprecation warning"
     The reverse API used to allow address lookup for a single OSM object by
-    its OSM id. This use is now deprecated. Use the [Address Lookup API](../Lookup)
+    its OSM id. This use is now deprecated. Use the [Address Lookup API](Lookup.md)
     instead.
 
 ### Output format
@@ -118,7 +118,7 @@ geometry. Topology is preserved in the result. (Default: 0.0)
 
 * `email=<valid email address>`
 
-If you are making large numbers of request please include an appropriate email
+If you are making a large number of requests, please include an appropriate email
 address to identify your requests. See Nominatim's [Usage Policy](https://operations.osmfoundation.org/policies/nominatim/) for more details.
 
 
@@ -162,7 +162,7 @@ This overrides the specified machine readable format. (Default: 0)
   "licence":"Data © OpenStreetMap contributors, ODbL 1.0. https:\/\/www.openstreetmap.org\/copyright",
   "osm_type":"way",
   "osm_id":"280940520",
-"lat":"-34.4391708",
+  "lat":"-34.4391708",
   "lon":"-58.7064573",
   "place_rank":"26",
   "category":"highway",