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=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/84a9b8d8-6b98-4990-94a9-820a6e46a19b/?format=api",
            "uuid": "84a9b8d8-6b98-4990-94a9-820a6e46a19b",
            "code": "84A9B8D8-6B98-4990-94A9-820A6E46A19B",
            "name": "Waterhoogte bij Grave boven",
            "description": "Waterhoogte bij Grave boven(LMW_GRAB_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 787.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_GRAB_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/162ca040-b2f8-4215-9720-3fac7afc95c1/?format=api",
                "uuid": "162ca040-b2f8-4215-9720-3fac7afc95c1",
                "name": "GRAB",
                "code": "162ca040-b2f8-4215-9720-3fac7afc95c1"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.523240Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a1fdc97c-364b-4e47-9f33-4591c24af0e5/?format=api",
            "uuid": "a1fdc97c-364b-4e47-9f33-4591c24af0e5",
            "code": "A1FDC97C-364B-4E47-9F33-4591C24AF0E5",
            "name": "Piekfrequentie bij Q1 hoorn Boei",
            "description": "Piekfrequentie bij Q1 hoorn Boei(LMW_Q12_Fp)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2022-11-29T15:50:00Z",
            "value_type": "float",
            "last_value": 230.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/404/?format=api",
                "id": 404,
                "code": "FREQTE (mHz)",
                "parameter": "Frequentie",
                "unit": "mHz",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:05:11.405200Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_Q12_Fp",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/29adf3cf-a3b8-47c2-bc66-54eddee2546f/?format=api",
                "uuid": "29adf3cf-a3b8-47c2-bc66-54eddee2546f",
                "name": "Q12",
                "code": "29adf3cf-a3b8-47c2-bc66-54eddee2546f"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2022-11-29T16:56:16.746720Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c28693b8-bbda-4050-aec6-98328d4ea12c/?format=api",
            "uuid": "c28693b8-bbda-4050-aec6-98328d4ea12c",
            "code": "C28693B8-BBDA-4050-AEC6-98328D4EA12C",
            "name": "Windsnelheid 10m. MSL bij Stroommeetpaal IJ-geul",
            "description": "Windsnelheid 10m. MSL bij Stroommeetpaal IJ-geul(LMW_SPY1_WC10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/383/?format=api",
                "id": 383,
                "code": "WINDSHD (m/s)",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:45.802163Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SPY1_WC10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/de2da3a7-8101-44ad-83f2-f7dc3a6b2194/?format=api",
                "uuid": "de2da3a7-8101-44ad-83f2-f7dc3a6b2194",
                "name": "SPY1",
                "code": "de2da3a7-8101-44ad-83f2-f7dc3a6b2194"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.626984Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a992ea9-d440-443a-b0ce-5cb86fdd11ca/?format=api",
            "uuid": "2a992ea9-d440-443a-b0ce-5cb86fdd11ca",
            "code": "2A992EA9-D440-443A-B0CE-5CB86FDD11CA",
            "name": "waterhoogte gemeten bij Kallo (Belgie)",
            "description": "waterhoogte gemeten bij Kallo (Belgie)(LMW_KALO_H10)",
            "start": "2013-03-29T14:40:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": -117.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_KALO_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7d6c4d0d-a396-48f6-b319-0654e095a628/?format=api",
                "uuid": "7d6c4d0d-a396-48f6-b319-0654e095a628",
                "name": "KALO",
                "code": "7d6c4d0d-a396-48f6-b319-0654e095a628"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.010879Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a782ad44-a96f-47e3-bce1-60220531418a/?format=api",
            "uuid": "a782ad44-a96f-47e3-bce1-60220531418a",
            "code": "A782AD44-A96F-47E3-BCE1-60220531418A",
            "name": "windsnelheid corr. 10m bij Vlakte van de Raan",
            "description": "windsnelheid corr. 10m bij Vlakte van de Raan(LMW_VR_WC10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 3.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/383/?format=api",
                "id": 383,
                "code": "WINDSHD (m/s)",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:45.802163Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_VR_WC10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/54d99a36-fc82-46d2-a305-32ed539fc949/?format=api",
                "uuid": "54d99a36-fc82-46d2-a305-32ed539fc949",
                "name": "VR",
                "code": "54d99a36-fc82-46d2-a305-32ed539fc949"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.835556Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a28f3d67-39f1-4c1c-b36e-ff4413f49733/?format=api",
            "uuid": "a28f3d67-39f1-4c1c-b36e-ff4413f49733",
            "code": "A28F3D67-39F1-4C1C-B36E-FF4413F49733",
            "name": "Watertemperatuur bij Bath",
            "description": "Watertemperatuur bij Bath(LMW_BATH_TW10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 8.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/325/?format=api",
                "id": 325,
                "code": "T (oC)",
                "parameter": "Temperatuur",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:04:14.703240Z",
                "last_modified": "2019-10-17T19:30:52.369929Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_BATH_TW10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/481e5bcb-e0da-432d-a957-44cdc0669966/?format=api",
                "uuid": "481e5bcb-e0da-432d-a957-44cdc0669966",
                "name": "BATH",
                "code": "481e5bcb-e0da-432d-a957-44cdc0669966"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.516187Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/881ead10-643a-43be-8859-113ce5d0f66c/?format=api",
            "uuid": "881ead10-643a-43be-8859-113ce5d0f66c",
            "code": "881EAD10-643A-43BE-8859-113CE5D0F66C",
            "name": "waterhoogte gemeten bij Bovensas",
            "description": "waterhoogte gemeten bij Bovensas(LMW_BSAS_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2013-10-17T03:50:00Z",
            "value_type": "float",
            "last_value": 2.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_BSAS_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/da66c84d-a340-4220-96d9-05c39a1d58b5/?format=api",
                "uuid": "da66c84d-a340-4220-96d9-05c39a1d58b5",
                "name": "BSAS",
                "code": "da66c84d-a340-4220-96d9-05c39a1d58b5"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e0699552-9160-4c64-be7b-2cdafe61ca11/?format=api",
            "uuid": "e0699552-9160-4c64-be7b-2cdafe61ca11",
            "code": "E0699552-9160-4C64-BE7B-2CDAFE61CA11",
            "name": "H1d3 bij A12 boei",
            "description": "H1d3 bij A12 boei(LMW_A122_H1d3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2022-12-02T04:20:00Z",
            "value_type": "float",
            "last_value": 109.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/356/?format=api",
                "id": 356,
                "code": "Googste 1/3 (cm) OW",
                "parameter": "Googste 1/3",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:04:19.263841Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_A122_H1d3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/9fb8e87c-29c2-4d21-8a6a-157ebee576c4/?format=api",
                "uuid": "9fb8e87c-29c2-4d21-8a6a-157ebee576c4",
                "name": "A122",
                "code": "9fb8e87c-29c2-4d21-8a6a-157ebee576c4"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2022-12-02T05:26:11.267891Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/72e78184-4a3a-482c-a500-7339de796105/?format=api",
            "uuid": "72e78184-4a3a-482c-a500-7339de796105",
            "code": "72E78184-4A3A-482C-A500-7339DE796105",
            "name": "Waterhoogte bij Bergse Diepsluis west",
            "description": "Waterhoogte bij Bergse Diepsluis west(LMW_BDSL_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 79.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_BDSL_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c287deeb-b42b-4674-b83f-325310c3a283/?format=api",
                "uuid": "c287deeb-b42b-4674-b83f-325310c3a283",
                "name": "BDSL",
                "code": "c287deeb-b42b-4674-b83f-325310c3a283"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.527447Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/68227298-098b-4c19-bce7-13e6bb9fe14b/?format=api",
            "uuid": "68227298-098b-4c19-bce7-13e6bb9fe14b",
            "code": "68227298-098B-4C19-BCE7-13E6BB9FE14B",
            "name": "Watertemperatuur bij Belfeld boven",
            "description": "Watertemperatuur bij Belfeld boven(LMW_BELB_TW10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/325/?format=api",
                "id": 325,
                "code": "T (oC)",
                "parameter": "Temperatuur",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:04:14.703240Z",
                "last_modified": "2019-10-17T19:30:52.369929Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_BELB_TW10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4d6c3256-891d-4217-9545-87c9984f22cd/?format=api",
                "uuid": "4d6c3256-891d-4217-9545-87c9984f22cd",
                "name": "BELB",
                "code": "4d6c3256-891d-4217-9545-87c9984f22cd"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:43.661538Z",
            "access_modifier": "Public"
        }
    ]
}