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=25
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=26",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1f2795fe-8a49-4bdc-9a75-451b5d5b3550/?format=api",
            "uuid": "1f2795fe-8a49-4bdc-9a75-451b5d5b3550",
            "code": "1F2795FE-8A49-4BDC-9A75-451B5D5B3550",
            "name": "energie E10 gemeten bij Schouwenbank",
            "description": "energie E10 gemeten bij Schouwenbank(LMW_SCHB_TE3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 43.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_SCHB_TE3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0efbb0c9-454f-4398-8585-9cf3973a7b14/?format=api",
                "uuid": "0efbb0c9-454f-4398-8585-9cf3973a7b14",
                "name": "SCHB",
                "code": "0efbb0c9-454f-4398-8585-9cf3973a7b14"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.001770Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/79cf4114-45c2-437f-89c7-3e012679bfa0/?format=api",
            "uuid": "79cf4114-45c2-437f-89c7-3e012679bfa0",
            "code": "79CF4114-45C2-437F-89C7-3E012679BFA0",
            "name": "Golfperiode H1d3 bij Schouwenbank",
            "description": "Golfperiode H1d3 bij Schouwenbank(LMW_SCHB_TH1d3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 7.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/403/?format=api",
                "id": 403,
                "code": "Golfperiode (s) OW",
                "parameter": "Golfperiode",
                "unit": "s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:11.129704Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SCHB_TH1d3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0efbb0c9-454f-4398-8585-9cf3973a7b14/?format=api",
                "uuid": "0efbb0c9-454f-4398-8585-9cf3973a7b14",
                "name": "SCHB",
                "code": "0efbb0c9-454f-4398-8585-9cf3973a7b14"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.191056Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/68a5ff6a-c66a-4b10-aaa4-999b59ff4ce3/?format=api",
            "uuid": "68a5ff6a-c66a-4b10-aaa4-999b59ff4ce3",
            "code": "68A5FF6A-C66A-4B10-AAA4-999B59FF4CE3",
            "name": "Waterhoogte bij Den Oever binnen",
            "description": "Waterhoogte bij Den Oever binnen(LMW_OEBI_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 20.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_OEBI_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b3162075-b588-40c7-942a-5932aa8067e3/?format=api",
                "uuid": "b3162075-b588-40c7-942a-5932aa8067e3",
                "name": "OEBI",
                "code": "b3162075-b588-40c7-942a-5932aa8067e3"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.460971Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d44519d5-3465-4486-ad17-71e7715476ef/?format=api",
            "uuid": "d44519d5-3465-4486-ad17-71e7715476ef",
            "code": "D44519D5-3465-4486-AD17-71E7715476EF",
            "name": "watertemp gemeten bij Antwerpse Kanaalpand b",
            "description": "watertemp gemeten bij Antwerpse Kanaalpand b(LMW_ANKAb_TW10S)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 6.9,
            "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_ANKAb_TW10S",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/470f586a-a586-469f-9a52-08af4238f099/?format=api",
                "uuid": "470f586a-a586-469f-9a52-08af4238f099",
                "name": "ANKAb",
                "code": "470f586a-a586-469f-9a52-08af4238f099"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.298650Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/421de8b7-e39f-4676-9a65-4a29c91e9ab2/?format=api",
            "uuid": "421de8b7-e39f-4676-9a65-4a29c91e9ab2",
            "code": "421DE8B7-E39F-4676-9A65-4A29C91E9AB2",
            "name": "Waterstand bij Lichteiland Goeree 1",
            "description": "Waterstand bij Lichteiland Goeree 1(LMW_LEG1_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 85.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_LEG1_H10",
            "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.950012Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5a427a49-05a4-4f73-a903-d5543e702884/?format=api",
            "uuid": "5a427a49-05a4-4f73-a903-d5543e702884",
            "code": "5A427A49-05A4-4F73-A903-D5543E702884",
            "name": "Waterhoogte bij Houtrib zuid",
            "description": "Waterhoogte bij Houtrib zuid(LMW_HOUZ_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": -2.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_HOUZ_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b9304296-f8a5-4b40-b8f0-ba18aa52ac9c/?format=api",
                "uuid": "b9304296-f8a5-4b40-b8f0-ba18aa52ac9c",
                "name": "HOUZ",
                "code": "b9304296-f8a5-4b40-b8f0-ba18aa52ac9c"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.324415Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bb96366f-0825-483d-bab3-07cca8049dcb/?format=api",
            "uuid": "bb96366f-0825-483d-bab3-07cca8049dcb",
            "code": "BB96366F-0825-483D-BAB3-07CCA8049DCB",
            "name": "Golfperiode H1d3 bij Brouwerhavensche Gat 2b",
            "description": "Golfperiode H1d3 bij Brouwerhavensche Gat 2b(LMW_BG2b_TH1d3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 6.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/403/?format=api",
                "id": 403,
                "code": "Golfperiode (s) OW",
                "parameter": "Golfperiode",
                "unit": "s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:11.129704Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_BG2b_TH1d3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/30ec560e-12b6-461c-b45e-e03c5f6f8f90/?format=api",
                "uuid": "30ec560e-12b6-461c-b45e-e03c5f6f8f90",
                "name": "BG2b",
                "code": "30ec560e-12b6-461c-b45e-e03c5f6f8f90"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.590234Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d57a6734-2089-40a5-bdf1-5de7b71da720/?format=api",
            "uuid": "d57a6734-2089-40a5-bdf1-5de7b71da720",
            "code": "D57A6734-2089-40A5-BDF1-5DE7B71DA720",
            "name": "Watertemperatuur bij Vlissingen",
            "description": "Watertemperatuur bij Vlissingen(LMW_VLIS_TW10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.7,
            "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_VLIS_TW10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0c265c0c-bd27-4b6c-8321-32c863470eaa/?format=api",
                "uuid": "0c265c0c-bd27-4b6c-8321-32c863470eaa",
                "name": "VLIS",
                "code": "0c265c0c-bd27-4b6c-8321-32c863470eaa"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.807109Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d534efd-6129-41ef-96b1-89d126bd062b/?format=api",
            "uuid": "6d534efd-6129-41ef-96b1-89d126bd062b",
            "code": "6D534EFD-6129-41EF-96B1-89D126BD062B",
            "name": "windstoot corr. 10m bij Terneuzen",
            "description": "windstoot corr. 10m bij Terneuzen(LMW_TNWS_WC10MXS3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 2.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/397/?format=api",
                "id": 397,
                "code": "wicorr. 10m (m/s)",
                "parameter": "wicorr. 10m",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:59.771773Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_TNWS_WC10MXS3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/705472b9-414d-436e-85f1-1a5b0b401041/?format=api",
                "uuid": "705472b9-414d-436e-85f1-1a5b0b401041",
                "name": "TNWS",
                "code": "705472b9-414d-436e-85f1-1a5b0b401041"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.358341Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69d65165-e923-4e76-a0ba-ef960abc3de7/?format=api",
            "uuid": "69d65165-e923-4e76-a0ba-ef960abc3de7",
            "code": "69D65165-E923-4E76-A0BA-EF960ABC3DE7",
            "name": "waterhoogte gemeten bij Veersemeer 4",
            "description": "waterhoogte gemeten bij Veersemeer 4(LMW_VM4_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": -19.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_VM4_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/03bcf982-5b60-45b5-83dc-1e35d091d1f5/?format=api",
                "uuid": "03bcf982-5b60-45b5-83dc-1e35d091d1f5",
                "name": "VM4",
                "code": "03bcf982-5b60-45b5-83dc-1e35d091d1f5"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.448731Z",
            "access_modifier": "Public"
        }
    ]
}