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/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=23
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 514,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d2afdc0-9a83-44d6-9f3a-457e5f6e16fe/?format=api",
            "uuid": "6d2afdc0-9a83-44d6-9f3a-457e5f6e16fe",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2007-05-04T15:00:00Z",
            "end": "2025-03-20T15:45:00Z",
            "value_type": "float",
            "last_value": -535.86,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/3dd475d8-53b1-44ae-aac1-d249eda9c26f/?format=api",
                "uuid": "3dd475d8-53b1-44ae-aac1-d249eda9c26f",
                "name": "Stuw Palentocht, waterhoogte HWZ",
                "code": "ST4770-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.731930Z",
            "last_modified": "2025-03-20T18:25:46.452370Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5604c47c-41fb-46dc-b558-c2a7772870e1/?format=api",
            "uuid": "5604c47c-41fb-46dc-b558-c2a7772870e1",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T17:30:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -467.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5a59706e-1cac-4bbc-b1e1-9d4805ab9fbe/?format=api",
                "uuid": "5a59706e-1cac-4bbc-b1e1-9d4805ab9fbe",
                "name": "Opvoerpomp Watersnipweg, waterhoogte HWZ",
                "code": "OP2602-LT2602A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.732176Z",
            "last_modified": "2025-03-20T18:25:40.473368Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/70607ea9-48f1-4805-be76-65224176c11d/?format=api",
            "uuid": "70607ea9-48f1-4805-be76-65224176c11d",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2005-09-01T23:15:00Z",
            "end": "2025-03-20T02:45:00Z",
            "value_type": "float",
            "last_value": -278.311,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/2028b0fc-dc79-4513-9cb2-412a48ce9d8e/?format=api",
                "uuid": "2028b0fc-dc79-4513-9cb2-412a48ce9d8e",
                "name": "Stuw Ramstocht 1, waterhoogte HWZ",
                "code": "ST4760-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.732409Z",
            "last_modified": "2025-03-20T18:25:54.631695Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8ad42703-62b0-4f52-a324-a1ed80743deb/?format=api",
            "uuid": "8ad42703-62b0-4f52-a324-a1ed80743deb",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T20:45:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -580.024,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/12a9a6e1-5bf1-4c64-8ac4-9f8cb2b45dfe/?format=api",
                "uuid": "12a9a6e1-5bf1-4c64-8ac4-9f8cb2b45dfe",
                "name": "Opvoerpomp Stripheldenbuurt, waterhoogte HWZ",
                "code": "OP2608-LT2608A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.732641Z",
            "last_modified": "2025-03-20T18:25:35.986390Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/737361eb-5ab4-4471-b945-7a36907dcfbd/?format=api",
            "uuid": "737361eb-5ab4-4471-b945-7a36907dcfbd",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "1999-06-16T00:15:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -446.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/35396e74-db16-4acf-be1e-ef481943e248/?format=api",
                "uuid": "35396e74-db16-4acf-be1e-ef481943e248",
                "name": "Gebied Schokland, LT151, Schokkertocht",
                "code": "OP4160-LT151"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.732875Z",
            "last_modified": "2025-03-20T18:25:43.796050Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/30b60cfd-6819-4530-9427-9a94d8e4247a/?format=api",
            "uuid": "30b60cfd-6819-4530-9427-9a94d8e4247a",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -554.605,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7410c2ef-05e6-424c-ad0d-afd9a306add3/?format=api",
                "uuid": "7410c2ef-05e6-424c-ad0d-afd9a306add3",
                "name": "Stuw Kubbetocht, waterhoogte HWZ",
                "code": "ST5105-LT5105B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.733110Z",
            "last_modified": "2025-03-20T18:25:36.235366Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0946fb5d-a804-4a54-8812-ff643081df00/?format=api",
            "uuid": "0946fb5d-a804-4a54-8812-ff643081df00",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2012-05-31T22:00:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -523.857,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d98f8da9-e19f-4983-b726-ca6d660a152e/?format=api",
                "uuid": "d98f8da9-e19f-4983-b726-ca6d660a152e",
                "name": "Gemaal De Blocq van Kuffeler, hoog krooshekpeil 1410",
                "code": "P2600-LT1410"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.733347Z",
            "last_modified": "2025-03-20T18:25:48.716449Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2e1e816f-de42-4c86-8cc4-b62903e1c523/?format=api",
            "uuid": "2e1e816f-de42-4c86-8cc4-b62903e1c523",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2016-05-11T12:00:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -377.309,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ab81f831-b822-475b-b724-f0cab1cdc2e3/?format=api",
                "uuid": "ab81f831-b822-475b-b724-f0cab1cdc2e3",
                "name": "Stuw Roggebottocht 2, waterhoogte LWZ",
                "code": "ST5210-LT5210A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.733580Z",
            "last_modified": "2025-03-20T18:25:30.474203Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/30377f3b-e7eb-4d8d-8d9d-3c49dc26f02f/?format=api",
            "uuid": "30377f3b-e7eb-4d8d-8d9d-3c49dc26f02f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-01-01T11:30:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -560.503,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/acdbd04b-944a-47ce-97d8-e86f1102a08a/?format=api",
                "uuid": "acdbd04b-944a-47ce-97d8-e86f1102a08a",
                "name": "Aflaatwerk Zijdenettentocht, waterstand LWZ",
                "code": "AW4415-LT4415A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.733835Z",
            "last_modified": "2025-03-20T18:25:35.554231Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6e5797df-9767-4ab3-9b8f-5af1200f04f2/?format=api",
            "uuid": "6e5797df-9767-4ab3-9b8f-5af1200f04f2",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2013-12-05T07:30:00Z",
            "end": "2025-03-20T17:30:00Z",
            "value_type": "float",
            "last_value": -546.976,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/cb392858-1e42-42a5-aa1d-62e9fc91df9e/?format=api",
                "uuid": "cb392858-1e42-42a5-aa1d-62e9fc91df9e",
                "name": "Gemaal Leeghwater, krooshekpeil",
                "code": "OP2601-LT1111"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.734070Z",
            "last_modified": "2025-03-20T18:25:33.100512Z",
            "access_modifier": "Public"
        }
    ]
}