bestuurlijke_gebieden_search
Search Dutch administrative areas (municipality, province, country) by exact name, code, or RD bounding box. Retrieve parent area, centroid, and optional GeoJSON geometry.
Instructions
Search Dutch administrative areas (gemeente/provincie/land) via PDOK Bestuurlijke Gebieden OGC API Features. Filter by exact naam, code, or RD (EPSG:28992) bbox. Returns naam, code, identificatie, parent province/country, bbox/centroid and optional GeoJSON geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| bbox | No | Optional RD New (EPSG:28992) bounding box 'minx,miny,maxx,maxy'. | |
| code | No | Exact area code, e.g. '0344' for a gemeente or '26' for a provincie. | |
| naam | No | Exact area name (case-sensitive), e.g. 'Utrecht'. Filters on the naam property (exact match). | |
| limit | No | ||
| dryRun | No | ||
| niveau | No | Administrative level: gemeente (municipality), provincie (province) or land (country). | gemeente |
| offset | No | ||
| verbose | No | ||
| outputFormat | No | json | |
| includeGeometry | No | Include full GeoJSON geometry (large for gemeente/provincie polygons). Needed for outputFormat=geojson. |