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=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/09961092-ec90-41be-850a-e00cfb13a570/?format=api",
            "uuid": "09961092-ec90-41be-850a-e00cfb13a570",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1951-11-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/74c0fde3-4390-4038-a450-0caf0953a43e/?format=api",
                "uuid": "74c0fde3-4390-4038-a450-0caf0953a43e",
                "name": "B45B0476-001",
                "code": "B45B0476-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.344146Z",
            "last_modified": "2023-07-21T08:54:51.076626Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/26c4d373-75f4-4304-adbd-bdc1a5077718/?format=api",
            "uuid": "26c4d373-75f4-4304-adbd-bdc1a5077718",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1968-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/3f1b8c93-46a2-4a02-8d8a-799f468a51b2/?format=api",
                "uuid": "3f1b8c93-46a2-4a02-8d8a-799f468a51b2",
                "name": "B45B0558-001",
                "code": "B45B0558-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.546610Z",
            "last_modified": "2023-07-21T08:44:59.768605Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cd19054a-bac1-4426-83aa-5afe1f4500c7/?format=api",
            "uuid": "cd19054a-bac1-4426-83aa-5afe1f4500c7",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1957-02-27T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 5.878,
            "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/dcfc970e-a8f8-4b50-9a6b-e15dc227cf19/?format=api",
                "uuid": "dcfc970e-a8f8-4b50-9a6b-e15dc227cf19",
                "name": "B45C0502-001",
                "code": "B45C0502-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.659825Z",
            "last_modified": "2025-06-09T06:35:59.925284Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/97222ebd-0437-41f3-99f8-1deea1fd998c/?format=api",
            "uuid": "97222ebd-0437-41f3-99f8-1deea1fd998c",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1960-06-27T23:00:00Z",
            "end": "2015-09-13T23:00:00Z",
            "value_type": "float",
            "last_value": 4.187,
            "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/62ef2ba8-5e79-4203-b321-970f531dbebb/?format=api",
                "uuid": "62ef2ba8-5e79-4203-b321-970f531dbebb",
                "name": "B45D0026-001",
                "code": "B45D0026-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.852056Z",
            "last_modified": "2023-07-21T08:45:00.201580Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7333dc36-4a77-466c-a163-a74b6c3d4681/?format=api",
            "uuid": "7333dc36-4a77-466c-a163-a74b6c3d4681",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1959-10-29T23:00:00Z",
            "end": "2015-09-13T23:00:00Z",
            "value_type": "float",
            "last_value": 3.192,
            "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/d505f855-6cb1-40d9-aabe-006693f8db65/?format=api",
                "uuid": "d505f855-6cb1-40d9-aabe-006693f8db65",
                "name": "B45D0026-002",
                "code": "B45D0026-002"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:25.981422Z",
            "last_modified": "2023-07-21T08:45:01.337402Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/497ff22f-e366-4609-b539-9e97daeeb47b/?format=api",
            "uuid": "497ff22f-e366-4609-b539-9e97daeeb47b",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1959-10-29T23:00:00Z",
            "end": "2015-10-22T23:00:00Z",
            "value_type": "float",
            "last_value": 2.989,
            "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/3ee0f4d8-55c1-4067-9529-f091d0ff5ef9/?format=api",
                "uuid": "3ee0f4d8-55c1-4067-9529-f091d0ff5ef9",
                "name": "B45D0026-003",
                "code": "B45D0026-003"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:26.106861Z",
            "last_modified": "2023-07-21T08:44:59.319035Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8a98c018-285e-4b65-b5d8-5b287f59a06f/?format=api",
            "uuid": "8a98c018-285e-4b65-b5d8-5b287f59a06f",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1973-08-27T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 8.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/524ad7ba-dffa-4acb-ad85-04d30eea758b/?format=api",
                "uuid": "524ad7ba-dffa-4acb-ad85-04d30eea758b",
                "name": "B45E0172-001",
                "code": "B45E0172-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:26.239686Z",
            "last_modified": "2025-06-09T06:40:55.322100Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/93ea7aea-de5c-4552-b3f7-ee8a36229775/?format=api",
            "uuid": "93ea7aea-de5c-4552-b3f7-ee8a36229775",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1973-08-27T23:00:00Z",
            "end": "2010-06-27T23:00:00Z",
            "value_type": "float",
            "last_value": 8.34,
            "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/c77a7383-af5d-45e1-b94c-30cc4afb69f9/?format=api",
                "uuid": "c77a7383-af5d-45e1-b94c-30cc4afb69f9",
                "name": "B45E0172-002",
                "code": "B45E0172-002"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:26.329652Z",
            "last_modified": "2023-07-21T08:44:57.460114Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2fbd3c3e-55d2-4c6d-b879-39b1ed9faec4/?format=api",
            "uuid": "2fbd3c3e-55d2-4c6d-b879-39b1ed9faec4",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1973-10-26T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 3.1,
            "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/14c6e36f-dbd4-445c-b4d6-4a2ea1a7772e/?format=api",
                "uuid": "14c6e36f-dbd4-445c-b4d6-4a2ea1a7772e",
                "name": "B45E0173-001",
                "code": "B45E0173-001"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:26.359519Z",
            "last_modified": "2025-06-09T06:36:53.987864Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b250dee1-061e-4546-8487-86a8bdfed598/?format=api",
            "uuid": "b250dee1-061e-4546-8487-86a8bdfed598",
            "code": "WNS9040.uncorrected::second::1::3600",
            "name": "WNS9040.uncorrected",
            "description": "",
            "start": "1973-10-26T23:00:00Z",
            "end": "2025-06-08T23:00:00Z",
            "value_type": "float",
            "last_value": 3.24,
            "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/f23ee31d-6716-45e5-9f6f-1a022064d804/?format=api",
                "uuid": "f23ee31d-6716-45e5-9f6f-1a022064d804",
                "name": "B45E0173-002",
                "code": "B45E0173-002"
            },
            "extra_metadata": {},
            "created": "2017-10-10T13:30:26.471145Z",
            "last_modified": "2025-06-09T06:36:41.947697Z",
            "access_modifier": "Public"
        }
    ]
}