Municipality

List all or get one of the flemish municipalities

APIDescription
GET municipality?orderbyCode={orderbyCode}

Lists all municipalities.

Example

GET municipality/{municipalityCode}?geometry={geometry}&srs={srs}

Get municipality details. Select municipality by municipalityCode.

Example

Department

List all or get one of the departments

APIDescription
GET municipality/{municipalityCode}/department?orderbyCode={orderbyCode}

Lists all departments (by municipalityCode).

Example

GET municipality/{municipalityCode}/department/{departmentCode}?geometry={geometry}&srs={srs}

Get department details. Select department by municipalityCode and departmentCode.

Example

GET department/{departmentCode}?geometry={geometry}&srs={srs}

Get department details. Select department by departmentCode.

Example

Section

List all or get one of the sections

APIDescription
GET municipality/{municipalityCode}/department/{departmentCode}/section

Lists all sections (by departmentCode and municipalityCode).

Example

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.

Example

Parcel

List all or get one of the parcels

APIDescription
GET municipality/{municipalityCode}/department/{departmentCode}/section/{sectionCode}/parcel?data={data}&status={status}

Lists all parcels (by municipalityCode, departmentCode and sectionCode).

More info on available data sources

Example

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.

More info on available data sources

Example

GET parcel/{parcelCode1}/{parcelCode2}?geometry={geometry}&srs={srs}&data={data}&status={status}

Get parcel details. Select parcel by perceelnummer.

More info on available data sources

Example

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).

More info on available data sources

Example