OGC API — Features / active_mobility
Dispositifs de stationnement modes alternatifs
Collection Info
| Collection ID | bicycle_parking |
| Type | Spatial |
| Geometry Column | geom |
| Max Features | 1000 |
| Default Limit | 50 |
| Cache Time | 3600s |
Quick Links
📄 OpenAPI Specification
Machine-readable description of this collection's API endpoints, parameters and response schemas. Import into Postman, use with Swagger UI, or generate client code automatically.
📋 Schema ▼
| Column | Type | Description | Linked Resource |
|---|---|---|---|
| gid | integer | - | - |
| id PK | bigint | - | - |
| app_sector | numeric | - | - |
| app_rowid | bigint | - | - |
| app_si_id | bigint | - | - |
| type | integer | - | - |
| operator | integer | - | - |
| situation | integer | - | - |
| offer_creation | timestamp without time zone | - | - |
| cover | integer | - | - |
| capacity | integer | - | - |
| state | integer | - | - |
| cross_5m | integer | - | - |
| light_20m | integer | - | - |
| nb_velo | integer | - | - |
| nb_cargo | integer | - | - |
| nb_velo_ff | integer | - | - |
| nb_trott | integer | - | - |
| nb_trott_ff | integer | - | - |
| nb_scooter | integer | - | - |
| nb_scooter_ff | integer | - | - |
| nb_moto | integer | - | - |
| nb_autre | integer | - | - |
| nb_epave | integer | - | - |
| nb_novisib | integer | - | - |
| demand_creation | timestamp without time zone | - | - |
| si_id | bigint | - | - |
| sd_id | bigint | - | - |
| md_id | integer | - | - |
| city_id | integer | - | - |
| nb_total | integer | - | - |
| occupancy | numeric | - | - |
| picture_id | character varying | - | - |
| 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:
https://api.mobility.brussels/datasets/v1/active_mobility/collections/bicycle_parking/items/
CSV export:
https://api.mobility.brussels/datasets/v1/active_mobility/collections/bicycle_parking/items/?f=csv
🧪 Test the API
⏳ Loading…