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/8851d8d3-ada4-4fae-b3e1-b21a23bcdc61/locations/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/8851d8d3-ada4-4fae-b3e1-b21a23bcdc61/locations/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/a69a61ff-74b0-4a71-9e5b-ba199996cdb0/?format=api",
            "uuid": "a69a61ff-74b0-4a71-9e5b-ba199996cdb0",
            "name": "02CP0155003",
            "code": "02CP0155003",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.81473161892786,
                    53.45732351879285,
                    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": 48987,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 6083,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 3,
                    "removalDate": null,
                    "dateModified": "2023-01-05T20:43:11Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "onbekend",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2023-04-13T07:53:07Z",
                            "initial": false,
                            "broEvent": "22167",
                            "tubeStatus": "onbekend",
                            "dateModified": "2024-06-10T11:26:35Z",
                            "referenceLevel": 2.87,
                            "tubeTopDiameter": null,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": -25.13,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -27.13,
                    "broid_gld_imbroa": null,
                    "constructionDate": "1990-10-10T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -27.13,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2022-05-17T11:50:29.442736Z",
            "last_modified": "2024-07-08T11:29:55.109807Z",
            "last_modified_by": "vitens_api"
        }
    ]
}