]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Search.md
docs: reintroduce amenity parameter for structured search
[nominatim.git] / docs / api / Search.md
index 45606a71a1ddd26fd2abd36a8ff8eda969332e92..39864b243aaeeacebdbaa53d6a2825df51ea34a4 100644 (file)
@@ -31,7 +31,7 @@ The search term may be specified with two different sets of parameters:
     [birmingham, pilkington avenue](https://nominatim.openstreetmap.org/search?q=birmingham,+pilkington+avenue).
     Commas are optional, but improve performance by reducing the complexity of the search.
 
-
+* `amenity=<name and/or type of POI>`
 * `street=<housenumber> <streetname>`
 * `city=<city>`
 * `county=<county>`
@@ -51,6 +51,12 @@ Both query forms accept the additional parameters listed below.
 
 See [Place Output Formats](Output.md) for details on each format. (Default: jsonv2)
 
+!!! note
+    The Nominatim service at
+    [https://nominatim.openstreetmap.org](https://nominatim.openstreetmap.org)
+    has a different default behaviour for historical reasons. When the
+    `format` parameter is omitted, the request will be forwarded to the Web UI.
+
 * `json_callback=<string>`
 
 Wrap JSON output in a callback function ([JSONP](https://en.wikipedia.org/wiki/JSONP)) i.e. `<string>(<json>)`.