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/58c63b59-fbfd-499e-a785-afc84a85193d/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/13bc925b-7664-4636-bee7-af3814c80e36/?format=api",
            "uuid": "13bc925b-7664-4636-bee7-af3814c80e36",
            "name": "Scheidingsvliet, instroom",
            "code": "KGM-A-369_in",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.73544361058399,
                    52.865077545173136,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "object": {
                "id": 5595,
                "type": "pumpstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2014-11-05T10:25:31.579379Z",
            "last_modified": "2022-01-18T07:35:30.422957Z",
            "last_modified_by": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/0c711f38-f53d-41f0-9393-d75a18099dd7/?format=api",
            "uuid": "0c711f38-f53d-41f0-9393-d75a18099dd7",
            "name": "Tutorial API Steven",
            "code": "Sv4_API",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.683839188453384,
                    52.49446759721568,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2023-09-11T14:37:46.151519Z",
            "last_modified": "2023-09-11T14:37:46.151504Z",
            "last_modified_by": "steven.hosper@nelen-schuurmans.nl"
        }
    ]
}