Locations in this monitoring network.

Locations may be filtered by query parameters.

Examples

?name=Rotterdamhaven

?name__startswith=Rotterdam

?code=MOB_MP_P_5min

?code__startswith=MOB_MP

?boundary=95158

?boundary__id=95158

?boundary__code=NL_GM0344

?timeseries__start__gte=2013-06-08T10:05:05Z

?timeseries__start__gte=2013-06-08T10:05:05Z&timeseries__end__lt=2014-01-01T00:00:00Z

?timeseries__observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/23494c53-ae32-4e62-86c1-fc94742f6575/locations/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/23494c53-ae32-4e62-86c1-fc94742f6575/locations/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/4e4e63bc-0650-4af8-9dcc-00482dc7e92d/?format=api",
            "uuid": "4e4e63bc-0650-4af8-9dcc-00482dc7e92d",
            "name": "39HP0235004",
            "code": "39HP0235004",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.607036293409516,
                    51.87049201762036,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "object": {
                "id": 56437,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 15528,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 4,
                    "removalDate": null,
                    "dateModified": "2023-01-05T21:09:04Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "onbekend",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2018-03-25T22:00:00Z",
                            "initial": false,
                            "broEvent": "15090",
                            "tubeStatus": "onbekend",
                            "dateModified": "2023-01-05T18:46:45Z",
                            "referenceLevel": 6.203,
                            "tubeTopDiameter": null,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": -62.36,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -64.36,
                    "broid_gld_imbroa": null,
                    "constructionDate": "1997-04-17T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -64.36,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2022-05-17T20:30:30.433648Z",
            "last_modified": "2024-07-08T18:25:44.174884Z",
            "last_modified_by": "vitens_api"
        }
    ]
}