Addresses and Geocoding


In Belgium, address databases are managed by the regions : UrbIS for Brussels, CRAB for Flanders, and PICC/ICAR for Wallonia.

For more than 15 years, we have been integrating these 3 databases (with different structures) into a single database containing addresses from all over Belgium.

We have also developed a geocoding API allowing the search for addresses and points of interest (geocoding), the search for an address based on geographical coordinates (reverse geocoding), and the possibility to have additional information aggregated and based on the administrative code (NIS code of a municipality, for example).

Access to the API is secure. A token is required to use it; we decided to use the JSON Web Tokens standard.

You can consult the documentation and test the API: https://api-v2.geo6.be/
You can also participate in the development of the API, the source code of the API is open and available on GitHub: https://github.com/geo6/api


Geocoder PHP

The Geocoder PHP library is a widely used library; it allows to query a whole range of geocoding APIs and to retrieve the results in a unique way whatever the API used (OpenStreetMap, Google Maps, Bing Maps, Here, Pelias, …).

We have developed the modules for the official geocoding APIs in Belgium (in addition to the module for our geocoding API) but also the module for the official geocoding API of the French Government.

Belgium

France