1. Home
  2. Developer API information
  3. Range Belgium Responses

Range Belgium Responses

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.

Example request:

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

This request gives the following result:

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

Error responses:

401: Not authenticated
404: No results found