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/3bc573c1-e429-4818-a996-cb6ee5093e59/timeseries/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 684,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/3bc573c1-e429-4818-a996-cb6ee5093e59/timeseries/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/3bc573c1-e429-4818-a996-cb6ee5093e59/timeseries/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41bc34ad-142c-4c13-ab2a-3746783b0ad0/?format=api",
            "uuid": "41bc34ad-142c-4c13-ab2a-3746783b0ad0",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1990-07-02T23: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/cd4ee0f5-2f66-4aa0-83a5-af234ded8c3d/?format=api",
                "uuid": "cd4ee0f5-2f66-4aa0-83a5-af234ded8c3d",
                "name": "WULVERHORST_4352-K_WULVERHORST-pompvijzel1_afvoer",
                "code": "KW435212"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:45:17.532040Z",
            "last_modified": "2025-06-16T11:37:01.379498Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8f618089-d2a6-4c27-953a-ed0b8ab350ca/?format=api",
            "uuid": "8f618089-d2a6-4c27-953a-ed0b8ab350ca",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1990-07-03T23: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/d3cc843e-9585-4e80-8f44-d6787cb5de09/?format=api",
                "uuid": "d3cc843e-9585-4e80-8f44-d6787cb5de09",
                "name": "NOORD LINSCHOTEN_4353-K_NOORD LINSCHOTEN-pompvijzel1_afvoer",
                "code": "KW435312"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:45:17.574373Z",
            "last_modified": "2024-03-13T09:41:54.221378Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/74a9eace-583c-4879-909d-78532b20fe40/?format=api",
            "uuid": "74a9eace-583c-4879-909d-78532b20fe40",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1992-02-23T23: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/895a5659-10eb-4dcf-8d9b-024ebdaad27f/?format=api",
                "uuid": "895a5659-10eb-4dcf-8d9b-024ebdaad27f",
                "name": "GERVERSCOP_4314-K_GERVERSCOP-pompvijzel1_afvoer",
                "code": "KW431412"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:49:53.539976Z",
            "last_modified": "2025-06-16T11:36:54.012363Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bdc46e38-3177-4a2d-9001-6cf88143f54f/?format=api",
            "uuid": "bdc46e38-3177-4a2d-9001-6cf88143f54f",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1992-02-23T23: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/e6013c23-5c78-43ea-96ff-d5ab227fbff0/?format=api",
                "uuid": "e6013c23-5c78-43ea-96ff-d5ab227fbff0",
                "name": "GERVERSCOP_4314-K_GERVERSCOP-pompvijzel2_afvoer",
                "code": "KW431413"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:49:53.586875Z",
            "last_modified": "2025-06-16T11:36:26.926309Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1f8f50df-4edf-4e9b-a4b7-81eddf4f30cb/?format=api",
            "uuid": "1f8f50df-4edf-4e9b-a4b7-81eddf4f30cb",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1992-01-08T23: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/88b13626-2235-42fb-9871-62c92d6917ce/?format=api",
                "uuid": "88b13626-2235-42fb-9871-62c92d6917ce",
                "name": "KOCKENGEN_4315-K_KOCKENGEN-pompvijzel1_afvoer",
                "code": "KW431522"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:49:53.744007Z",
            "last_modified": "2025-06-16T11:36:41.581608Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/35aec0de-fa06-4816-ad7e-1de4b67cf78e/?format=api",
            "uuid": "35aec0de-fa06-4816-ad7e-1de4b67cf78e",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1992-01-08T23: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/2225c341-82fc-49f4-bdc7-7c79d9ec20df/?format=api",
                "uuid": "2225c341-82fc-49f4-bdc7-7c79d9ec20df",
                "name": "KOCKENGEN_4315-K_KOCKENGEN-pompvijzel2_afvoer",
                "code": "KW431523"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:49:53.814730Z",
            "last_modified": "2025-06-16T11:37:24.841842Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6b4b4e1e-46c9-48e1-b219-12e0a2fd8ccc/?format=api",
            "uuid": "6b4b4e1e-46c9-48e1-b219-12e0a2fd8ccc",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1993-01-27T23: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/eb79c28c-0605-4c17-8891-8a6400a5f122/?format=api",
                "uuid": "eb79c28c-0605-4c17-8891-8a6400a5f122",
                "name": "SNEL EN POLANEN_4356-K_SNEL EN POLANEN-pompvijzel1_afvoer",
                "code": "KW435612"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:55:29.551009Z",
            "last_modified": "2025-06-16T11:37:25.073052Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/14fb4984-542f-4972-b0b0-a562b2a1a7c3/?format=api",
            "uuid": "14fb4984-542f-4972-b0b0-a562b2a1a7c3",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1993-01-27T23: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/87a345c3-461a-4f8b-b103-17502f38fa6c/?format=api",
                "uuid": "87a345c3-461a-4f8b-b103-17502f38fa6c",
                "name": "SNEL EN POLANEN_4356-K_SNEL EN POLANEN-pompvijzel2_afvoer",
                "code": "KW435613"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:55:29.585104Z",
            "last_modified": "2025-06-16T11:37:25.818614Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/34235c1c-b6cf-4f33-96f0-a59ebabd5f5b/?format=api",
            "uuid": "34235c1c-b6cf-4f33-96f0-a59ebabd5f5b",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1993-04-07T23: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/aa0bd7be-157d-49b5-b13d-32ba45b2a470/?format=api",
                "uuid": "aa0bd7be-157d-49b5-b13d-32ba45b2a470",
                "name": "CASPARGOUW_1009-K_CASPARGOUW-pompvijzel1_aanvoer",
                "code": "KW100912"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:56:40.534172Z",
            "last_modified": "2025-06-16T11:30:52.373686Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bc3c1338-c0f4-4f21-8925-7ad40f57d62e/?format=api",
            "uuid": "bc3c1338-c0f4-4f21-8925-7ad40f57d62e",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "1993-03-29T23: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/cfa7346a-609d-4c81-8c99-9bcebc227a65/?format=api",
                "uuid": "cfa7346a-609d-4c81-8c99-9bcebc227a65",
                "name": "OUDENDAM_4316-K_OUDENDAM-pompvijzel1_afvoer",
                "code": "KW431612"
            },
            "extra_metadata": {},
            "created": "2017-02-03T15:56:45.308378Z",
            "last_modified": "2025-06-16T11:36:51.673850Z",
            "access_modifier": "Public"
        }
    ]
}