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/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=43
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 462,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=44",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=42",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5561821e-8536-4cbd-bb04-a76d22f326a0/?format=api",
            "uuid": "5561821e-8536-4cbd-bb04-a76d22f326a0",
            "code": "5561821E-8536-4CBD-BB04-A76D22F326A0",
            "name": "Waterhoogte bij Westkapelle",
            "description": "Waterhoogte bij Westkapelle(LMW_WKAP_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 152.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_WKAP_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/08a39a45-18a1-4315-a975-05fc65e72bc1/?format=api",
                "uuid": "08a39a45-18a1-4315-a975-05fc65e72bc1",
                "name": "WKAP",
                "code": "08a39a45-18a1-4315-a975-05fc65e72bc1"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.672087Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d4256863-e2ed-4f6a-9a7f-4d63183bfa02/?format=api",
            "uuid": "d4256863-e2ed-4f6a-9a7f-4d63183bfa02",
            "code": "D4256863-E2ED-4F6A-9A7F-4D63183BFA02",
            "name": "waterhoogte gemeten bij Yerseke",
            "description": "waterhoogte gemeten bij Yerseke(LMW_YE_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 79.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_YE_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/450e60f0-f66a-4751-81c8-e4ad7eb32fc5/?format=api",
                "uuid": "450e60f0-f66a-4751-81c8-e4ad7eb32fc5",
                "name": "YE",
                "code": "450e60f0-f66a-4751-81c8-e4ad7eb32fc5"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.911317Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b84f373b-f271-4bfc-9b34-e3a89f91bbd7/?format=api",
            "uuid": "b84f373b-f271-4bfc-9b34-e3a89f91bbd7",
            "code": "B84F373B-F271-4BFC-9B34-E3A89F91BBD7",
            "name": "Waterhoogte bij Zaltbommel",
            "description": "Waterhoogte bij Zaltbommel(LMW_ZALT_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 423.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_ZALT_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1e4a8f88-a80f-4339-b03d-25c01198bafd/?format=api",
                "uuid": "1e4a8f88-a80f-4339-b03d-25c01198bafd",
                "name": "ZALT",
                "code": "1e4a8f88-a80f-4339-b03d-25c01198bafd"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.332603Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a3226ed-01da-46a0-8a1f-1d8df5636d27/?format=api",
            "uuid": "2a3226ed-01da-46a0-8a1f-1d8df5636d27",
            "code": "2A3226ED-01DA-46A0-8A1F-1D8DF5636D27",
            "name": "Waterhoogte bij Amerongen boven",
            "description": "Waterhoogte bij Amerongen boven(LMW_AMRB_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 490.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_AMRB_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1/?format=api",
                "uuid": "0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1",
                "name": "AMRB",
                "code": "0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.853991Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/440e7592-fb0b-40f0-80e7-64acc83c6865/?format=api",
            "uuid": "440e7592-fb0b-40f0-80e7-64acc83c6865",
            "code": "440E7592-FB0B-40F0-80E7-64ACC83C6865",
            "name": "Watertemperatuur bij Amerongen boven",
            "description": "Watertemperatuur bij Amerongen boven(LMW_AMRB_TW10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/325/?format=api",
                "id": 325,
                "code": "T (oC)",
                "parameter": "Temperatuur",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:04:14.703240Z",
                "last_modified": "2019-10-17T19:30:52.369929Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_AMRB_TW10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1/?format=api",
                "uuid": "0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1",
                "name": "AMRB",
                "code": "0b6e99aa-e6ac-4eee-9e2c-788687c4f3b1"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.297472Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a0dda59d-8de4-4181-8988-39f3d82b3cf3/?format=api",
            "uuid": "a0dda59d-8de4-4181-8988-39f3d82b3cf3",
            "code": "A0DDA59D-8DE4-4181-8988-39F3D82B3CF3",
            "name": "Waterhoogte bij Well",
            "description": "Waterhoogte bij Well(LMW_WELL_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 1269.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_WELL_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/234f55bc-d397-43f3-8339-a12fb7e1a41f/?format=api",
                "uuid": "234f55bc-d397-43f3-8339-a12fb7e1a41f",
                "name": "WELL",
                "code": "234f55bc-d397-43f3-8339-a12fb7e1a41f"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.229851Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3d086bbe-b280-465f-b945-e0abdcd58ea7/?format=api",
            "uuid": "3d086bbe-b280-465f-b945-e0abdcd58ea7",
            "code": "3D086BBE-B280-465F-B945-E0ABDCD58EA7",
            "name": "Waterhoogte bij Werkendam buiten",
            "description": "Waterhoogte bij Werkendam buiten(LMW_WERK_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 124.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_WERK_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/bb4ad623-0ddf-41ae-9c0a-6642c7dbe2de/?format=api",
                "uuid": "bb4ad623-0ddf-41ae-9c0a-6642c7dbe2de",
                "name": "WERK",
                "code": "bb4ad623-0ddf-41ae-9c0a-6642c7dbe2de"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.725220Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0f5c4dfc-0a6a-4eec-9ac4-7d13a6e9a3fc/?format=api",
            "uuid": "0f5c4dfc-0a6a-4eec-9ac4-7d13a6e9a3fc",
            "code": "0F5C4DFC-0A6A-4EEC-9AC4-7D13A6E9A3FC",
            "name": "Waterhoogte bij Wierumergronden",
            "description": "Waterhoogte bij Wierumergronden(LMW_WIER_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": -9.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_WIER_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b4f77ef8-525b-4d32-960b-81beef18b616/?format=api",
                "uuid": "b4f77ef8-525b-4d32-960b-81beef18b616",
                "name": "WIER",
                "code": "b4f77ef8-525b-4d32-960b-81beef18b616"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.599962Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6cc80e9a-802e-4aa3-87c4-5e41ef363414/?format=api",
            "uuid": "6cc80e9a-802e-4aa3-87c4-5e41ef363414",
            "code": "6CC80E9A-802E-4AA3-87C4-5E41EF363414",
            "name": "Waterhoogte bij Krabbersgat zuid",
            "description": "Waterhoogte bij Krabbersgat zuid(LMW_KRAZ_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": -6.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_KRAZ_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/48d41ba0-4450-4531-b721-721b85438ce1/?format=api",
                "uuid": "48d41ba0-4450-4531-b721-721b85438ce1",
                "name": "KRAZ",
                "code": "48d41ba0-4450-4531-b721-721b85438ce1"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.585222Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/142ea907-91e2-4cca-8c47-38e6ee294918/?format=api",
            "uuid": "142ea907-91e2-4cca-8c47-38e6ee294918",
            "code": "142EA907-91E2-4CCA-8C47-38E6EE294918",
            "name": "Piekfrequentie bij Lichteiland Goeree 1",
            "description": "Piekfrequentie bij Lichteiland Goeree 1(LMW_LEG1_Fp)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 140.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/404/?format=api",
                "id": 404,
                "code": "FREQTE (mHz)",
                "parameter": "Frequentie",
                "unit": "mHz",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:05:11.405200Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LEG1_Fp",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c0cb42d7-525f-4fbc-9639-b8f97257ec45/?format=api",
                "uuid": "c0cb42d7-525f-4fbc-9639-b8f97257ec45",
                "name": "LEG1",
                "code": "c0cb42d7-525f-4fbc-9639-b8f97257ec45"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.182627Z",
            "access_modifier": "Public"
        }
    ]
}