OGC API — Features / traffic
Display Panneaux à Messages Variables
Collection Info
| Collection ID | pmv_display |
| 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 | integer | - | - |
| id_mobigis PK | character varying | - | - |
| localisation | character varying | - | - |
| sens | character varying |
Emplacement - |
- |
| status | character varying |
Status Current operational state or lifecycle stage of the object. |
- |
| fr_l1 | character varying | - | - |
| fr_l2 | character varying | - | - |
| fr_l3 | character varying | - | - |
| fr_l4 | character varying | - | - |
| nl_l1 | character varying | - | - |
| nl_l2 | character varying | - | - |
| nl_l3 | character varying | - | - |
| nl_l4 | character varying | - | - |
| picto | character varying | - | - |
| last_update | 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
🧪 Test the API
⏳ Loading…