]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Lookup.md
SetupClass.php: remove unused variable
[nominatim.git] / docs / api / Lookup.md
index 0f13df45b97951f1b62566783efd59ad7f4bd0d1..2412be1eb0efb91f4091540defec58f9c542daf9 100644 (file)
@@ -19,13 +19,13 @@ Additional optional parameters are explained below.
 
 ### Output format
 
-* `format=[html|xml|json|jsonv2|geojson|geocodejson]`
+* `format=[xml|json|jsonv2|geojson|geocodejson]`
 
-See below for details on each format. (Default: xml)
+See [Place Output Formats](Output.md) for details on each format. (Default: xml)
 
 * `json_callback=<string>`
 
-Wrap json output in a callback function (JSONP) i.e. `<string>(<json>)`.
+Wrap JSON output in a callback function (JSONP) i.e. `<string>(<json>)`.
 Only has an effect for JSON output formats.
 
 ### Output details