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

GET /datasets/v1/parking/collections/parking_orienation/items/?f=json&format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "id": 0,
            "geometry": null,
            "properties": {
                "code": 0,
                "descr_fr": "Inconnu",
                "descr_nl": "Onbekend"
            },
            "links": []
        },
        {
            "type": "Feature",
            "id": 1,
            "geometry": null,
            "properties": {
                "code": 1,
                "descr_fr": "Longitudinal",
                "descr_nl": "Longitudinaal"
            },
            "links": [
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/items/1/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 1"
                },
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 2,
            "geometry": null,
            "properties": {
                "code": 2,
                "descr_fr": "Epi",
                "descr_nl": "Zaagtandvorm"
            },
            "links": [
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/items/2/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 2"
                },
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 3,
            "geometry": null,
            "properties": {
                "code": 3,
                "descr_fr": "Bataille (ou perpendiculaire)",
                "descr_nl": "Loodrecht"
            },
            "links": [
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/items/3/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 3"
                },
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        },
        {
            "type": "Feature",
            "id": 4,
            "geometry": null,
            "properties": {
                "code": 4,
                "descr_fr": "Autre",
                "descr_nl": "Andere"
            },
            "links": [
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/items/4/",
                    "rel": "self",
                    "type": "application/geo+json",
                    "title": "Feature 4"
                },
                {
                    "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/",
                    "rel": "collection",
                    "type": "application/json",
                    "title": "Parent collection"
                }
            ]
        }
    ],
    "links": [
        {
            "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/items/?f=json&format=api",
            "rel": "self",
            "type": "application/geo+json",
            "title": "This document"
        },
        {
            "href": "https://api.mobility.brussels/datasets/v1/parking/collections/parking_orienation/",
            "rel": "collection",
            "type": "application/json",
            "title": "Parent collection"
        }
    ],
    "timeStamp": "2026-07-28T12:10:42.450673Z",
    "numberMatched": 5,
    "numberReturned": 5
}