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

Autocomplete NL

Autocomplete a Dutch address.

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

GET Voorbeeld request:

https://api.pro6pp.nl/v2/autocomplete/nl?authKey=YOUR_AUTH_KEY&postalCode=1068NM&streetNumberAndPremise=461

Deze aanvraag geeft het volgende resultaat:

200: Location found
{
  "BAGNumberId": "0363200000045826 ",
  "BAGPremiseId": "0363100012178453 ",
  "BAGPublicSpaceId": "0363300000002919 ",
  "BAGResidenceId": "0363010000583267 ",
  "BAGType": "vbo",
  "constructionYear": 1790,
  "country": "Netherlands",
  "countryCode": "NL",
  "district": "Burgwallen-Oude Zijde",
  "lat": 52.37197,
  "lng": 4.89776,
  "municipality": "Amsterdam",
  "neighbourhood": "Burgwallen Oost",
  "postalCode": "1012BZ",
  "province": "Noord-Holland",
  "purposes": [
    "overige gebruiksfunctie"
  ],
  "settlement": "Amsterdam",
  "street": "Bethaniënstraat",
  "streetNumber": 1,
  "surfaceArea": 42
}

Fout Antwoorden

401: Not authenticated
404: No results found