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

Suggest LU postalCode

Suggest a Luxembourg address field.

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

GET Example request:

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

This application gives the following result:

200: Postal code suggestion(s) available
[
  {
    "canton": "Luxembourg-ville",
    "district": "Luxembourg",
    "lat": 49.60102,
    "lng": 6.11657,
    "municipality": "Luxembourg",
    "postalCode": "1111",
    "settlements": [
      "Luxembourg"
    ]
  }
]

Error responses

401: Not authenticated
404: No results found