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/655e0a88-0a51-4cea-91ac-7a3a0c75d7df/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/655e0a88-0a51-4cea-91ac-7a3a0c75d7df/locations/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/5de3360f-2e5f-425d-90cc-c2f34466cf6b/?format=api",
            "uuid": "5de3360f-2e5f-425d-90cc-c2f34466cf6b",
            "name": "B28D0264001",
            "code": "B28D0264001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.522599150015727,
                    52.36614982838783,
                    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": 59946,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 21361,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": "1975-11-13T00:00:00Z",
                    "dateModified": "2023-07-12T09:41:34Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "onbekend",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "1960-03-27T23:00:00Z",
                            "initial": false,
                            "broEvent": "34519",
                            "tubeStatus": "onbekend",
                            "dateModified": "2024-02-23T11:17:40Z",
                            "referenceLevel": 9.12,
                            "tubeTopDiameter": null,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": 7.65,
                    "broid_gld_imbro": "GLD000000031891",
                    "tubeBottomDepth": 7.15,
                    "broid_gld_imbroa": "GLD000000031892",
                    "constructionDate": "1956-05-14T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 7.15,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2022-05-17T21:03:41.415824Z",
            "last_modified": "2024-08-05T12:40:07.612455Z",
            "last_modified_by": "vitens_api"
        }
    ]
}