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=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d0499fa1-7934-463b-853d-1d6a2a1b52dd/?format=api",
            "uuid": "d0499fa1-7934-463b-853d-1d6a2a1b52dd",
            "code": "D0499FA1-7934-463B-853D-1D6A2A1B52DD",
            "name": "S0bh_B0 bij K13-Alhpa 3",
            "description": "S0bh_B0 bij K13-Alhpa 3(LMW_K133_S0bh_B0)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 44.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/400/?format=api",
                "id": 400,
                "code": "Sp0-500 mHz (graden)",
                "parameter": "Sp0-500 mHz",
                "unit": "graden",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:05:06.236342Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_K133_S0bh_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
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:41.397302Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c8612888-650f-4fec-9277-eec66cfeb626/?format=api",
            "uuid": "c8612888-650f-4fec-9277-eec66cfeb626",
            "code": "C8612888-650F-4FEC-9277-EEC66CFEB626",
            "name": "Waterhoogte bij Maarsen",
            "description": "Waterhoogte bij Maarsen(LMW_MAAR_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": -35.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_MAAR_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5fd7ba17-5ead-4ed7-8d8b-ffd1b158cbc7/?format=api",
                "uuid": "5fd7ba17-5ead-4ed7-8d8b-ffd1b158cbc7",
                "name": "MAAR",
                "code": "5fd7ba17-5ead-4ed7-8d8b-ffd1b158cbc7"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.356678Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5cfe0153-530a-4cde-9522-994a7d41be56/?format=api",
            "uuid": "5cfe0153-530a-4cde-9522-994a7d41be56",
            "code": "5CFE0153-530A-4CDE-9522-994A7D41BE56",
            "name": "Golfhoogte sign. bij Eurogeul E5",
            "description": "Golfhoogte sign. bij Eurogeul E5(LMW_E51_Hm0)",
            "start": "2013-04-23T20:10:00Z",
            "end": "2016-01-07T08:00:00Z",
            "value_type": "float",
            "last_value": 147.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/384/?format=api",
                "id": 384,
                "code": "GOLFHTE (cm) OW",
                "parameter": "Golfhoogte signaal",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:48.624312Z",
                "last_modified": "2020-01-17T12:36:06.367670Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_E51_Hm0",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1303f77a-b98a-46db-99ee-f47a9bc7a3e5/?format=api",
                "uuid": "1303f77a-b98a-46db-99ee-f47a9bc7a3e5",
                "name": "E51",
                "code": "1303f77a-b98a-46db-99ee-f47a9bc7a3e5"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bef2c55d-d236-4182-95f4-1a21dfc3a3e3/?format=api",
            "uuid": "bef2c55d-d236-4182-95f4-1a21dfc3a3e3",
            "code": "BEF2C55D-D236-4182-95F4-1A21DFC3A3E3",
            "name": "Waterhoogte bij Harlingen",
            "description": "Waterhoogte bij Harlingen(LMW_HARL_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 16.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_HARL_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d131b905-1f9a-4d31-b486-6ba7968c069a/?format=api",
                "uuid": "d131b905-1f9a-4d31-b486-6ba7968c069a",
                "name": "HARL",
                "code": "d131b905-1f9a-4d31-b486-6ba7968c069a"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.912880Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64f8551a-61a2-4562-81bd-6d98051defe2/?format=api",
            "uuid": "64f8551a-61a2-4562-81bd-6d98051defe2",
            "code": "64F8551A-61A2-4562-81BD-6D98051DEFE2",
            "name": "Waterhoogte bij Lemmer",
            "description": "Waterhoogte bij Lemmer(LMW_LEMM_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 30.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_LEMM_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c4d1b7fc-3af1-45ad-b967-399fd04118bb/?format=api",
                "uuid": "c4d1b7fc-3af1-45ad-b967-399fd04118bb",
                "name": "LEMM",
                "code": "c4d1b7fc-3af1-45ad-b967-399fd04118bb"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.808639Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9a4c6faa-9e6e-4a4a-afc8-631bb91fad52/?format=api",
            "uuid": "9a4c6faa-9e6e-4a4a-afc8-631bb91fad52",
            "code": "9A4C6FAA-9E6E-4A4A-AFC8-631BB91FAD52",
            "name": "Dwarsstroom Geul laag3 bij Hoek van Holland Str.mp 1",
            "description": "Dwarsstroom Geul laag3 bij Hoek van Holland Str.mp 1(LMW_SPM1_SSV10w3G)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2013-07-11T16:40:00Z",
            "value_type": "float",
            "last_value": 88.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/398/?format=api",
                "id": 398,
                "code": "STROOMSHD (cm^2) OW",
                "parameter": "Stroomsnelheid",
                "unit": "cm^2",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:01.522169Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SPM1_SSV10w3G",
            "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,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/65a63c85-cf16-448c-bda7-ee25b2d7240c/?format=api",
            "uuid": "65a63c85-cf16-448c-bda7-ee25b2d7240c",
            "code": "65A63C85-CF16-448C-BDA7-EE25B2D7240C",
            "name": "S0bh_B0 bij Wadden Schiermonnikoog",
            "description": "S0bh_B0 bij Wadden Schiermonnikoog(LMW_SMN1_S0bh_B0)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 33.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/400/?format=api",
                "id": 400,
                "code": "Sp0-500 mHz (graden)",
                "parameter": "Sp0-500 mHz",
                "unit": "graden",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:05:06.236342Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SMN1_S0bh_B0",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/64733d1a-66a7-40d8-88c2-103b20729fbc/?format=api",
                "uuid": "64733d1a-66a7-40d8-88c2-103b20729fbc",
                "name": "SMN1",
                "code": "64733d1a-66a7-40d8-88c2-103b20729fbc"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.049206Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dd80760d-26b8-4fa2-abd5-4dba9c1e3faa/?format=api",
            "uuid": "dd80760d-26b8-4fa2-abd5-4dba9c1e3faa",
            "code": "DD80760D-26B8-4FA2-ABD5-4DBA9C1E3FAA",
            "name": "windstoot corr. 10m bij Prosperpolder (B)",
            "description": "windstoot corr. 10m bij Prosperpolder (B)(LMW_PROS_WC10MXS3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2019-11-06T10:40:00Z",
            "value_type": "float",
            "last_value": 2.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/397/?format=api",
                "id": 397,
                "code": "wicorr. 10m (m/s)",
                "parameter": "wicorr. 10m",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:59.771773Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_PROS_WC10MXS3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e8924da6-4851-4c4e-be69-69fc3a5efa52/?format=api",
                "uuid": "e8924da6-4851-4c4e-be69-69fc3a5efa52",
                "name": "PROS",
                "code": "e8924da6-4851-4c4e-be69-69fc3a5efa52"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2019-11-06T11:50:34.708003Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82288e9f-51b3-4ee0-8452-002742b1ccfe/?format=api",
            "uuid": "82288e9f-51b3-4ee0-8452-002742b1ccfe",
            "code": "82288E9F-51B3-4EE0-8452-002742B1CCFE",
            "name": "energie E10 gemeten bij Scheur oost",
            "description": "energie E10 gemeten bij Scheur oost(LMW_SCHO_TE3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2018-09-14T07:50:00Z",
            "value_type": "float",
            "last_value": 5.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/401/?format=api",
                "id": 401,
                "code": "ENGE (cm^2) OW",
                "parameter": "ENGE",
                "unit": "cm^2",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:09.153522Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SCHO_TE3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/90358527-664d-422e-b9a2-0f089170e8ec/?format=api",
                "uuid": "90358527-664d-422e-b9a2-0f089170e8ec",
                "name": "SCHO",
                "code": "90358527-664d-422e-b9a2-0f089170e8ec"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2db4ee06-a88d-446d-87a8-3c8f3ca6410b/?format=api",
            "uuid": "2db4ee06-a88d-446d-87a8-3c8f3ca6410b",
            "code": "2DB4EE06-A88D-446D-87A8-3C8F3CA6410B",
            "name": "S0bh_B3 bij K13-Alhpa 3",
            "description": "S0bh_B3 bij K13-Alhpa 3(LMW_K133_S0bh_B3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 31.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/394/?format=api",
                "id": 394,
                "code": "Sp0-100 mHz (graden)",
                "parameter": "Sp0-100 mHz",
                "unit": "graden",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:55.718321Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_K133_S0bh_B3",
            "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
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.934168Z",
            "access_modifier": "Public"
        }
    ]
}