Municipality
List all or get one of the flemish municipalities
API | Description |
---|---|
GET municipality?orderbyCode={orderbyCode} |
Lists all municipalities. |
GET municipality/{municipalityCode}?geometry={geometry}&srs={srs} |
Get municipality details. Select municipality by municipalityCode. |
Department
List all or get one of the departments
API | Description |
---|---|
GET municipality/{municipalityCode}/department?orderbyCode={orderbyCode} |
Lists all departments (by municipalityCode). |
GET municipality/{municipalityCode}/department/{departmentCode}?geometry={geometry}&srs={srs} |
Get department details. Select department by municipalityCode and departmentCode. |
GET department/{departmentCode}?geometry={geometry}&srs={srs} |
Get department details. Select department by departmentCode. |
Section
List all or get one of the sections
API | Description |
---|---|
GET municipality/{municipalityCode}/department/{departmentCode}/section |
Lists all sections (by departmentCode and municipalityCode). |
GET municipality/{municipalityCode}/department/{departmentCode}/section/{sectionCode}?geometry={geometry}&srs={srs} |
Get section details. Select municipality by municipalityCode,department by departmentCode and section by sectionCode. |
Parcel
List all or get one of the parcels
API | Description |
---|---|
GET municipality/{municipalityCode}/department/{departmentCode}/section/{sectionCode}/parcel?data={data}&status={status} |
Lists all parcels (by municipalityCode, departmentCode and sectionCode). |
GET municipality/{municipalityCode}/department/{departmentCode}/section/{sectionCode}/parcel/{parcelCode1}/{parcelCode2}?geometry={geometry}&srs={srs}&data={data}&status={status} |
Get parcel details. Select municipality by municipalityCode,department by departmentCode, section by sectionCode and parcel by perceelnummer. |
GET parcel/{parcelCode1}/{parcelCode2}?geometry={geometry}&srs={srs}&data={data}&status={status} |
Get parcel details. Select parcel by perceelnummer. |
GET parcel?x={x}&y={y}&geometry={geometry}&srs={srs}&data={data}&status={status} |
Get parcel details. Select by x and y (srs=31370 if not specified). |