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/ed8f2d37-4625-415d-8f94-88401d35b271/locations/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/ed8f2d37-4625-415d-8f94-88401d35b271/locations/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/504d2eb9-9fe4-4cdd-a542-8477fb8f4187/?format=api",
            "uuid": "504d2eb9-9fe4-4cdd-a542-8477fb8f4187",
            "name": "B29C0095002",
            "code": "29CP0095002",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.991647959915624,
                    52.28424152997888,
                    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": 60741,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 24358,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 2,
                    "removalDate": null,
                    "dateModified": "2023-01-05T20:15:34Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "onbekend",
                    "filterInRoute": false,
                    "temporal_data": [
                        {
                            "start": "2008-09-29T09:00:00Z",
                            "initial": false,
                            "broEvent": "47106",
                            "tubeStatus": "onbekend",
                            "dateModified": "2023-01-05T18:22:48Z",
                            "referenceLevel": 40.51,
                            "tubeTopDiameter": null,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": 11.43,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 10.43,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2001-10-08T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 10.43,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2022-10-04T20:30:55.962613Z",
            "last_modified": "2024-07-08T16:14:29.448620Z",
            "last_modified_by": "vitens_api"
        }
    ]
}