1. Startpagina
  2. Ontwikkelaar API informatie
  3. Suggest BE streetNumber

Suggest BE streetNumber

Suggest a Belgium address field.

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

This will give autocomplete suggestions for Belgian streetnumbers.

Only street is required but a call must contain at least one of the following parameters:

  • postalCode
  • settlement

Verplichte parameters

  • street (string): The address's street name

Optionele parameters

  • postalCode (string): The address's postal code which can be up to four digits long
  • settlement (string): The address's settlement (city, town, village, or hamlet)
  • streetNumber (string): The address's streetnumber
  • streetNumberAndPremise (string): The address's streetnumber and premise (extension/addition)
  • premise (string): The address's premise
  • maxResults (integer): The amount of results returned, a number between 0 and 999.
  • cursor (string): The page to return, the variables for the next/previous pages can be found in the results Link header.

Autorisatie

authKey: This is the Authorization key. You have to add it as a GET parameter. Your auth key can be found on the CMS.