X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e09c42a78af66b6b8f004444dc2b8982b42e0161..1d2f4264a2453ac83492213aff37f4d294845f68:/docs/api/Details.md diff --git a/docs/api/Details.md b/docs/api/Details.md index 027138a9..2776bfe2 100644 --- a/docs/api/Details.md +++ b/docs/api/Details.md @@ -24,7 +24,7 @@ but the `class` parameter is left out, then one of the places will be chosen at random and displayed. ``` - https://nominatim.openstreetmap.org/details?placeid= + https://nominatim.openstreetmap.org/details?place_id= ``` Placeids are assigned sequentially during Nominatim data import. The id for a place is different between Nominatim installation (servers) and changes when data gets reimported. Therefore it can't be used as permanent id and shouldn't be used in bug reports. @@ -40,7 +40,7 @@ See [Place Output Formats](Output.md) for details on each format. (Default: html * `json_callback=` -Wrap json output in a callback function (JSONP) i.e. `()`. +Wrap JSON output in a callback function (JSONP) i.e. `()`. Only has an effect for JSON output formats. * `pretty=[0|1]`