Release 2020 05 08 - Informatievlaanderen/registry-documentation GitHub Wiki

Release 2020-05-08

These release notes document all functionality from a technical point of view.

Business release information can be found at the 'Gebouwen- en Adressenregister' product page.

https://basisregisters.vlaanderen.be/

Provides the entry point to the wonderful world of the Flanders Base Registries.

https://docs.basisregisters.vlaanderen.be/
https://api.basisregisters.vlaanderen.be/

Provides a common API accross all registries.

https://api.basisregisters.vlaanderen.be/v1/gemeenten/

  • GET <api endpoint>/v1/gemeenten
  • GET <api endpoint>/v1/gemeenten/{nisCode}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/postinfo/

  • GET <api endpoint>/v1/postinfo
  • GET <api endpoint>/v1/postinfo/{postCode}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/straatnamen/

  • GET <api endpoint>/v1/straatnamen
  • GET <api endpoint>/v1/straatnamen/{straatnaamId}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/adressen/

  • GET <api endpoint>/v1/adresmatch
  • GET <api endpoint>/v1/adressen
  • GET <api endpoint>/v1/adressen/{adresId}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/gebouwen/

  • GET <api endpoint>/v1/gebouwen
  • GET <api endpoint>/v1/gebouwen/{gebouwId}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/gebouweenheden/

  • GET <api endpoint>/v1/gebouweenheden
  • GET <api endpoint>/v1/gebouweenheden/{gebouwEenheidId}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/percelen/

  • GET <api endpoint>/v1/percelen
  • GET <api endpoint>/v1/percelen/{capaKey}

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/crabhuisnummers

  • GET <api endpoint>/v1/crabhuisnummers

Detail requests are cached for faster retrieval.

https://api.basisregisters.vlaanderen.be/v1/crabsubadressen/

  • GET <api endpoint>/v1/crabsubadressen

Detail requests are cached for faster retrieval.

Provides a list of all municipalities, detail info of each municipality and a BOSA integration point for municipalities.

  • GET legacy-api/v1/gemeenten
  • GET legacy-api/v1/gemeenten/{nisCode}
  • GET legacy-api/v1/gemeenten/bosa

Provides a list of all postal codes and detail info of each postal code.

  • GET legacy-api/v1/postcodes
  • GET legacy-api/v1/postcodes/{postalCode}

Provides a list of all street names, detail info of each street name and a BOSA integration point for street names.

  • GET legacy-api/v1/straatnamen
  • GET legacy-api/v1/straatnamen/{persistentLocalId}
  • GET legacy-api/v1/straatnamen/bosa

Provides a list of all addresses, detail info of each address, a BOSA integration point for addresses, a way to match addresses to an address identifier, a list of all crab sub-addresses and a list of all crab house numbers.

  • GET legacy-api/v1/adresmatch
  • GET legacy-api/v1/adressen
  • GET legacy-api/v1/adressen/{persistentLocalId}
  • GET legacy-api/v1/adressen/bosa
  • GET legacy-api/v1/adressen/bosa/adresvoorstellingen
  • GET legacy-api/v1/crabsubadressen
  • GET legacy-api/v1/crabhuisnummers

Provides a list of all buildings, a list of all building units, detail info of each building and detail info of each building unit.

  • GET legacy-api/v1/gebouwen
  • GET legacy-api/v1/gebouwen/{persistentLocalId}
  • GET legacy-api/v1/gebouweenheden
  • GET legacy-api/v1/gebouweenheden/{persistentLocalId}

Provides a list of all parcels and detail info of each parcel.

  • GET legacy-api/v1/percelen
  • GET legacy-api/v1/percelen/{capaKey}
⚠️ **GitHub.com Fallback** ⚠️