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=10
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=11",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6415c99f-0128-4076-8e6f-3f05a0bd2f62/?format=api",
            "uuid": "6415c99f-0128-4076-8e6f-3f05a0bd2f62",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1952-10-27T23:00:00Z",
            "end": "2012-05-29T23:00:00Z",
            "value_type": "float",
            "last_value": 11.61,
            "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/af017f44-8256-46b0-9071-fda691bb179d/?format=api",
                "uuid": "af017f44-8256-46b0-9071-fda691bb179d",
                "name": "B45H0211-001",
                "code": "B45H0211-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.145227Z",
            "last_modified": "2023-07-21T08:54:53.791383Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c4b54465-f5d4-446f-9228-c13458e245c7/?format=api",
            "uuid": "c4b54465-f5d4-446f-9228-c13458e245c7",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1952-12-14T23:00:00Z",
            "end": "2025-06-09T07:00:00Z",
            "value_type": "float",
            "last_value": 18.807,
            "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/03558c94-b60f-4831-b5b3-2806a9c512ad/?format=api",
                "uuid": "03558c94-b60f-4831-b5b3-2806a9c512ad",
                "name": "B45H0228-001",
                "code": "B45H0228-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.270482Z",
            "last_modified": "2025-06-09T18:41:27.400869Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f308f8ff-1d72-4449-a675-088858b18aff/?format=api",
            "uuid": "f308f8ff-1d72-4449-a675-088858b18aff",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1967-04-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/57a104b2-5a93-46fe-b3a3-20216f2d976e/?format=api",
                "uuid": "57a104b2-5a93-46fe-b3a3-20216f2d976e",
                "name": "B45H0230-001",
                "code": "B45H0230-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.412084Z",
            "last_modified": "2023-07-21T08:45:02.468894Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7f50d379-fd02-45a2-9bd1-10ebf0e208a6/?format=api",
            "uuid": "7f50d379-fd02-45a2-9bd1-10ebf0e208a6",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1952-12-15T23:00:00Z",
            "end": "2025-06-09T11:00:00Z",
            "value_type": "float",
            "last_value": 19.548,
            "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/595a954d-713a-4479-9f9d-803f1ad08bac/?format=api",
                "uuid": "595a954d-713a-4479-9f9d-803f1ad08bac",
                "name": "B45H0474-001",
                "code": "B45H0474-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.537288Z",
            "last_modified": "2025-06-09T18:41:25.880464Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b1ec2772-96cb-4c2c-98de-aa7f0e3bf2ec/?format=api",
            "uuid": "b1ec2772-96cb-4c2c-98de-aa7f0e3bf2ec",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1953-04-26T23: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/4411e1bb-d14a-49a7-bfa3-ba28cc0cbf88/?format=api",
                "uuid": "4411e1bb-d14a-49a7-bfa3-ba28cc0cbf88",
                "name": "B45H0477-001",
                "code": "B45H0477-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.627451Z",
            "last_modified": "2023-07-21T08:54:53.535495Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6e28e3d8-fb4f-421e-aa10-d99b6acb504a/?format=api",
            "uuid": "6e28e3d8-fb4f-421e-aa10-d99b6acb504a",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1953-08-27T23:00:00Z",
            "end": "2025-06-09T11:00:00Z",
            "value_type": "float",
            "last_value": 12.966,
            "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/ef9062f7-c91f-4635-b3f3-d40fa4dcbf1b/?format=api",
                "uuid": "ef9062f7-c91f-4635-b3f3-d40fa4dcbf1b",
                "name": "B45H0478-001",
                "code": "B45H0478-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.736004Z",
            "last_modified": "2025-06-09T18:41:37.730657Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82033608-2be1-4bea-974f-e27aeb94ff14/?format=api",
            "uuid": "82033608-2be1-4bea-974f-e27aeb94ff14",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1950-08-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/ac70af98-490e-46d4-8727-e40586727a5c/?format=api",
                "uuid": "ac70af98-490e-46d4-8727-e40586727a5c",
                "name": "B46A0019-001",
                "code": "B46A0019-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.833420Z",
            "last_modified": "2023-07-21T08:44:53.453952Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67e9ceb3-f34a-41c9-8e3e-881be29563d7/?format=api",
            "uuid": "67e9ceb3-f34a-41c9-8e3e-881be29563d7",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1950-05-29T23: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/3b145547-92b3-4b52-8212-7021fceb7a38/?format=api",
                "uuid": "3b145547-92b3-4b52-8212-7021fceb7a38",
                "name": "B46A0026-001",
                "code": "B46A0026-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:29.939435Z",
            "last_modified": "2023-07-21T08:44:57.969112Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f7b576d8-69c7-4c19-ba69-7c1f4c351910/?format=api",
            "uuid": "f7b576d8-69c7-4c19-ba69-7c1f4c351910",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1950-05-29T23: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/c41d8aca-cb7f-48d7-bbf8-86bbfe2c5097/?format=api",
                "uuid": "c41d8aca-cb7f-48d7-bbf8-86bbfe2c5097",
                "name": "B46C0005-001",
                "code": "B46C0005-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:30.052873Z",
            "last_modified": "2023-07-21T08:45:02.308502Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2f328b62-9bd5-4915-b1f3-580dddcbd5c1/?format=api",
            "uuid": "2f328b62-9bd5-4915-b1f3-580dddcbd5c1",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1951-07-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/e05b49df-1f41-42cf-99d1-1790bb685dad/?format=api",
                "uuid": "e05b49df-1f41-42cf-99d1-1790bb685dad",
                "name": "B46C0009-001",
                "code": "B46C0009-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:30.281537Z",
            "last_modified": "2023-07-21T08:44:53.677325Z",
            "access_modifier": "Public"
        }
    ]
}