Nominatim · Example Payload

Nominatim Address Example

GeocodingOpenStreetMapMapsLocationServicesOpenSourcePublic APIs

Nominatim Address Example is an example object payload from Nominatim, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@context@typehouse_numberroadsuburbtowncitycountystatepostcodecountrycountry_code

Example Payload

Raw ↑
{
  "@context": "../json-ld/nominatim-context.jsonld",
  "@type": "Address",
  "house_number": "135",
  "road": "Pilkington Avenue",
  "suburb": "Wylde Green",
  "town": "Sutton Coldfield",
  "city": "Birmingham",
  "county": "West Midlands Combined Authority",
  "state": "England",
  "postcode": "B72 1LH",
  "country": "United Kingdom",
  "country_code": "gb"
}