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=24
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 513,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=25",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=23",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f68f1bf8-fd82-4caf-8806-3775d69f6fb5/?format=api",
            "uuid": "f68f1bf8-fd82-4caf-8806-3775d69f6fb5",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-09T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a4e72cd6-068a-4b06-b649-f0223b33cee2/?format=api",
                "uuid": "a4e72cd6-068a-4b06-b649-f0223b33cee2",
                "name": "ELSPEET",
                "code": "570"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.725666Z",
            "last_modified": "2025-05-13T15:25:41.086758Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/cdf70349-7ef0-4983-b89f-17d1fcd7137f/?format=api",
            "uuid": "cdf70349-7ef0-4983-b89f-17d1fcd7137f",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2021-06-24T08:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e61b2a69-ec2d-49b4-8140-703695c93bb6/?format=api",
                "uuid": "e61b2a69-ec2d-49b4-8140-703695c93bb6",
                "name": "HARSKAMP",
                "code": "571"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.772923Z",
            "last_modified": "2022-03-17T11:26:14.684143Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/129b773a-cc2f-4c72-bcfb-55af92cd73d8/?format=api",
            "uuid": "129b773a-cc2f-4c72-bcfb-55af92cd73d8",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/309d4b11-6a6e-4386-9513-39da4a0ad4bc/?format=api",
                "uuid": "309d4b11-6a6e-4386-9513-39da4a0ad4bc",
                "name": "ABCOUDE",
                "code": "572"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.828565Z",
            "last_modified": "2025-05-15T15:15:20.757115Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2c260ca7-ad5c-4457-8a28-afe266f72662/?format=api",
            "uuid": "2c260ca7-ad5c-4457-8a28-afe266f72662",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-13T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/6a9d2142-9d99-4343-977e-2653e51e482c/?format=api",
                "uuid": "6a9d2142-9d99-4343-977e-2653e51e482c",
                "name": "BEEKBERGEN",
                "code": "573"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.884663Z",
            "last_modified": "2025-05-14T15:15:25.803334Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/75a7cd6d-81fb-42d3-a0d9-94be41e54632/?format=api",
            "uuid": "75a7cd6d-81fb-42d3-a0d9-94be41e54632",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-04-25T08:00:00Z",
            "value_type": "float",
            "last_value": 6.2,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e089ceea-32d2-4c3c-9980-27a80ce1f8ae/?format=api",
                "uuid": "e089ceea-32d2-4c3c-9980-27a80ce1f8ae",
                "name": "SPAKENBURG",
                "code": "576"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.936474Z",
            "last_modified": "2025-05-13T15:25:35.645119Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/45d71e03-cbdb-4f29-977b-591240b86933/?format=api",
            "uuid": "45d71e03-cbdb-4f29-977b-591240b86933",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-07T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e28548f0-76a2-4ccb-b6c5-a206d52eda30/?format=api",
                "uuid": "e28548f0-76a2-4ccb-b6c5-a206d52eda30",
                "name": "OOSTERBEEK",
                "code": "578"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:05.003731Z",
            "last_modified": "2025-05-13T15:25:36.077154Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/61952766-8222-40ac-a3ca-f1e2de84b4c4/?format=api",
            "uuid": "61952766-8222-40ac-a3ca-f1e2de84b4c4",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-07T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/6ea644b5-f2de-4064-80dd-c2a92ea79791/?format=api",
                "uuid": "6ea644b5-f2de-4064-80dd-c2a92ea79791",
                "name": "VEENENDAAL",
                "code": "579"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:05.056293Z",
            "last_modified": "2025-05-13T15:25:56.050222Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b965103b-c82b-4eab-b6cd-216ed22a650a/?format=api",
            "uuid": "b965103b-c82b-4eab-b6cd-216ed22a650a",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/1351fcdf-1da7-4442-b416-3a9cfc77b240/?format=api",
                "uuid": "1351fcdf-1da7-4442-b416-3a9cfc77b240",
                "name": "BARNEVELD",
                "code": "580"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:05.119636Z",
            "last_modified": "2025-05-15T15:10:37.400515Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fdec34c-79d4-44e6-9542-168b2faea6e9/?format=api",
            "uuid": "1fdec34c-79d4-44e6-9542-168b2faea6e9",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-11T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/c67c3448-b082-4c16-a605-0a050fe61c51/?format=api",
                "uuid": "c67c3448-b082-4c16-a605-0a050fe61c51",
                "name": "HAMERSVELD",
                "code": "582"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:05.163752Z",
            "last_modified": "2025-05-13T15:25:22.955911Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c541b024-6fe2-4ce0-ab5e-5f5cb3ff58d4/?format=api",
            "uuid": "c541b024-6fe2-4ce0-ab5e-5f5cb3ff58d4",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-11T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/4521f00f-c437-424e-a9ef-fa9734c531e3/?format=api",
                "uuid": "4521f00f-c437-424e-a9ef-fa9734c531e3",
                "name": "WAGENINGEN PD",
                "code": "583"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:05.215263Z",
            "last_modified": "2025-05-13T15:25:40.327187Z",
            "access_modifier": "Public"
        }
    ]
}