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=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=32",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8d498887-4474-4fe0-a1c6-2f0138f42313/?format=api",
            "uuid": "8d498887-4474-4fe0-a1c6-2f0138f42313",
            "code": "8D498887-4474-4FE0-A1C6-2F0138F42313",
            "name": "Waterhoogte bij Krimpen IJssel",
            "description": "Waterhoogte bij Krimpen IJssel(LMW_KRIY_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 48.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_KRIY_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a89ae9dc-3c6c-458b-8b9e-709fe9d813cb/?format=api",
                "uuid": "a89ae9dc-3c6c-458b-8b9e-709fe9d813cb",
                "name": "KRIY",
                "code": "a89ae9dc-3c6c-458b-8b9e-709fe9d813cb"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.374765Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d351d741-3db3-4089-b9d1-ad359b65eb46/?format=api",
            "uuid": "d351d741-3db3-4089-b9d1-ad359b65eb46",
            "code": "D351D741-3DB3-4089-B9D1-AD359B65EB46",
            "name": "Debiet bij Lobith",
            "description": "Debiet bij Lobith(LMW_LOBI_Q10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 4813.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/382/?format=api",
                "id": 382,
                "code": "Q (m3/s) OW",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:44.393771Z",
                "last_modified": "2020-03-20T18:51:54.861162Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LOBI_Q10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/aa8907d3-3d44-4545-9228-52d7a2975831/?format=api",
                "uuid": "aa8907d3-3d44-4545-9228-52d7a2975831",
                "name": "LOBI",
                "code": "aa8907d3-3d44-4545-9228-52d7a2975831"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.079916Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/06ba31a2-662a-4ad4-aa40-b08005f373be/?format=api",
            "uuid": "06ba31a2-662a-4ad4-aa40-b08005f373be",
            "code": "06BA31A2-662A-4AD4-AA40-B08005F373BE",
            "name": "Debiet bij Loozen",
            "description": "Debiet bij Loozen(LMW_LOOZ_Q10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/382/?format=api",
                "id": 382,
                "code": "Q (m3/s) OW",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:44.393771Z",
                "last_modified": "2020-03-20T18:51:54.861162Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LOOZ_Q10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f1fa5b7c-56f6-4069-96f1-9aa0a472fe77/?format=api",
                "uuid": "f1fa5b7c-56f6-4069-96f1-9aa0a472fe77",
                "name": "LOOZ",
                "code": "f1fa5b7c-56f6-4069-96f1-9aa0a472fe77"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.902491Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c82bd4a2-b8d7-4406-b6c4-9a8dfac00245/?format=api",
            "uuid": "c82bd4a2-b8d7-4406-b6c4-9a8dfac00245",
            "code": "C82BD4A2-B8D7-4406-B6C4-9A8DFAC00245",
            "name": "Windstoot over 3 sec bij Lichteiland Goeree 1",
            "description": "Windstoot over 3 sec bij Lichteiland Goeree 1(LMW_LEG1_WS10MXS3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/411/?format=api",
                "id": 411,
                "code": "wir. 3 sec. (m/s)",
                "parameter": "Windstoot over 3 seconden",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:05:46.465897Z",
                "last_modified": "2020-01-17T11:02:04.854803Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LEG1_WS10MXS3",
            "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:45.477265Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/058df8f0-5799-42b9-b94b-4759177ad1a5/?format=api",
            "uuid": "058df8f0-5799-42b9-b94b-4759177ad1a5",
            "code": "058DF8F0-5799-42B9-B94B-4759177AD1A5",
            "name": "Zicht meteorologisch bij Lichteiland Goeree 1",
            "description": "Zicht meteorologisch bij Lichteiland Goeree 1(LMW_LEG1_ZM10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 49800.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/421/?format=api",
                "id": 421,
                "code": "ZICHT (m)",
                "parameter": "Zicht",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:05:55.979761Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LEG1_ZM10",
            "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:42.975978Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/588babc7-5bc3-4390-86f1-737923777cfc/?format=api",
            "uuid": "588babc7-5bc3-4390-86f1-737923777cfc",
            "code": "588BABC7-5BC3-4390-86F1-737923777CFC",
            "name": "Waterhoogte bij Nijkerk oost",
            "description": "Waterhoogte bij Nijkerk oost(LMW_NIJO_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2025-01-16T00:00:00Z",
            "value_type": "float",
            "last_value": -21.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_NIJO_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4c35adfe-6b6f-4173-9aee-82f237bae45f/?format=api",
                "uuid": "4c35adfe-6b6f-4173-9aee-82f237bae45f",
                "name": "NIJO",
                "code": "4c35adfe-6b6f-4173-9aee-82f237bae45f"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2025-01-31T13:42:50.155658Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d17e8759-053e-4bd3-84be-b02f735bf751/?format=api",
            "uuid": "d17e8759-053e-4bd3-84be-b02f735bf751",
            "code": "D17E8759-053E-4BD3-84BE-B02F735BF751",
            "name": "energie E10 gemeten bij Marollegat b",
            "description": "energie E10 gemeten bij Marollegat b(LMW_MRGb_TE3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/401/?format=api",
                "id": 401,
                "code": "ENGE (cm^2) OW",
                "parameter": "ENGE",
                "unit": "cm^2",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:09.153522Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_MRGb_TE3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b537e6f6-88c0-45e7-9165-66ce234b07ac/?format=api",
                "uuid": "b537e6f6-88c0-45e7-9165-66ce234b07ac",
                "name": "MRGb",
                "code": "b537e6f6-88c0-45e7-9165-66ce234b07ac"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.357626Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/85264faf-31b8-4fa1-8a6f-8d694cb5fab6/?format=api",
            "uuid": "85264faf-31b8-4fa1-8a6f-8d694cb5fab6",
            "code": "85264FAF-31B8-4FA1-8A6F-8D694CB5FAB6",
            "name": "Debiet bij Mege",
            "description": "Debiet bij Mege(LMW_MEGE_Q10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 1173.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/382/?format=api",
                "id": 382,
                "code": "Q (m3/s) OW",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:44.393771Z",
                "last_modified": "2020-03-20T18:51:54.861162Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_MEGE_Q10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/db911e3e-7c79-41e0-b33f-750d141504fe/?format=api",
                "uuid": "db911e3e-7c79-41e0-b33f-750d141504fe",
                "name": "MEGE",
                "code": "db911e3e-7c79-41e0-b33f-750d141504fe"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.452204Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/20ce7d21-0bb4-4d65-82d2-9170767c18fb/?format=api",
            "uuid": "20ce7d21-0bb4-4d65-82d2-9170767c18fb",
            "code": "20CE7D21-0BB4-4D65-82D2-9170767C18FB",
            "name": "Waterhoogte bij Monde der Vecht",
            "description": "Waterhoogte bij Monde der Vecht(LMW_MOND_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 68.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_MOND_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/70e748c8-f2e5-4eb0-989f-87d6ce3d80a4/?format=api",
                "uuid": "70e748c8-f2e5-4eb0-989f-87d6ce3d80a4",
                "name": "MOND",
                "code": "70e748c8-f2e5-4eb0-989f-87d6ce3d80a4"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.241712Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7141c4b0-2031-45c0-a3ba-d40fe12b13ca/?format=api",
            "uuid": "7141c4b0-2031-45c0-a3ba-d40fe12b13ca",
            "code": "7141C4B0-2031-45C0-A3BA-D40FE12B13CA",
            "name": "windsnelheid corr. 10m bij Marollegat",
            "description": "windsnelheid corr. 10m bij Marollegat(LMW_MRG_WC10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 5.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/383/?format=api",
                "id": 383,
                "code": "WINDSHD (m/s)",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:45.802163Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_MRG_WC10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/feb27e3a-457c-46b5-be8e-1fa3647b5deb/?format=api",
                "uuid": "feb27e3a-457c-46b5-be8e-1fa3647b5deb",
                "name": "MRG",
                "code": "feb27e3a-457c-46b5-be8e-1fa3647b5deb"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.174321Z",
            "access_modifier": "Public"
        }
    ]
}