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
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=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/92ef8dba-e170-464e-8f30-07fd3d2414bc/?format=api",
            "uuid": "92ef8dba-e170-464e-8f30-07fd3d2414bc",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.151,
            "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/dcff54fc-38e4-4bb1-bc45-63bc1ed26890/?format=api",
                "uuid": "dcff54fc-38e4-4bb1-bc45-63bc1ed26890",
                "name": "B43D0017-001",
                "code": "B43D0017-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:17.914425Z",
            "last_modified": "2025-06-08T18:31:07.224013Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4b8aceba-e61f-4391-889c-38f331e66ef5/?format=api",
            "uuid": "4b8aceba-e61f-4391-889c-38f331e66ef5",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": 0.05,
            "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/be39686b-a954-4344-9b6f-1037bd125a27/?format=api",
                "uuid": "be39686b-a954-4344-9b6f-1037bd125a27",
                "name": "B43D0017-002",
                "code": "B43D0017-002"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.094074Z",
            "last_modified": "2025-06-08T18:31:00.800923Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a0a465bd-4c8e-4fec-994b-5a7eb6774c9d/?format=api",
            "uuid": "a0a465bd-4c8e-4fec-994b-5a7eb6774c9d",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": 0.029,
            "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/9b748bab-bc55-4e03-b15e-6d76fa389f47/?format=api",
                "uuid": "9b748bab-bc55-4e03-b15e-6d76fa389f47",
                "name": "B43D0017-003",
                "code": "B43D0017-003"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.228610Z",
            "last_modified": "2025-06-08T18:37:24.144214Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e7b667e2-b04e-4356-95ec-1f73b7b71bbf/?format=api",
            "uuid": "e7b667e2-b04e-4356-95ec-1f73b7b71bbf",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.23,
            "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/49d6dbb0-9113-494d-81ad-c82b62269243/?format=api",
                "uuid": "49d6dbb0-9113-494d-81ad-c82b62269243",
                "name": "B43D0017-004",
                "code": "B43D0017-004"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.386176Z",
            "last_modified": "2025-06-08T18:30:54.935003Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1d0c3637-27c9-48f2-ad43-e67d7b9e9640/?format=api",
            "uuid": "1d0c3637-27c9-48f2-ad43-e67d7b9e9640",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.501,
            "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/3beba05f-2cb4-47c8-987a-274a54200347/?format=api",
                "uuid": "3beba05f-2cb4-47c8-987a-274a54200347",
                "name": "B43D0017-005",
                "code": "B43D0017-005"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.516406Z",
            "last_modified": "2025-06-08T18:31:04.021324Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cd2e6aeb-fdd1-4947-976b-f085794e8c73/?format=api",
            "uuid": "cd2e6aeb-fdd1-4947-976b-f085794e8c73",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.6,
            "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/3f97d755-9ba8-4fd2-94d6-6c337bb7ea12/?format=api",
                "uuid": "3f97d755-9ba8-4fd2-94d6-6c337bb7ea12",
                "name": "B43D0017-006",
                "code": "B43D0017-006"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.645106Z",
            "last_modified": "2025-06-08T18:31:01.148651Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eb6cedbc-34af-4831-bfcb-d9d7b4ae6e79/?format=api",
            "uuid": "eb6cedbc-34af-4831-bfcb-d9d7b4ae6e79",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.761,
            "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/b0e9bc31-e236-4552-9942-e63c2425cc8c/?format=api",
                "uuid": "b0e9bc31-e236-4552-9942-e63c2425cc8c",
                "name": "B43D0017-007",
                "code": "B43D0017-007"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.772328Z",
            "last_modified": "2025-06-08T18:37:21.002603Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a83f768-d1a9-48b0-9e0e-d2c8ed601589/?format=api",
            "uuid": "2a83f768-d1a9-48b0-9e0e-d2c8ed601589",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2010-11-14T23:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "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/0c6b3471-b9b2-4247-b329-973aeb97b826/?format=api",
                "uuid": "0c6b3471-b9b2-4247-b329-973aeb97b826",
                "name": "B43D0017-008",
                "code": "B43D0017-008"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.910372Z",
            "last_modified": "2023-07-21T08:40:09.386886Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1bcb1e95-9d8c-4f54-87d3-bde9b3320dfa/?format=api",
            "uuid": "1bcb1e95-9d8c-4f54-87d3-bde9b3320dfa",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.799,
            "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/55d89981-b6ed-484a-8034-dffc5c26ca93/?format=api",
                "uuid": "55d89981-b6ed-484a-8034-dffc5c26ca93",
                "name": "B43D0017-009",
                "code": "B43D0017-009"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:18.988717Z",
            "last_modified": "2025-06-08T18:31:07.784512Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8104361a-a570-4264-9594-8c2aaea9a8cd/?format=api",
            "uuid": "8104361a-a570-4264-9594-8c2aaea9a8cd",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-12-12T23:00:00Z",
            "end": "2025-06-08T11:00:00Z",
            "value_type": "float",
            "last_value": -0.457,
            "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/2c2ed54c-0124-4019-b2fa-bff9ef042cff/?format=api",
                "uuid": "2c2ed54c-0124-4019-b2fa-bff9ef042cff",
                "name": "B43D0017-010",
                "code": "B43D0017-010"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:19.158124Z",
            "last_modified": "2025-06-08T18:30:59.584654Z",
            "access_modifier": "Public"
        }
    ]
}