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=18
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=19",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=17",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/532e18f5-72b6-4d38-9ae9-11b4cb1763e2/?format=api",
            "uuid": "532e18f5-72b6-4d38-9ae9-11b4cb1763e2",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-05T08:00:00Z",
            "value_type": "float",
            "last_value": 1.8,
            "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/bc4e3907-ee1d-48a2-8780-9b2703b544ea/?format=api",
                "uuid": "bc4e3907-ee1d-48a2-8780-9b2703b544ea",
                "name": "HEEMSTEDE",
                "code": "435"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.587457Z",
            "last_modified": "2025-05-13T15:25:46.788078Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/04044788-82bc-4396-9aff-0cebc07ea968/?format=api",
            "uuid": "04044788-82bc-4396-9aff-0cebc07ea968",
            "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.1,
            "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/8f668917-e6ca-4f36-aef2-f45942de019f/?format=api",
                "uuid": "8f668917-e6ca-4f36-aef2-f45942de019f",
                "name": "LIJNDEN",
                "code": "437"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.642995Z",
            "last_modified": "2025-05-14T15:15:23.889797Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a01668c0-c4f0-4180-a36d-4e42c19bfaf3/?format=api",
            "uuid": "a01668c0-c4f0-4180-a36d-4e42c19bfaf3",
            "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/121001d0-e5ff-4435-aa56-1f55cc0be7fc/?format=api",
                "uuid": "121001d0-e5ff-4435-aa56-1f55cc0be7fc",
                "name": "HOOFDDORP",
                "code": "438"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.703259Z",
            "last_modified": "2025-05-13T15:25:55.918354Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b338e89-69a0-458c-9ea7-1400039346bd/?format=api",
            "uuid": "3b338e89-69a0-458c-9ea7-1400039346bd",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-12T08: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/1819195e-282c-4155-823c-ed8db9afe012/?format=api",
                "uuid": "1819195e-282c-4155-823c-ed8db9afe012",
                "name": "ROELOFARENDSVEEN",
                "code": "439"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.746752Z",
            "last_modified": "2025-05-13T15:25:33.131100Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/98de3023-8574-4ef5-848f-afd6fcbcb676/?format=api",
            "uuid": "98de3023-8574-4ef5-848f-afd6fcbcb676",
            "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/48745206-70a4-4e94-a95f-d8a2a1607bc6/?format=api",
                "uuid": "48745206-70a4-4e94-a95f-d8a2a1607bc6",
                "name": "SCHEVENINGEN",
                "code": "440"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.787421Z",
            "last_modified": "2021-06-23T16:10:46.471819Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4c09c860-5c8a-4bed-b11b-a76cbfd0900b/?format=api",
            "uuid": "4c09c860-5c8a-4bed-b11b-a76cbfd0900b",
            "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/df4f0360-26a7-4a86-9043-27e27443401e/?format=api",
                "uuid": "df4f0360-26a7-4a86-9043-27e27443401e",
                "name": "AMSTERDAM",
                "code": "441"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.823287Z",
            "last_modified": "2021-06-23T16:13:36.361667Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4cf8c470-9a21-4e72-a7ee-9241e6351696/?format=api",
            "uuid": "4cf8c470-9a21-4e72-a7ee-9241e6351696",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-01T08: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/501f8a9e-a988-42d4-9dc7-6cd985a948de/?format=api",
                "uuid": "501f8a9e-a988-42d4-9dc7-6cd985a948de",
                "name": "BOSKOOP",
                "code": "442"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.854534Z",
            "last_modified": "2025-05-13T15:25:54.897931Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/036e158b-bb40-4f4a-8416-1afb48d9e9b6/?format=api",
            "uuid": "036e158b-bb40-4f4a-8416-1afb48d9e9b6",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-03T08: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/64bcfa34-5201-49cf-a0b0-ae1fc099ab86/?format=api",
                "uuid": "64bcfa34-5201-49cf-a0b0-ae1fc099ab86",
                "name": "GOUDA",
                "code": "443"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.882408Z",
            "last_modified": "2025-05-13T15:25:47.682390Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2df993a-679b-4771-86c4-3c1da264eb3e/?format=api",
            "uuid": "a2df993a-679b-4771-86c4-3c1da264eb3e",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-12T08: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/fff3a7cc-3672-4971-9404-90b3407ca13a/?format=api",
                "uuid": "fff3a7cc-3672-4971-9404-90b3407ca13a",
                "name": "KATWIJK",
                "code": "444"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.914596Z",
            "last_modified": "2025-05-13T15:25:40.832525Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/709ac4fc-688f-4bcb-a1f7-119dc475883a/?format=api",
            "uuid": "709ac4fc-688f-4bcb-a1f7-119dc475883a",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-05-03T08: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/522c0d99-024b-47fd-942f-ff6fc954911d/?format=api",
                "uuid": "522c0d99-024b-47fd-942f-ff6fc954911d",
                "name": "GOEDEREEDE",
                "code": "446"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.958752Z",
            "last_modified": "2025-05-13T15:25:40.098264Z",
            "access_modifier": "Public"
        }
    ]
}