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/b27e26da-17f3-4208-9990-8faa5a4dfe08/locations/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 241,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/locations/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/c213d412-c912-4684-996f-a655bbef3de8/?format=api",
            "uuid": "c213d412-c912-4684-996f-a655bbef3de8",
            "name": "HOLW",
            "code": "HOLW",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.876582218163438,
                    53.40196944609429,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/460d3102-7411-4e2d-8c3f-f3a6a22d24dc/?format=api",
                "uuid": "460d3102-7411-4e2d-8c3f-f3a6a22d24dc",
                "name": "DDSC"
            },
            "object": {
                "id": 216960,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2019-06-25T10:12:46.786950Z",
            "last_modified": "2019-06-25T10:12:46.786899Z",
            "last_modified_by": ""
        }
    ]
}