Nearby France Responses
Return French 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/fr?authKey=YOUR_AUTH_KEY&postalCode=93170
This application gives the following result:
200: postalcodes within range
[
{
"postalCode": "68110",
"distance": 0,
"lat": 47.76304,
"lng": 7.35924
}
]
Error responses
401: Not authenticated
404: No results found