OGC API — Features / traffic
Chantiers et incidents
Collection Info
| Collection ID | traffic_events |
| 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 |
|---|---|---|---|
| fid PK | integer | - | - |
| datex_codes | character varying | - | - |
| type_fr | character varying | - | - |
| type_nl | character varying | - | - |
| location_fr | character varying | - | - |
| location_nl | character varying | - | - |
| direction_fr | character varying | - | - |
| direction_nl | character varying | - | - |
| road_type_fr | character varying | - | - |
| road_type_nl | character varying | - | - |
| importance | character varying | - | - |
| consequences_fr | character varying | - | - |
| consequences_nl | character varying | - | - |
| impacted_lanes | character varying | - | - |
| start_time | timestamp without time zone | - | - |
| end_time | timestamp without time zone | - | - |
| last_update | timestamp without time zone | - | - |
| last_layer_update | timestamp without time zone | - | - |
| geom GEOMETRY | geometry | - | - |
| is_active | boolean | - | - |
| zone_fr | character varying | - | - |
| zone_nl | character varying | - | - |
| orientation | character varying | - | - |
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
CSV export:
http://api.mobility.brussels/datasets/v1/traffic/collections/traffic_events/items/?f=csv
🧪 Test the API
⏳ Loading…