1. Startpagina
  2. Ontwikkelaar API informatie
  3. Autocomplete FR

Autocomplete FR

Autocomplete a French address.

Opmerking: Dit is de documentatie voor de v2 API die nog in beta is.

GET Voorbeeld request:

https://api.pro6pp.nl/v2/autocomplete/fr/?authKey=YOUR_AUTH_KEY&postalCode=68110&street=Rue+de+la+Doller&streetNumberAndPremise=0&settlement=Illzach

Deze aanvraag geeft het volgende resultaat:

200: Location found
{
  "commune": "Illzach",
  "country": "France",
  "countryCode": "FR",
  "department": "Haut-Rhin",
  "lat": 47.77453,
  "lng": 7.34522,
  "postalCode": "68110",
  "region": "Grand Est",
  "settlement": "Illzach",
  "street": "Rue de la Doller",
  "streetNumber": 4
}

Fout Antwoorden

401: Not authenticated
404: No results found

Beschikbare API-oproepen

Autocomplete

Op zoek naar onze v1 API documentatie?

v1 Documentatie