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/717ed64f-5484-4e21-b9b8-92480b8d9527/locations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/c2376d6d-f72b-419f-a901-5f4c8fad0f21/?format=api",
            "uuid": "c2376d6d-f72b-419f-a901-5f4c8fad0f21",
            "name": "BT02_Well 1",
            "code": "BT2",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    106.63,
                    10.064,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f061d542-b91c-40b8-a76d-8e9fc919ffb8/?format=api",
                "uuid": "f061d542-b91c-40b8-a76d-8e9fc919ffb8",
                "name": "FAME"
            },
            "object": {
                "id": 88928,
                "type": "groundwaterstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2022-01-10T15:12:28.831355Z",
            "last_modified": "2022-01-14T14:17:33.769245Z",
            "last_modified_by": "florian.knappers"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/61d58c7e-685a-471d-a3e0-6c2166cda8aa/?format=api",
            "uuid": "61d58c7e-685a-471d-a3e0-6c2166cda8aa",
            "name": "BT03_Well 2",
            "code": "BT3",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    106.489,
                    10.131,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f061d542-b91c-40b8-a76d-8e9fc919ffb8/?format=api",
                "uuid": "f061d542-b91c-40b8-a76d-8e9fc919ffb8",
                "name": "FAME"
            },
            "object": {
                "id": 88929,
                "type": "groundwaterstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2022-01-10T15:13:14.414625Z",
            "last_modified": "2022-01-14T14:17:44.974205Z",
            "last_modified_by": "florian.knappers"
        }
    ]
}