1. Home
  2. Developer API information
  3. Suggest DE postalCode

Suggest DE postalCode

Suggest a German address.

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

GET Example request:

https://api.pro6pp.nl/v2/suggest/de/postalCode?postalCode=1&authKey=YOUR_AUTH_KEY

This application gives the following result:

200: Postal code suggestion(s) available
[
  {
    "lat": 52.50928,
    "lng": 13.51273,
    "municipalities": [
      "Berlin"
    ],
    "postalCode": "10315",
    "settlements": [
      "Berlin"
    ],
    "state": "Berlin"
  }
]

Error responses

401: Not authenticated
404: No results found