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=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3f3d4375-bf5b-43ee-81e7-405039769b5c/?format=api",
            "uuid": "3f3d4375-bf5b-43ee-81e7-405039769b5c",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -569.797,
            "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/b16295e2-7b00-4468-bce0-0126538baf3c/?format=api",
                "uuid": "b16295e2-7b00-4468-bce0-0126538baf3c",
                "name": "Stuw Riettocht, waterhoogte HWZ",
                "code": "ST5135-LT5135B"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.703171Z",
            "last_modified": "2025-03-18T03:30:36.871676Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fdf7121c-ee1d-419d-9a84-963bf0d015f2/?format=api",
            "uuid": "fdf7121c-ee1d-419d-9a84-963bf0d015f2",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2007-10-25T11:00:00Z",
            "end": "2025-03-17T04:00:00Z",
            "value_type": "float",
            "last_value": -572.689,
            "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/d366958d-1573-4404-93f1-58de4cfa4d76/?format=api",
                "uuid": "d366958d-1573-4404-93f1-58de4cfa4d76",
                "name": "Stuw Steenbanktocht, waterhoogte HWZ",
                "code": "ST4790-LT1"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.703404Z",
            "last_modified": "2025-03-18T03:30:48.138022Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/17853622-57f0-4c7c-b9b7-d7aefec043d7/?format=api",
            "uuid": "17853622-57f0-4c7c-b9b7-d7aefec043d7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -627.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/8de7cc38-ff2d-4e0d-b296-78c3589a2972/?format=api",
                "uuid": "8de7cc38-ff2d-4e0d-b296-78c3589a2972",
                "name": "Stuw Rendiertocht Noord, waterhoogte LWZ",
                "code": "ST5366-LT5366A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.703635Z",
            "last_modified": "2025-03-18T03:30:50.319681Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/71d6615d-f958-4189-a801-107eda1e693f/?format=api",
            "uuid": "71d6615d-f958-4189-a801-107eda1e693f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2003-07-24T00:15:00Z",
            "end": "2022-10-03T23:00:00Z",
            "value_type": "float",
            "last_value": -440.607,
            "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/024a1185-b565-4753-95c0-42ceb0902749/?format=api",
                "uuid": "024a1185-b565-4753-95c0-42ceb0902749",
                "name": "Gebied Schokland, LT114, aanvoersloot",
                "code": "OP4160-LT114"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.703869Z",
            "last_modified": "2023-01-09T10:44:38.716245Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b45b7ffb-ae61-42e5-bda2-ebc0efaf5956/?format=api",
            "uuid": "b45b7ffb-ae61-42e5-bda2-ebc0efaf5956",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-11-01T20:00:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -526.875,
            "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/a610c1ac-46a2-4d04-8791-7a2c4addc812/?format=api",
                "uuid": "a610c1ac-46a2-4d04-8791-7a2c4addc812",
                "name": "Stuw Pluvierentocht, waterhoogte LWZ",
                "code": "ST2459-LT2459A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.704100Z",
            "last_modified": "2025-03-18T03:30:52.903222Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88483621-2e59-485f-8228-e7b6475d50f2/?format=api",
            "uuid": "88483621-2e59-485f-8228-e7b6475d50f2",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2008-04-17T15:15:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -299.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/311bc361-da77-4642-a5f2-b5d517b96f46/?format=api",
                "uuid": "311bc361-da77-4642-a5f2-b5d517b96f46",
                "name": "Hevel Bovenwater, waterhoogte LWZ",
                "code": "H5040-LT5040"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.704332Z",
            "last_modified": "2025-03-18T03:30:36.095778Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53cd0226-314a-478b-91c2-a0b0bead44ee/?format=api",
            "uuid": "53cd0226-314a-478b-91c2-a0b0bead44ee",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T23:00:00Z",
            "end": "2023-01-12T08:15:00Z",
            "value_type": "float",
            "last_value": -312.4,
            "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/2602c537-e065-4fc3-b33f-75e1a2d0e7ef/?format=api",
                "uuid": "2602c537-e065-4fc3-b33f-75e1a2d0e7ef",
                "name": "Aflaatwerk Schokland 9, waterhoogte HZW",
                "code": "AW4460LT306"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.704564Z",
            "last_modified": "2023-01-25T08:16:32.457385Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/949e2f92-b3e4-41ac-8ecd-ad93ea949627/?format=api",
            "uuid": "949e2f92-b3e4-41ac-8ecd-ad93ea949627",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2014-06-23T13:15:00Z",
            "end": "2024-10-30T08:00:00Z",
            "value_type": "float",
            "last_value": -421.176,
            "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/879398de-8bb6-405e-ab04-20064a7802f7/?format=api",
                "uuid": "879398de-8bb6-405e-ab04-20064a7802f7",
                "name": "Pomp Paardentocht 2, waterhoogte sloot Bessling HWZ",
                "code": "OP4125-LT2"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.704796Z",
            "last_modified": "2024-10-30T09:22:23.558293Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8be48bf7-b672-4935-aea9-7e7d648f6fbc/?format=api",
            "uuid": "8be48bf7-b672-4935-aea9-7e7d648f6fbc",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2015-01-01T07:45:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -543.565,
            "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/73fd4150-6846-462d-bcec-bc9a33589fd8/?format=api",
                "uuid": "73fd4150-6846-462d-bcec-bc9a33589fd8",
                "name": "Aflaatwerk Bloesemtocht, waterhoogte LWZ",
                "code": "AW4440-LT4440A"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.705027Z",
            "last_modified": "2025-03-18T03:30:44.724851Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a2319a05-e11c-4189-abea-c6f7e4acaec7/?format=api",
            "uuid": "a2319a05-e11c-4189-abea-c6f7e4acaec7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-01-18T14:15:00Z",
            "end": "2025-03-18T02:30:00Z",
            "value_type": "float",
            "last_value": -523.31,
            "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/a9a9c7f9-76a8-4e6d-a228-84216a96b32f/?format=api",
                "uuid": "a9a9c7f9-76a8-4e6d-a228-84216a96b32f",
                "name": "Gemaal De Blocq van Kuffeler - hoog, polderpeil",
                "code": "P2600-LT1400"
            },
            "extra_metadata": {},
            "created": "2020-06-08T18:47:29.705714Z",
            "last_modified": "2025-03-18T03:30:41.122819Z",
            "access_modifier": "Public"
        }
    ]
}