Timeseries in this monitoring network.

This endpoint supports POST and DELETE to add or remove timeseries from the network, respectively. The request payload has to be a list of UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

Examples

?start__gte=2013-06-08T10:05:05Z

?start__gte=2013-06-08T10:05:05Z&end__lt=2014-01-01T00:00:00Z

?location__name=Rotterdamhaven

?location__name__startswith=Rotterdam

?location__code=MOB_MP_P_5min

?location__code__startswith=MOB_MP

?location__uuid=cef6e07e-cfe9-4451-9caa-6cd5cdb106a0

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=16
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 154,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ee51b2c8-3da9-4c69-b1e4-6fe2f59a0437/?format=api",
            "uuid": "ee51b2c8-3da9-4c69-b1e4-6fe2f59a0437",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4c8c32e8-8486-4112-83ff-cfca69be8740/?format=api",
                "uuid": "4c8c32e8-8486-4112-83ff-cfca69be8740",
                "name": "06DM014001",
                "code": "06DM014001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:38:58.179284Z",
            "last_modified": "2024-08-27T13:38:58.179262Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/22f66dcf-e90f-406e-af40-c72e3cb56568/?format=api",
            "uuid": "22f66dcf-e90f-406e-af40-c72e3cb56568",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4c8c32e8-8486-4112-83ff-cfca69be8740/?format=api",
                "uuid": "4c8c32e8-8486-4112-83ff-cfca69be8740",
                "name": "06DM014001",
                "code": "06DM014001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:38:58.321121Z",
            "last_modified": "2024-08-27T13:38:58.321103Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc644c0a-de95-4f14-a9b6-c1e604b3307e/?format=api",
            "uuid": "fc644c0a-de95-4f14-a9b6-c1e604b3307e",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/25d50d16-0304-4154-a28f-1a1b16292564/?format=api",
                "uuid": "25d50d16-0304-4154-a28f-1a1b16292564",
                "name": "06DM011001",
                "code": "06DM011001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:24:43.753324Z",
            "last_modified": "2025-06-05T12:24:43.753305Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3e42809b-3549-4d0a-b5a9-2c81baecccae/?format=api",
            "uuid": "3e42809b-3549-4d0a-b5a9-2c81baecccae",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/25d50d16-0304-4154-a28f-1a1b16292564/?format=api",
                "uuid": "25d50d16-0304-4154-a28f-1a1b16292564",
                "name": "06DM011001",
                "code": "06DM011001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:24:44.266204Z",
            "last_modified": "2025-06-05T12:24:44.266181Z",
            "access_modifier": "Public"
        }
    ]
}