Aller au contenu principal
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

Resource Links
Items Browse JSON CSV
Table Schema FR NL EN
DCAT Metadata JSON-LD
Metadata Page View Page
OGC Capabilities (QGIS) GetCapabilities

📋 Schema

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