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/022285ac-2b64-4c11-9b72-ad7e73addb90/locations/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 32,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/022285ac-2b64-4c11-9b72-ad7e73addb90/locations/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/b30b53d0-4f58-4f96-bf27-2317e208306f/?format=api",
            "uuid": "b30b53d0-4f58-4f96-bf27-2317e208306f",
            "name": "26F0318016",
            "code": "26F0318016",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.728357159213882,
                    52.41766097156633,
                    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": 123689,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 27240,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 16,
                    "removalDate": null,
                    "dateModified": "2024-06-28T14:44:38Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [],
                    "filterTopDepth": -252.15,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -254.15,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2005-12-22T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -254.15,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-06-28T14:45:27.586090Z",
            "last_modified": "2024-07-05T16:19:35.752819Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ade9825f-7a6c-4e0b-b682-28354a7ee6ae/?format=api",
            "uuid": "ade9825f-7a6c-4e0b-b682-28354a7ee6ae",
            "name": "26F0318017",
            "code": "26F0318017",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.728357159213882,
                    52.41766097156633,
                    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": 123690,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 27241,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 17,
                    "removalDate": null,
                    "dateModified": "2024-06-28T14:44:43Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [],
                    "filterTopDepth": -270.15,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -272.15,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2005-12-22T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -272.15,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "filtergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-06-28T14:45:28.778362Z",
            "last_modified": "2024-07-05T16:19:36.286846Z",
            "last_modified_by": "vitens_api"
        }
    ]
}