Geocode

Locate an address or a POI


GET /geocode/getDatabaseList


Response
https://api-v2.geo6.be/geocode/getDatabaseList 28.99 milliseconds

GET /geocode/getPOIList/[:source/]:name


Parameters
:source string (optional) Point of interest database
:name string Point of interest name
Response
https://api-v2.geo6.be/geocode/getPOIList/Manneken%20Pis 8.605 milliseconds

GET /geocode/getZoneList/:nis5

GET /geocode/getZoneList/:postalcode

GET /geocode/getZoneList/:locality


Parameters
:nis5 integer NIS-5 code
:postalcode string Postal code
:locality string Municipality, Locality, ...
Response
https://api-v2.geo6.be/geocode/getZoneList/Bruxelles 8.623 milliseconds

GET /geocode/getStreetList/[:source/][:locality/][:postalcode/]:streetname


Parameters
:source string (optional) Database: urbis, crab
:locality string (optional) Municipality, Locality, Postal Code, NIS-5, ...
:postalcode string (optional) Postal Code
:streetname string Streetname
Response
https://api-v2.geo6.be/geocode/getStreetList/urbis/Bruxelles/1020/araucaria 8.309 milliseconds

GET /geocode/getAddressList/:address


Parameters
:address string Full address (House number, Streetname, Postal code, Locality)
Response
https://api-v2.geo6.be/geocode/getAddressList/147%20Av.%20de%20l'Araucaria%201020%20Bruxelles 8.847 milliseconds

GET /geocode/getAddressList/[:source/][:locality/][:postalcode/]:streetname/:housenumber


Parameters
:source string (optional) Database: urbis, crab
:locality string (optional) Municipality, Locality, Postal Code, NIS-5, ...
:postalcode string (optional) Postal Code
:streetname string Streetname
:housenumber string House number
Response
https://api-v2.geo6.be/geocode/getAddressList/urbis/Bruxelles/1020/araucaria/147 9.078 milliseconds