1. Home
  2. Developer API information
  3. Suggest France Postal code Responses

Suggest France Postal code Responses

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
[
  {
    "country": "France",
    "countryCode": "FR",
    "commune": "Illzach",
    "department": "Haut-Rhin",
    "lat": 47.763044,
    "lng": 7.359237,
    "postalCode": "68110",
    "region": "Grand Est",
    "settlements": [
      "Illzach"
    ]
  }
]

Error responses

401: Not authenticated
404: No results found