OGC API — Features / traffic
Codes événements TMC
Collection Info
| Collection ID | tmc_event_codes |
| Type | Non-Spatial |
| Max Features | 1000 |
| Default Limit | 50 |
| Cache Time | 3600s |
Quick Links
📋 Schema ▼
| Column | Type | Description | Linked Resource |
|---|---|---|---|
| datex_code PK | character varying |
Event code Legacy event code from DATEX I / TMC (Alert-C), used to identify the type of traffic event. |
- |
| descr_fr | text |
French description Descriptive label of the event in French, intended for display and documentation. |
- |
| descr_nl | text |
Dutch description Descriptive label of the event in Dutch, intended for display and documentation. |
- |
| descr_en | text |
English description Descriptive label of the event in English, intended for display and documentation. |
- |
| datex1_uri | text |
DATEX I / TMC identifier Technical URN identifier representing the DATEX I / TMC (Alert-C) event code. |
- |
| datex2_class | text |
DATEX II class DATEX II conceptual class corresponding to the type of situation or event. |
- |
| datex2_enum_value | text |
DATEX II value DATEX II semantic enumeration value specifying the exact nature of the event. |
- |
Query Parameters
| limit (integer) | Number of features to return. Max: 1000, default: 50. |
| offset (integer) | Number of features to skip (default: 0). |
| 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/traffic/collections/tmc_event_codes/items/
CSV export:
http://api.mobility.brussels/datasets/v1/traffic/collections/tmc_event_codes/items/?f=csv
Paginated:
http://api.mobility.brussels/datasets/v1/traffic/collections/tmc_event_codes/items/?limit=10&offset=20
🧪 Test the API
⏳ Loading…