X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/eaee87e73decb643939ddf3ce64cd6d6373d71e2..439d17569d90e18909401eda4ee3687bcd148ce0:/docs/api/Output.md
diff --git a/docs/api/Output.md b/docs/api/Output.md
index a37cbe0b..07525a98 100644
--- a/docs/api/Output.md
+++ b/docs/api/Output.md
@@ -28,6 +28,7 @@ a single place (for reverse) of the following format:
"city": "London",
"state_district": "Greater London",
"state": "England",
+ "ISO3166-2-lvl4": "GB-ENG",
"postcode": "SW1A 2DU",
"country": "United Kingdom",
"country_code": "gb"
@@ -126,6 +127,7 @@ formats depending on the API call.
Bavaria
+ DE-BY
Germany
de
@@ -179,6 +181,7 @@ Additional information requested with `addressdetails=1`, `extratags=1` and
London
Greater London
England
+ GB-ENG
SW1A 2DU
United Kingdom
gb
@@ -279,7 +282,7 @@ with a designation label. Per default the following labels may appear:
* continent
* country, country_code
- * region, state, state_district, county
+ * region, state, state_district, county, ISO3166-2-lvl
* municipality, city, town, village
* city_district, district, borough, suburb, subdivision
* hamlet, croft, isolated_dwelling
@@ -290,6 +293,7 @@ with a designation label. Per default the following labels may appear:
* emergency, historic, military, natural, landuse, place, railway,
man_made, aerialway, boundary, amenity, aeroway, club, craft, leisure,
office, mountain_pass, shop, tourism, bridge, tunnel, waterway
+ * postcode
They roughly correspond to the classification of the OpenStreetMap data
according to either the `place` tag or the main key of the object.