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/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2749,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/75dd2e21-2b3a-413f-b878-751fd2b925a9/?format=api",
            "uuid": "75dd2e21-2b3a-413f-b878-751fd2b925a9",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1952-10-13T23:00:00Z",
            "end": "2017-09-30T23:00:00Z",
            "value_type": "float",
            "last_value": 9.99,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/23947039-82ba-489f-9a29-2709e8f55644/?format=api",
                "uuid": "23947039-82ba-489f-9a29-2709e8f55644",
                "name": "B44G0388-001",
                "code": "B44G0388-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.156025Z",
            "last_modified": "2023-07-21T08:45:00.779298Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a73f2e61-95c3-446b-90c7-c386663d3388/?format=api",
            "uuid": "a73f2e61-95c3-446b-90c7-c386663d3388",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1971-03-23T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 2.512,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8e0f3bd3-57a3-4920-880e-0c9294d0948c/?format=api",
                "uuid": "8e0f3bd3-57a3-4920-880e-0c9294d0948c",
                "name": "B44G0449-001",
                "code": "B44G0449-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.343915Z",
            "last_modified": "2025-06-09T06:36:07.852801Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/45c211f5-c8f0-435e-8dae-abd5567ece42/?format=api",
            "uuid": "45c211f5-c8f0-435e-8dae-abd5567ece42",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1972-01-27T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 3.518,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d24b1079-b19e-4406-9769-a1cb2385c3b9/?format=api",
                "uuid": "d24b1079-b19e-4406-9769-a1cb2385c3b9",
                "name": "B44G0499-001",
                "code": "B44G0499-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.456721Z",
            "last_modified": "2025-06-09T06:37:12.597754Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4a2fab32-63cd-41d9-9073-48155e54737b/?format=api",
            "uuid": "4a2fab32-63cd-41d9-9073-48155e54737b",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1953-10-14T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": -0.276,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7424fef9-3361-43fa-8bfa-bc9695247ac0/?format=api",
                "uuid": "7424fef9-3361-43fa-8bfa-bc9695247ac0",
                "name": "B44G0563-001",
                "code": "B44G0563-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.567042Z",
            "last_modified": "2025-06-09T06:32:01.962507Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5c3addb7-0839-4d0e-97c0-5685d3567cec/?format=api",
            "uuid": "5c3addb7-0839-4d0e-97c0-5685d3567cec",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1972-01-27T23:00:00Z",
            "end": "2017-09-30T23:00:00Z",
            "value_type": "float",
            "last_value": 9.99,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/439e1f37-6331-449d-aba9-26c81f35000c/?format=api",
                "uuid": "439e1f37-6331-449d-aba9-26c81f35000c",
                "name": "B44G0567-001",
                "code": "B44G0567-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.696828Z",
            "last_modified": "2023-07-21T08:45:02.530183Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/751f6138-b1e1-41f4-8dc4-893407d6071d/?format=api",
            "uuid": "751f6138-b1e1-41f4-8dc4-893407d6071d",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1964-12-13T23:00:00Z",
            "end": "2017-09-30T23:00:00Z",
            "value_type": "float",
            "last_value": 9.99,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0b6a2fb5-9889-4b4f-a374-5ff5de82eb0e/?format=api",
                "uuid": "0b6a2fb5-9889-4b4f-a374-5ff5de82eb0e",
                "name": "B44G0743-001",
                "code": "B44G0743-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.792128Z",
            "last_modified": "2023-07-21T08:45:00.539963Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c75f7c3f-39b1-4031-9318-d44d75fc4ce3/?format=api",
            "uuid": "c75f7c3f-39b1-4031-9318-d44d75fc4ce3",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1969-07-13T23:00:00Z",
            "end": "2017-06-18T23:00:00Z",
            "value_type": "float",
            "last_value": 12.618,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/70ea75d5-e5e3-4485-85d3-243349e2d1ff/?format=api",
                "uuid": "70ea75d5-e5e3-4485-85d3-243349e2d1ff",
                "name": "B44H0041-001",
                "code": "B44H0041-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:24.907746Z",
            "last_modified": "2023-07-21T08:54:52.585476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8f71dec7-83ee-483c-8b61-1fc0f93aaaa3/?format=api",
            "uuid": "8f71dec7-83ee-483c-8b61-1fc0f93aaaa3",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1969-07-13T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 8.757,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5717672d-b02d-47d1-8e57-eed09a0850cc/?format=api",
                "uuid": "5717672d-b02d-47d1-8e57-eed09a0850cc",
                "name": "B44H0041-002",
                "code": "B44H0041-002"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.011656Z",
            "last_modified": "2025-06-09T06:37:19.232596Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c98e4e89-f373-49d8-962d-6c4d04b9ea70/?format=api",
            "uuid": "c98e4e89-f373-49d8-962d-6c4d04b9ea70",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1969-07-13T23:00:00Z",
            "end": "2005-01-27T23:00:00Z",
            "value_type": "float",
            "last_value": 8.72,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/816f34bf-a936-4618-b4bb-30e14d6c3fb8/?format=api",
                "uuid": "816f34bf-a936-4618-b4bb-30e14d6c3fb8",
                "name": "B44H0041-003",
                "code": "B44H0041-003"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.116991Z",
            "last_modified": "2023-07-21T08:44:51.192510Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd2386ea-c94d-4adf-89b9-b813a55e6705/?format=api",
            "uuid": "fd2386ea-c94d-4adf-89b9-b813a55e6705",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1952-09-14T23:00:00Z",
            "end": "2017-09-30T23:00:00Z",
            "value_type": "float",
            "last_value": 9.99,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api",
                "id": 880,
                "code": "WNS9040.uncorrected",
                "parameter": "Stijghoogte ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2017-10-10T13:30:17.899927Z",
                "last_modified": "2023-06-02T13:23:28.754861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/937cb1cb-dc59-4027-aaab-c0846f4bb267/?format=api",
                "uuid": "937cb1cb-dc59-4027-aaab-c0846f4bb267",
                "name": "B44H0410-001",
                "code": "B44H0410-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.171379Z",
            "last_modified": "2023-07-21T08:44:54.603022Z",
            "access_modifier": "Public"
        }
    ]
}