Zone
Get administrative information and maps related to a municipality
GET
/zones/:id
Parameters
:id |
integer | NIS5 code of a belgian municipality |
---|
Response
200
https://api-v2.geo6.be/zones/21004
45.415 milliseconds
{ "query": { "nis5": 21004 }, "type": "Feature", "id": 21004, "properties": { "type": "municipality", "id": 21004, "formatted_fr": "Bruxelles", "formatted_nl": "Brussel", "components": [ { "type": "municipality", "id": 21004, "name_fr": "Bruxelles", "name_nl": "Brussel", "image": "https:\/\/api-v2.geo6.be\/zones\/map\/municipality\/21004" }, { "type": "province", "name_fr": null, "name_nl": null, "name_de": null }, { "type": "region", "name_fr": "R\u00e9gion de Bruxelles-Capitale", "name_nl": "Brussels Hoofdstedelijk Gewest" }, { "type": "country", "id": "be", "name_fr": "Belgique", "name_nl": "Belgi\u00eb", "name_de": "Belgien" } ] }, "geometry": null }