OGC API — Features / parking
Offre de stationnement hors voirie
Collection Info
| Collection ID | parkingoffroad_blocks |
| 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 (technical key). |
- |
| total | integer |
Total Total number of off-street parking spaces in the cadastral block. |
- |
| housing | integer |
Logement Number of off-street parking spaces assigned to the 'Housing' category in the cadastral block. |
- |
| office | integer |
Bureau Number of off-street parking spaces assigned to the 'Office' category in the cadastral block. |
- |
| shops | integer |
Commerce Number of off-street parking spaces assigned to the 'Shops' category in the cadastral block. |
- |
| industry | integer |
Industrie Number of off-street parking spaces assigned to the 'Industry' category in the cadastral block. |
- |
| education | integer |
Enseignement Number of off-street parking spaces assigned to the 'Education' category in the cadastral block. |
- |
| culture | integer |
Culture, réligion et sport Number of off-street parking spaces assigned to the 'Culture, religion and sport' category in the cadastral block. |
- |
| health | integer |
Hospitaux et santé Number of off-street parking spaces assigned to the 'Hospital and health' category in the cadastral block. |
- |
| public | integer |
Parking public Number of off-street parking spaces assigned to the 'Public parking' category in the cadastral block. |
- |
| park_ride | integer |
Park and Ride Number of off-street parking spaces assigned to the 'Park and Ride' category in the cadastral block. |
- |
| public_building | integer |
Bâtiment public Number of off-street parking spaces assigned to the 'Public building' category in the cadastral block. |
- |
| other | integer |
Autre Number of off-street parking spaces assigned to the 'Other' category in the cadastral block. |
- |
| unknown | integer |
Inconnue Number of off-street parking spaces assigned to the 'Unknown' category in the cadastral block. |
- |
| 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/parkingoffroad_blocks/items/
CSV export:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingoffroad_blocks/items/?f=csv
Paginated:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingoffroad_blocks/items/?limit=10&offset=20
Spatial filter (EPSG:3812):
http://api.mobility.brussels/datasets/v1/parking/collections/parkingoffroad_blocks/items/?bbox=640000,650000,660000,670000
WGS84 output + bbox:
http://api.mobility.brussels/datasets/v1/parking/collections/parkingoffroad_blocks/items/?crs=4326&bbox=4.3,50.8,4.4,50.9
🧪 Test the API
⏳ Loading…