Aller au contenu principal
OGC API — Features  /  parking

Règles de stationnement

Collection Info

Collection IDregulations_rules
TypeNon-Spatial
Max Features1000
Default Limit50
Cache Time3600s

Quick Links

ResourceLinks
ItemsBrowse JSON CSV
Table SchemaFR NL EN
DCAT MetadataJSON-LD
Metadata PageView 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/parking/collections/regulations_rules/items/
CSV export: http://api.mobility.brussels/datasets/v1/parking/collections/regulations_rules/items/?f=csv
Paginated: http://api.mobility.brussels/datasets/v1/parking/collections/regulations_rules/items/?limit=10&offset=20

🧪 Test the API