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/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 513,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/80cf0d73-4633-46b5-96fd-f0004d600653/?format=api",
            "uuid": "80cf0d73-4633-46b5-96fd-f0004d600653",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.3,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/386aeb80-3042-476c-ba51-5d1d4e742c7d/?format=api",
                "uuid": "386aeb80-3042-476c-ba51-5d1d4e742c7d",
                "name": "SNEEK",
                "code": "64"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.622826Z",
            "last_modified": "2025-03-15T15:10:41.966597Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/84d39b1e-cdde-4a9b-b350-0456a8297152/?format=api",
            "uuid": "84d39b1e-cdde-4a9b-b350-0456a8297152",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-02-10T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4dac1746-0f83-4f56-ad17-a5bdf2f1e602/?format=api",
                "uuid": "4dac1746-0f83-4f56-ad17-a5bdf2f1e602",
                "name": "MAKKUM",
                "code": "65"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.708500Z",
            "last_modified": "2025-03-10T15:25:35.300646Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ddd7efae-cfe9-49df-864d-d641e45265af/?format=api",
            "uuid": "ddd7efae-cfe9-49df-864d-d641e45265af",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 2.6,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/62faf85b-084b-4cf6-9508-4ba6288be438/?format=api",
                "uuid": "62faf85b-084b-4cf6-9508-4ba6288be438",
                "name": "HARLINGEN",
                "code": "66"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.758854Z",
            "last_modified": "2025-03-15T15:10:29.653911Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4157ce24-9818-48c5-8784-dafa35815de0/?format=api",
            "uuid": "4157ce24-9818-48c5-8784-dafa35815de0",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.5,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/dbed50e8-af99-4510-b4cc-d5f1e6e9cb1b/?format=api",
                "uuid": "dbed50e8-af99-4510-b4cc-d5f1e6e9cb1b",
                "name": "DOKKUM",
                "code": "67"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.822916Z",
            "last_modified": "2025-03-15T15:10:47.335693Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc497bef-520a-443a-ae92-a53385b8c85c/?format=api",
            "uuid": "fc497bef-520a-443a-ae92-a53385b8c85c",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-13T08:00:00Z",
            "value_type": "float",
            "last_value": 1.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8106a223-ff3d-41d4-affd-6aebce781a52/?format=api",
                "uuid": "8106a223-ff3d-41d4-affd-6aebce781a52",
                "name": "ST AN  PAROCHIE",
                "code": "68"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.881872Z",
            "last_modified": "2025-03-14T15:10:42.303497Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/af3f0466-0311-4e00-8d3c-0823cbd51e57/?format=api",
            "uuid": "af3f0466-0311-4e00-8d3c-0823cbd51e57",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 1.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/373d2bab-5c68-4f4e-8a05-25aa6662bb68/?format=api",
                "uuid": "373d2bab-5c68-4f4e-8a05-25aa6662bb68",
                "name": "APPELSCHA",
                "code": "69"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.925847Z",
            "last_modified": "2025-03-15T15:10:30.599487Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c2b3747c-ca83-4092-8954-9d2591fb89a1/?format=api",
            "uuid": "c2b3747c-ca83-4092-8954-9d2591fb89a1",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.7,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f49a4d67-90ff-443a-9c7b-e11e97188575/?format=api",
                "uuid": "f49a4d67-90ff-443a-9c7b-e11e97188575",
                "name": "OUDEMIRDUM",
                "code": "70"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:54.994874Z",
            "last_modified": "2025-03-15T15:10:44.534190Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3af7e8ea-3ffb-4488-af87-9affc8c4fda6/?format=api",
            "uuid": "3af7e8ea-3ffb-4488-af87-9affc8c4fda6",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.5,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/9f5ae658-eda2-4b6e-a18e-5565e5af0929/?format=api",
                "uuid": "9f5ae658-eda2-4b6e-a18e-5565e5af0929",
                "name": "DRACHTEN",
                "code": "73"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:55.065730Z",
            "last_modified": "2025-03-15T15:10:45.361595Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d0781b07-4d30-4228-a868-3d91db650129/?format=api",
            "uuid": "d0781b07-4d30-4228-a868-3d91db650129",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/72784bd6-2224-4c18-970d-cb5eba4799a4/?format=api",
                "uuid": "72784bd6-2224-4c18-970d-cb5eba4799a4",
                "name": "OLDEHOLTPADE",
                "code": "75"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:55.129821Z",
            "last_modified": "2025-03-15T15:10:48.153493Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b8ba83f9-c0c4-48c2-94cc-fa1934673e04/?format=api",
            "uuid": "b8ba83f9-c0c4-48c2-94cc-fa1934673e04",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.4,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/87a4953f-46b5-4004-9fdd-39e51046a50f/?format=api",
                "uuid": "87a4953f-46b5-4004-9fdd-39e51046a50f",
                "name": "KORNWERDERZAND",
                "code": "76"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:55.193377Z",
            "last_modified": "2025-03-15T15:10:49.940999Z",
            "access_modifier": "Public"
        }
    ]
}