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/bdcd9e32-0f8f-4718-8810-ca39603a6486/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 74,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/bdcd9e32-0f8f-4718-8810-ca39603a6486/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/634c8255-6a69-4a79-ac00-fec13ec0600a/?format=api",
            "uuid": "634c8255-6a69-4a79-ac00-fec13ec0600a",
            "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/d876d1d7-88d3-46c1-9f4a-79d8a34ebfd8/?format=api",
                "uuid": "d876d1d7-88d3-46c1-9f4a-79d8a34ebfd8",
                "name": "39FM039001",
                "code": "39FM039001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:54:49.656314Z",
            "last_modified": "2025-06-05T12:54:49.656299Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6cd59b80-867e-41e9-90f2-da16f3156282/?format=api",
            "uuid": "6cd59b80-867e-41e9-90f2-da16f3156282",
            "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/d876d1d7-88d3-46c1-9f4a-79d8a34ebfd8/?format=api",
                "uuid": "d876d1d7-88d3-46c1-9f4a-79d8a34ebfd8",
                "name": "39FM039001",
                "code": "39FM039001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:54:50.214004Z",
            "last_modified": "2025-06-05T12:54:50.213966Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/21a3e1e9-ffcc-4990-9dac-768ed846a500/?format=api",
            "uuid": "21a3e1e9-ffcc-4990-9dac-768ed846a500",
            "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/d11adb08-b9f2-4a2a-9a78-cde6d791f045/?format=api",
                "uuid": "d11adb08-b9f2-4a2a-9a78-cde6d791f045",
                "name": "39FM039002",
                "code": "39FM039002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:54:50.748938Z",
            "last_modified": "2025-06-05T12:54:50.748920Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dbeba928-e5a8-455c-bd2f-0aa95e488490/?format=api",
            "uuid": "dbeba928-e5a8-455c-bd2f-0aa95e488490",
            "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/d11adb08-b9f2-4a2a-9a78-cde6d791f045/?format=api",
                "uuid": "d11adb08-b9f2-4a2a-9a78-cde6d791f045",
                "name": "39FM039002",
                "code": "39FM039002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:54:51.220023Z",
            "last_modified": "2025-06-05T12:54:51.219996Z",
            "access_modifier": "Public"
        }
    ]
}