OGC API — Features / parking
Règles de stationnement
Collection Info
| Collection ID | regulations_rules |
| Type | Non-Spatial |
| 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 | integer | - | - |
| city_fr | character varying | - | - |
| city_nl | character varying | - | - |
| code PK | character varying | - | - |
| name | character varying | - | - |
| type | character varying | - | - |
| mo | smallint | - | - |
| tu | smallint | - | - |
| we | smallint | - | - |
| th | smallint | - | - |
| fr | smallint | - | - |
| sa | smallint | - | - |
| so | smallint | - | - |
| special_day | smallint | - | - |
| max_time | character varying | - | - |
| free_time | character varying | - | - |
| charge30 | numeric | - | - |
| charge60 | numeric | - | - |
| charge120 | character varying | - | - |
| charge180 | numeric | - | - |
| charge240 | character varying | - | - |
| charge270 | numeric | - | - |
| charge_extra | character varying | - | - |
| fee | character varying | - | - |
| start_hour | character varying | - | - |
| end_hour | character varying | - | - |
| typreg | integer | - | - |
| active | smallint | - | - |
| active_from | timestamp without time zone | - | - |
| disabled_on | timestamp without time zone | - | - |
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:
https://api.mobility.brussels/datasets/v1/parking/collections/regulations_rules/items/
🧪 Test the API
⏳ Loading…