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/c4abc0d4-7958-411d-ae9a-526f0ed69d5f/locations/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/c4abc0d4-7958-411d-ae9a-526f0ed69d5f/locations/?format=api&page=10",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/locations/8873f190-6c0e-4527-8999-60114844acef/?format=api",
            "uuid": "8873f190-6c0e-4527-8999-60114844acef",
            "name": "27HM019001",
            "code": "27HM019001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.20248075135232,
                    52.36934564204667,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "object": {
                "id": 123527,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28481,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-01-25T08:30:46Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2023-12-04T14:03:00Z",
                            "initial": false,
                            "broEvent": "23567",
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-01-25T08:30:46Z",
                            "referenceLevel": 3.69,
                            "tubeTopDiameter": null,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": 1.77,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 0.77,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2023-08-30T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 0.77,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-01-17T15:27:59.256547Z",
            "last_modified": "2024-07-08T14:45:43.278029Z",
            "last_modified_by": "vitens_api"
        }
    ]
}