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/65e35653-e6e6-4af2-875a-3a28185dd918/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 295,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/65e35653-e6e6-4af2-875a-3a28185dd918/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/65e35653-e6e6-4af2-875a-3a28185dd918/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/71d8b890-6560-492f-b4ef-0990e4360301/?format=api",
            "uuid": "71d8b890-6560-492f-b4ef-0990e4360301",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2003-01-07T03:15:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0b31c0aa-4b9d-46e1-a0a4-2b45e52390fd/?format=api",
                "uuid": "0b31c0aa-4b9d-46e1-a0a4-2b45e52390fd",
                "name": "RIJSBRUGGERWETERING_1036-K_RIJSBRUGGERWETERING-stuw1_afvoer",
                "code": "KW103611"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:20.903809Z",
            "last_modified": "2025-06-16T11:30:40.865986Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a1724e2a-6b44-4456-8d34-daf3e08db1f9/?format=api",
            "uuid": "a1724e2a-6b44-4456-8d34-daf3e08db1f9",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2002-12-31T23:30:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/eae2f66e-7a53-45b1-be9c-733c8d147a2d/?format=api",
                "uuid": "eae2f66e-7a53-45b1-be9c-733c8d147a2d",
                "name": "SCHIPSLOOT COTHERGRIFT_1038-K_COTHERGRIFT-stuw1_aanvoer",
                "code": "KW103811"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:22.662830Z",
            "last_modified": "2025-06-16T11:30:45.387863Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f185f367-03be-40ef-9487-ca3f7566c96f/?format=api",
            "uuid": "f185f367-03be-40ef-9487-ca3f7566c96f",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2003-01-01T03:00:00Z",
            "end": "2024-03-13T05:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8a39fa27-6e6f-445f-8898-fb709c527192/?format=api",
                "uuid": "8a39fa27-6e6f-445f-8898-fb709c527192",
                "name": "A12 STUW_1041-K_A12 STUW-stuw1_afvoer",
                "code": "KW104111"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:26.015197Z",
            "last_modified": "2024-03-13T09:41:25.997173Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/57bba6b9-5da5-4a62-9ad5-8eb231a6e4f5/?format=api",
            "uuid": "57bba6b9-5da5-4a62-9ad5-8eb231a6e4f5",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2003-01-22T03:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.053,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4238047a-a42b-4dbe-86f8-50c18d23311e/?format=api",
                "uuid": "4238047a-a42b-4dbe-86f8-50c18d23311e",
                "name": "MOLENVLIET STUW_1051-K_MOLENVLIET STUW-stuw1_afvoer",
                "code": "KW105111"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:33.622663Z",
            "last_modified": "2025-06-16T11:30:55.785574Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c24e0027-1fe9-41ae-9446-e1aba52dfcfe/?format=api",
            "uuid": "c24e0027-1fe9-41ae-9446-e1aba52dfcfe",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2002-12-31T23:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.131,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c21be9a8-f2da-467a-8f3d-72ca97b44ff3/?format=api",
                "uuid": "c21be9a8-f2da-467a-8f3d-72ca97b44ff3",
                "name": "MEERNDIJK_2101-K_MEERNDIJK-stuw1_afvoer",
                "code": "KW210111"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:34.730332Z",
            "last_modified": "2025-06-16T11:36:23.942222Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5c6a525a-9608-4b46-b00a-6f37e4deee0b/?format=api",
            "uuid": "5c6a525a-9608-4b46-b00a-6f37e4deee0b",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2002-12-31T23:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.166,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6a93023a-992f-43dd-b435-b52ee7046457/?format=api",
                "uuid": "6a93023a-992f-43dd-b435-b52ee7046457",
                "name": "REIJERSCOP STUW_2102-K_REIJERSCOP STUW-stuw1_afvoer",
                "code": "KW210211"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:36.031822Z",
            "last_modified": "2025-06-16T11:37:16.907345Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7f1010b-c5c3-49f9-ad72-4c3ca0cf340a/?format=api",
            "uuid": "d7f1010b-c5c3-49f9-ad72-4c3ca0cf340a",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2002-12-31T23:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.072,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7512dbdb-4c18-4dc5-9a75-153ad408e0d5/?format=api",
                "uuid": "7512dbdb-4c18-4dc5-9a75-153ad408e0d5",
                "name": "KORTRIJK_2105-K_KORTRIJK-stuw1_afvoer",
                "code": "KW210511"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:44.593420Z",
            "last_modified": "2025-06-16T11:36:26.310191Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9c1bbf35-44ee-455e-9820-8f119da6e2b2/?format=api",
            "uuid": "9c1bbf35-44ee-455e-9820-8f119da6e2b2",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2003-01-01T00:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.022,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0a9894a2-feab-47cd-982d-c17cff542908/?format=api",
                "uuid": "0a9894a2-feab-47cd-982d-c17cff542908",
                "name": "PORTENGEN_2108-K_PORTENGEN-stuw1_afvoer",
                "code": "KW210811"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:49.835696Z",
            "last_modified": "2025-06-16T11:36:45.536900Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a4694429-ba52-4858-8d48-c2dcae461f61/?format=api",
            "uuid": "a4694429-ba52-4858-8d48-c2dcae461f61",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2003-01-01T04:00:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5ff90dd2-e940-45e9-a5ee-4e5ab0c5dfad/?format=api",
                "uuid": "5ff90dd2-e940-45e9-a5ee-4e5ab0c5dfad",
                "name": "UTRECHT_2109-K_UTRECHT-stuw1_afvoer",
                "code": "KW210912"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:54.446642Z",
            "last_modified": "2025-06-16T11:36:36.441199Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8131b129-43cf-4260-8e7d-8a053cc6b99c/?format=api",
            "uuid": "8131b129-43cf-4260-8e7d-8a053cc6b99c",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2002-12-31T23:15:00Z",
            "end": "2025-06-16T10:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/fd6242fc-d6d2-4603-9cca-97d1cebfa490/?format=api",
                "uuid": "fd6242fc-d6d2-4603-9cca-97d1cebfa490",
                "name": "IJSSELWETERING_2112-K_IJSSELWETERING-stuw1_afvoer",
                "code": "KW211211"
            },
            "extra_metadata": {},
            "created": "2017-02-04T00:02:57.066477Z",
            "last_modified": "2025-06-16T11:36:48.086648Z",
            "access_modifier": "Public"
        }
    ]
}