Suggest FR postalCode
Suggest a French address.
Note: This is the documentation for the v2 API which is still in beta.
GET Example request:
https://api.pro6pp.nl/v2/suggest/fr/postalCode/?authKey=YOUR_AUTH_KEY&postalCode=02620
This application gives the following result:
200: Postal code suggestion(s) available
[
{
"commune": "Buironfosse",
"department": "Aisne",
"lat": 49.968212,
"lng": 3.832693,
"postalCode": "02620",
"region": "Hauts-de-France",
"settlements": [
"Buironfosse"
]
}
]
Error responses
401: Not authenticated
404: No results found