X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f45b3fa3f243de8894c03d8c9377157d01092c8c..c611d49941e8a097116dfb6f6d08e5491a85dcee:/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]`