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/f514d0b1-4e77-48a5-98a5-e2117eb8bf42/locations/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 31,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/f514d0b1-4e77-48a5-98a5-e2117eb8bf42/locations/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/d17a974c-c36c-4178-8531-495081141bcb/?format=api",
            "uuid": "d17a974c-c36c-4178-8531-495081141bcb",
            "name": "27AM003001",
            "code": "27AM003001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.899380715894058,
                    52.44545239149846,
                    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": 122065,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 27192,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-07-04T12:44:42Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2020-10-08T10:00:00Z",
                            "initial": false,
                            "broEvent": "42020",
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2023-01-05T22:08:17Z",
                            "referenceLevel": 2.67,
                            "tubeTopDiameter": 36.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "filterTopDepth": 0.23,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -0.77,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2020-09-22T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -0.77,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2020-10-28T17:00:08.569239Z",
            "last_modified": "2024-07-08T14:08:04.536569Z",
            "last_modified_by": "vitens_api"
        }
    ]
}