Suggest DE postalCode

Suggest a German address.

Note: This is the documentation for the v2 API which is still in beta.

This application gives the following result:

200: Postal code suggestion(s) available
[
  {
    "district": "Landkreis Bautzen",
    "lat": null,
    "lng": null,
    "postalCode": "01454",
    "settlements": [
      "Wachau",
      "Radeberg",
      "Dresden"
    ],
    "state": "Sachsen"
  },
  {
    "district": "Landkreis Bautzen",
    "lat": null,
    "lng": null,
    "postalCode": "01457",
    "settlements": [
      "Ottendorf-Okrilla"
    ],
    "state": "Sachsen"
  }
]

Error responses

401: Not authenticated
404: No results found

Available countries

Germany

Available API calls

Looking for our v1 API?

v1 Documentation