OGC API — Features / parking
Règles et zones de stationnement en voirie
Collection Info
| Collection ID | regulation_zones |
| Type | Spatial |
| Geometry Column | geom |
| Max Features | 1000 |
| Default Limit | 50 |
| Cache Time | 3600s |
Quick Links
📋 Schema ▼
| Column | Type | Description | Linked Resource |
|---|---|---|---|
| gid | integer |
Identifier Unique identifier of the record. |
- |
| pw_name_fr | character varying |
Street name (French) Street name in French. |
- |
| pw_name_nl | character varying |
Street name (Dutch) Street name in Dutch. |
- |
| mu_name_fr | character varying |
Municipality (French) Municipality name in French. |
- |
| mu_name_nl | character varying |
Municipality (Dutch) Municipality name in Dutch. |
- |
| typreg | integer |
Regulated parking type Type of regulated parking zone. |
code |
| zoneid1 | character varying |
Parking regulation rule (1) URI pointing to a parking regulation rule associated with the zone. |
code |
| zoneid2 | character varying |
Parking regulation rule (2) URI pointing to a second parking regulation rule (optional). |
code |
| zoneid3 | character varying |
Parking regulation rule (3) URI pointing to a third parking regulation rule (optional). |
code |
| last_update | timestamp without time zone |
Last update Timestamp of the last update of the record. |
- |
| geom GEOMETRY | geometry | - | - |
| active | boolean |
Active Indicates whether the record is active. |
- |
Query Parameters
| limit (integer) | Number of features to return. Max: 1000, default: 50. |
| offset (integer) | Number of features to skip (default: 0). |
| bbox (spatial) | Spatial filter: minx,miny,maxx,maxy in the requested CRS. Example (EPSG:3812): 640000,650000,660000,670000 |
| crs (integer) | Output CRS: 3812 (default), 4326, 31370, 3857. |
| include / exclude (string) | Comma-separated list of properties to include or exclude. |
| sortby (string) | Sort order: +field (ASC), -field (DESC). Example: +name,-id |
| f (string) | Output format: json (GeoJSON), csv (CSV with WKT geometry). |
Example Requests
Default items:
http://api.mobility.brussels/datasets/v1/parking/collections/regulation_zones/items/
CSV export:
http://api.mobility.brussels/datasets/v1/parking/collections/regulation_zones/items/?f=csv
Paginated:
http://api.mobility.brussels/datasets/v1/parking/collections/regulation_zones/items/?limit=10&offset=20
Spatial filter (EPSG:3812):
http://api.mobility.brussels/datasets/v1/parking/collections/regulation_zones/items/?bbox=640000,650000,660000,670000
WGS84 output + bbox:
http://api.mobility.brussels/datasets/v1/parking/collections/regulation_zones/items/?crs=4326&bbox=4.3,50.8,4.4,50.9
🧪 Test the API
⏳ Loading…