OGC API — Features / parking
Offre de stationnement en voirie
Collection Info
| Collection ID | parkingonroad_points |
| Type | Spatial |
| Geometry Column | geom |
| Max Features | 1000 |
| Default Limit | 50 |
| Cache Time | 3600s |
Quick Links
📋 Schema ▼
| Column | Type | Description | Linked Resource |
|---|---|---|---|
| gid | integer |
Technical identifier (GID) Internal technical identifier (primary key). |
- |
| id PK | integer |
Identifier Unique identifier of the record in the system. |
- |
| orientation | integer |
Orientation Orientation code (references a code list). |
code |
| situation | integer |
Situation Situation code (references a code list). |
code |
| evp | integer |
EVP Number of EVP units (counting unit). |
- |
| typres | integer |
Reserved Indicates parking is prohibited except for a specific use (reservation type). |
code |
| si_id | bigint |
Segment identifier (SI) Internal identifier of the reference segment/object (SI). |
- |
| typreg | integer |
Regulation Indicates parking is regulated (regulation type). |
code |
| niscode | character varying |
NIS code Municipality NIS code. |
- |
| city_id | integer |
Municipality identifier Internal municipality identifier. |
- |
| sd_id | integer |
Statistical district identifier Internal statistical district identifier. |
- |
| md_id | integer |
Monitoring district identifier Internal monitoring district identifier. |
- |
| geom GEOMETRY | geometry | - | - |
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/parkingonroad_points/items/
CSV export:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingonroad_points/items/?f=csv
Paginated:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingonroad_points/items/?limit=10&offset=20
Spatial filter (EPSG:3812):
http://api.mobility.brussels/datasets/v1/parking/collections/parkingonroad_points/items/?bbox=640000,650000,660000,670000
WGS84 output + bbox:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingonroad_points/items/?crs=4326&bbox=4.3,50.8,4.4,50.9
🧪 Test the API
⏳ Loading…