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=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67de0f32-d369-4adf-8194-0ef4ff9a0c61/?format=api",
            "uuid": "67de0f32-d369-4adf-8194-0ef4ff9a0c61",
            "code": "67DE0F32-D369-4ADF-8194-0EF4FF9A0C61",
            "name": "waterhoogte gemeten bij Schaar van de Noord",
            "description": "waterhoogte gemeten bij Schaar van de Noord(LMW_SVDN_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 140.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_SVDN_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a428ffc0-e040-43c4-bf1a-6a3cfb3bae83/?format=api",
                "uuid": "a428ffc0-e040-43c4-bf1a-6a3cfb3bae83",
                "name": "SVDN",
                "code": "a428ffc0-e040-43c4-bf1a-6a3cfb3bae83"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.783776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/33390883-6629-4e42-8aa9-a448d4e460a3/?format=api",
            "uuid": "33390883-6629-4e42-8aa9-a448d4e460a3",
            "code": "33390883-6629-4E42-8AA9-A448D4E460A3",
            "name": "Waterhoogte bij Maassluis",
            "description": "Waterhoogte bij Maassluis(LMW_MAAS_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 64.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_MAAS_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/39118fe2-5a5b-4ddd-a94d-41256b1c6f0a/?format=api",
                "uuid": "39118fe2-5a5b-4ddd-a94d-41256b1c6f0a",
                "name": "MAAS",
                "code": "39118fe2-5a5b-4ddd-a94d-41256b1c6f0a"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.382830Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d0e8f974-9883-42c0-9e4d-7044d188920d/?format=api",
            "uuid": "d0e8f974-9883-42c0-9e4d-7044d188920d",
            "code": "D0E8F974-9883-42C0-9E4D-7044D188920D",
            "name": "Waterhoogte bij Echt",
            "description": "Waterhoogte bij Echt(LMW_ECHT_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 3273.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_ECHT_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ac0b4199-f407-41dd-89e4-84bdbd7ea7b8/?format=api",
                "uuid": "ac0b4199-f407-41dd-89e4-84bdbd7ea7b8",
                "name": "ECHT",
                "code": "ac0b4199-f407-41dd-89e4-84bdbd7ea7b8"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.069763Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8faa48cd-62ee-4b92-b564-bf828a43be08/?format=api",
            "uuid": "8faa48cd-62ee-4b92-b564-bf828a43be08",
            "code": "8FAA48CD-62EE-4B92-B564-BF828A43BE08",
            "name": "chlorositeit bij Bathse brug deltan b",
            "description": "chlorositeit bij Bathse brug deltan b(LMW_BBDTb_CL10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 371.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/335/?format=api",
                "id": 335,
                "code": "Chlorosity (mg Cl/l) OW",
                "parameter": "Chlorosity",
                "unit": "mg Cl/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:15.282375Z",
                "last_modified": "2020-10-28T13:42:40.704665Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_BBDTb_CL10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/be1bb79e-4c52-4986-89a8-6a52908e9e98/?format=api",
                "uuid": "be1bb79e-4c52-4986-89a8-6a52908e9e98",
                "name": "BBDTb",
                "code": "be1bb79e-4c52-4986-89a8-6a52908e9e98"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.457465Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3e975c32-97f8-46ab-a00f-016540cdac37/?format=api",
            "uuid": "3e975c32-97f8-46ab-a00f-016540cdac37",
            "code": "3E975C32-97F8-46AB-A00F-016540CDAC37",
            "name": "Stroomsnelheid laag 3 bij Hoek van Holland Str.mp 1",
            "description": "Stroomsnelheid laag 3 bij Hoek van Holland Str.mp 1(LMW_SPM1_SSV10w3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2013-07-11T16:40:00Z",
            "value_type": "float",
            "last_value": 203.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/374/?format=api",
                "id": 374,
                "code": "STROOMSHD (m/s)",
                "parameter": "Stroomsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:04:39.157536Z",
                "last_modified": "2020-01-17T10:48:39.264861Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SPM1_SSV10w3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/80a035a1-98d1-4a02-99ca-b8e201dd74b2/?format=api",
                "uuid": "80a035a1-98d1-4a02-99ca-b8e201dd74b2",
                "name": "SPM1",
                "code": "80a035a1-98d1-4a02-99ca-b8e201dd74b2"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0c70ba43-9ebd-4d04-be51-22e2873f9c2d/?format=api",
            "uuid": "0c70ba43-9ebd-4d04-be51-22e2873f9c2d",
            "code": "0C70BA43-9EBD-4D04-BE51-22E2873F9C2D",
            "name": "Windsnelheid 10m. MSL bij North Cormorant 1",
            "description": "Windsnelheid 10m. MSL bij North Cormorant 1(LMW_NC1_WC10)",
            "start": "2013-04-02T13:40:00Z",
            "end": "2018-07-23T06:00:00Z",
            "value_type": "float",
            "last_value": 2.5,
            "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_NC1_WC10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6befdca6-115c-4400-a228-939f3a6f5f8d/?format=api",
                "uuid": "6befdca6-115c-4400-a228-939f3a6f5f8d",
                "name": "NC1",
                "code": "6befdca6-115c-4400-a228-939f3a6f5f8d"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f4f4606e-193e-4477-9ea9-432126712166/?format=api",
            "uuid": "f4f4606e-193e-4477-9ea9-432126712166",
            "code": "F4F4606E-193E-4477-9EA9-432126712166",
            "name": "chlorositeit bij Overloop van Hansweert b",
            "description": "chlorositeit bij Overloop van Hansweert b(LMW_OVHAb_CL10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 9541.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/335/?format=api",
                "id": 335,
                "code": "Chlorosity (mg Cl/l) OW",
                "parameter": "Chlorosity",
                "unit": "mg Cl/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:15.282375Z",
                "last_modified": "2020-10-28T13:42:40.704665Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_OVHAb_CL10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ad71ed7b-1ed9-466c-816b-1dda5c6d0f1a/?format=api",
                "uuid": "ad71ed7b-1ed9-466c-816b-1dda5c6d0f1a",
                "name": "OVHAb",
                "code": "ad71ed7b-1ed9-466c-816b-1dda5c6d0f1a"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.718980Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/447591d0-5f93-4d8d-ad53-546eeb06d35e/?format=api",
            "uuid": "447591d0-5f93-4d8d-ad53-546eeb06d35e",
            "code": "447591D0-5F93-4D8D-AD53-546EEB06D35E",
            "name": "Waterhoogte bij Hagestein beneden",
            "description": "Waterhoogte bij Hagestein beneden(LMW_HAGO_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 217.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_HAGO_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/753a984b-6970-4996-a609-36114c19ca26/?format=api",
                "uuid": "753a984b-6970-4996-a609-36114c19ca26",
                "name": "HAGO",
                "code": "753a984b-6970-4996-a609-36114c19ca26"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.549667Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/837904fc-b429-4ea9-bfce-f6a7e55c2fcf/?format=api",
            "uuid": "837904fc-b429-4ea9-bfce-f6a7e55c2fcf",
            "code": "837904FC-B429-4EA9-BFCE-F6A7E55C2FCF",
            "name": "chlorositeit bij Lekhaven",
            "description": "chlorositeit bij Lekhaven(LMW_LEK25_CL10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 94.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/335/?format=api",
                "id": 335,
                "code": "Chlorosity (mg Cl/l) OW",
                "parameter": "Chlorosity",
                "unit": "mg Cl/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:15.282375Z",
                "last_modified": "2020-10-28T13:42:40.704665Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LEK25_CL10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/3ad7923a-742d-4506-b6f4-94a5b0f7c052/?format=api",
                "uuid": "3ad7923a-742d-4506-b6f4-94a5b0f7c052",
                "name": "LEK25",
                "code": "3ad7923a-742d-4506-b6f4-94a5b0f7c052"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.714476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eac4b299-54ed-404e-96fa-62276a8c2d9c/?format=api",
            "uuid": "eac4b299-54ed-404e-96fa-62276a8c2d9c",
            "code": "EAC4B299-54ED-404E-96FA-62276A8C2D9C",
            "name": "Hm0_B0 bij K13-Alhpa 3",
            "description": "Hm0_B0 bij K13-Alhpa 3(LMW_K133_Hm0_B0)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 182.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/399/?format=api",
                "id": 399,
                "code": "Go0-500 mHz (cm) OW",
                "parameter": "Go0-500 mHz",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:06.110400Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_K133_Hm0_B0",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/183c184c-7c00-4b76-8b4b-85461c17cc30/?format=api",
                "uuid": "183c184c-7c00-4b76-8b4b-85461c17cc30",
                "name": "K133",
                "code": "183c184c-7c00-4b76-8b4b-85461c17cc30"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.666906Z",
            "access_modifier": "Public"
        }
    ]
}