1. Home
  2. Developer API information
  3. Nearby BE

Nearby BE

Return Belgium postal codes within range of a given postal code

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

GET Example request:

https://api.pro6pp.nl/v2/range/be?authKey=YOUR_AUTH_KEY&postalCode=1000

This application gives the following result:

200: postalcodes within range
[
  {
    "postalCode": "1035",
    "distance": 276,
    "lat": 50.8607,
    "lng": 4.35993
  }
]

Error responses

401: Not authenticated
404: No results found