Items list view - returns GeoJSON FeatureCollection
OGC API - Features Part 1: Core

GET /datasets/v1/traffic/collections/traffic_event_consequences/items/?f=json
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "id": 0,
            "geometry": null,
            "properties": {
                "id": 0,
                "impact_fr": "Hors Chaussée",
                "impact_nl": "Buiten rijweg",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 0
            },
            "links": []
        },
        {
            "type": "Feature",
            "id": 1,
            "geometry": null,
            "properties": {
                "id": 1,
                "impact_fr": "Une ou plusieurs bandes fermées",
                "impact_nl": "Een of meerdere afgesloten rijstroken",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/1/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 1"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 2,
            "geometry": null,
            "properties": {
                "id": 2,
                "impact_fr": "Une direction fermée",
                "impact_nl": "Een afgesloten rijrichting",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 2
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/2/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 2"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 3,
            "geometry": null,
            "properties": {
                "id": 3,
                "impact_fr": "Les deux directions fermées",
                "impact_nl": "Beide rijrichtingen afgesloten",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 3
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/3/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 3"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 4,
            "geometry": null,
            "properties": {
                "id": 4,
                "impact_fr": "Bandes rétrécies",
                "impact_nl": "Versmalde rijstroken",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/4/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 4"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 5,
            "geometry": null,
            "properties": {
                "id": 5,
                "impact_fr": "Bande d'arrêt d'urgence obstruée",
                "impact_nl": "Pechstrook versperd",
                "tunnel": false,
                "surface": false,
                "highway": true,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/5/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 5"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 6,
            "geometry": null,
            "properties": {
                "id": 6,
                "impact_fr": "Zone hachurée obstruée",
                "impact_nl": "Gearceerde zone versperd",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/6/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 6"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 7,
            "geometry": null,
            "properties": {
                "id": 7,
                "impact_fr": "Piste cyclable obstruée",
                "impact_nl": "Fietspad versperd",
                "tunnel": false,
                "surface": true,
                "highway": true,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/7/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 7"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 8,
            "geometry": null,
            "properties": {
                "id": 8,
                "impact_fr": "Trottoir obstrué",
                "impact_nl": "Voetpad versperd",
                "tunnel": false,
                "surface": true,
                "highway": false,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/8/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 8"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 9,
            "geometry": null,
            "properties": {
                "id": 9,
                "impact_fr": "Zone de stationnement obstruée",
                "impact_nl": "Parkeerstrook versperd",
                "tunnel": false,
                "surface": true,
                "highway": false,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/9/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 9"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 10,
            "geometry": null,
            "properties": {
                "id": 10,
                "impact_fr": "Bande d'insertion obstruée",
                "impact_nl": "Invoegstrook versperd",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/10/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 10"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 11,
            "geometry": null,
            "properties": {
                "id": 11,
                "impact_fr": "Bande de sortie obstruée",
                "impact_nl": "Uitvoegstrook versperd",
                "tunnel": true,
                "surface": true,
                "highway": true,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/11/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 11"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 12,
            "geometry": null,
            "properties": {
                "id": 12,
                "impact_fr": "Arrêt transport public obstrué",
                "impact_nl": "Halte openbaar vervoer versperd",
                "tunnel": false,
                "surface": true,
                "highway": false,
                "importance": 0
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/12/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 12"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 13,
            "geometry": null,
            "properties": {
                "id": 13,
                "impact_fr": "Site propre transport public obstrué",
                "impact_nl": "Eigen bedding openbaar vervoer versperd",
                "tunnel": false,
                "surface": true,
                "highway": false,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/13/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 13"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 14,
            "geometry": null,
            "properties": {
                "id": 14,
                "impact_fr": "Bande de bus obstruée",
                "impact_nl": "Busbaan versperd",
                "tunnel": false,
                "surface": true,
                "highway": true,
                "importance": 1
            },
            "links": [
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/14/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 14"
                },
                {
                    "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        }
    ],
    "links": [
        {
            "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/items/?f=json",
            "rel": "self",
            "type": "application/geo+json",
            "title": "This document"
        },
        {
            "href": "http://data.mobility.brussels/datasets/v1/traffic/collections/traffic_event_consequences/",
            "rel": "collection",
            "type": "application/json",
            "title": "Parent collection"
        }
    ],
    "timeStamp": "2026-05-11T09:10:12.804642Z",
    "numberMatched": 15,
    "numberReturned": 15
}