bag-adres-postcode-api
Service icon

BAG: Dutch Address & Zipcode API

Stable version 1.0.9 (Compatible with OutSystems 11)
Uploaded on 19 September 2023 by 
5.0
 (4 ratings)
bag-adres-postcode-api

BAG: Dutch Address & Zipcode API

Documentation
1.0.9

Retrieve address data from BAG database, for example provides address information based on Postcode + House Number input. 

Implementation of the BAG Adress & Zipcode API for addresses in The Netherlands. API is provided by Dutch goverment (Rijksoverheid).

This plugin requires an API key which can be requested for free at https://www.kadaster.nl/zakelijk/producten/adressen-en-gebouwen/bag-api-individuele-bevragingen.

Use this plugin to retrieve address data based on Postcode (zip code).

You can either retrieve 1 value or a list of values, based on the search input.

free for 50.000 individual request per day and a maximum of 50 request per second

Configuration

Request a API key using above link, configure the Kadaster REST endpoint and set the API key, you will receive a Endpoint URL and Apikey for a Test and Production environment.

Actions

GetAdressFromPostCode

Retrieve adress given a postcode (1234AB) and Housenumer input.

GetAdressFromPostCodeList

Retrieve adresses given a postcode (1234AB) and Housenumer input, usefull for addresses with multiple HouseLetters or HouseNumberSuffixes

Changes in this version

In this version the Response is converted from UTF-8 to the system's default ANSI encodin (in the OnAfterResponse, therefore a new dependency BinaryData Extension is added.


1.0.8

Retrieve address data from BAG database, for example provides address information based on Postcode + House Number input. 

Implementation of the BAG Address & Zipcode API for addresses in The Netherlands. API is provided by Dutch goverment (Rijksoverheid).

This plugin requires an API key which can be requested for free at https://www.kadaster.nl/zakelijk/producten/adressen-en-gebouwen/bag-api-individuele-bevragingen.

Use this plugin to retrieve address data based on Postcode (zip code).

You can either retrieve 1 value or a list of values, based on the search input.

free for 50.000 individual request per day and a maximum of 50 request per second

Configuration

Request a API key using above link, configure the Kadaster REST endpoint and set the API key, you will receive a Endpoint URL and Apikey for a Test and Production environment.

Actions

GetAddressFromPostCode

Retrieve address given a postcode (1234AB) and Housenumer input.

GetAddressFromPostCodeList

Retrieve addresses given a postcode (1234AB) and Housenumer input, usefull for addresses with multiple HouseLetters or HouseNumberSuffixes

Changes in this version

In this version the Response is converted from UTF-8 to the system's default ANSI encodin (in the OnAfterResponse, therefore a new dependency BinaryData Extension is added.


1.0.6

Retrieve address data from BAG database, for example provides address information based on Postcode + House Number input. 

Implementation of the BAG Adress & Zipcode API for addresses in The Netherlands. API is provided by Dutch goverment (Rijksoverheid).

This plugin requires an API key which can be requested for free at https://www.kadaster.nl/zakelijk/producten/adressen-en-gebouwen/bag-api-individuele-bevragingen.

Use this plugin to retrieve address data based on Postcode (zip code).

You can either retrieve 1 value or a list of values, based on the search input.

free for 50.000 individual request per day and a maximum of 50 request per second

Configuration

Request a API key using above link, configure the Kadaster REST endpoint and set the API key, you will receive a Endpoint URL and Apikey for a Test and Production environment.

Actions

GetAdressFromPostCode

Retrieve adress given a postcode (1234AB) and Housenumer input.

GetAdressFromPostCodeList

Retrieve adresses given a postcode (1234AB) and Housenumer input, usefull for addresses with multiple HouseLetters or HouseNumberSuffixes