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/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=50
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 513,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=51",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=49",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/62524342-297b-4015-9ce0-f91e81905411/?format=api",
            "uuid": "62524342-297b-4015-9ce0-f91e81905411",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c0525d0a-8a50-44d9-9b42-a9f04a49070f/?format=api",
                "uuid": "c0525d0a-8a50-44d9-9b42-a9f04a49070f",
                "name": "Hoek van Holland",
                "code": "06330"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:18.974546Z",
            "last_modified": "2025-03-14T15:05:29.425823Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a92bb03c-6bf7-48ef-8d26-b93c6e32c227/?format=api",
            "uuid": "a92bb03c-6bf7-48ef-8d26-b93c6e32c227",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/fbf7d46a-87dd-4a74-b2c7-ef3344d6f90f/?format=api",
                "uuid": "fbf7d46a-87dd-4a74-b2c7-ef3344d6f90f",
                "name": "Hoogeveen",
                "code": "06279"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:21.892229Z",
            "last_modified": "2025-03-14T15:05:59.235684Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a32997ad-be13-4cca-94ba-5cf93a1cddcc/?format=api",
            "uuid": "a32997ad-be13-4cca-94ba-5cf93a1cddcc",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 0.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d2e915e1-53e9-43e7-af09-4e28bc032094/?format=api",
                "uuid": "d2e915e1-53e9-43e7-af09-4e28bc032094",
                "name": "Hupsel",
                "code": "06283"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:24.348043Z",
            "last_modified": "2025-03-14T15:05:39.762225Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/51b27f7e-eb04-433d-bc6f-8be0a27ed648/?format=api",
            "uuid": "51b27f7e-eb04-433d-bc6f-8be0a27ed648",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2021-07-19T23:00:00Z",
            "value_type": "float",
            "last_value": 3.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/55e9ce48-01fb-4be3-bdcd-175ab35e2061/?format=api",
                "uuid": "55e9ce48-01fb-4be3-bdcd-175ab35e2061",
                "name": "Lauwersoog",
                "code": "06277"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:26.636020Z",
            "last_modified": "2021-07-20T15:21:00.363999Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2dbd5520-2d8b-4ee4-93d9-8f5d9eed506a/?format=api",
            "uuid": "2dbd5520-2d8b-4ee4-93d9-8f5d9eed506a",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6ea9fe84-0574-4ce8-b47a-f23d63316b66/?format=api",
                "uuid": "6ea9fe84-0574-4ce8-b47a-f23d63316b66",
                "name": "Leeuwarden*)",
                "code": "06270"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:29.314504Z",
            "last_modified": "2025-03-14T15:05:49.273735Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/54af50cd-91f6-4ccd-b6d2-47a2ea8c1ded/?format=api",
            "uuid": "54af50cd-91f6-4ccd-b6d2-47a2ea8c1ded",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/fc04e1dd-24ea-40a5-a91b-1fe2f6c82926/?format=api",
                "uuid": "fc04e1dd-24ea-40a5-a91b-1fe2f6c82926",
                "name": "Lelystad *)",
                "code": "06269"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:32.692043Z",
            "last_modified": "2025-03-14T15:05:49.631655Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ad1869fa-d105-48eb-a889-686c8960a71d/?format=api",
            "uuid": "ad1869fa-d105-48eb-a889-686c8960a71d",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 0.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b65bd006-0b69-4d7c-b45e-99c463b32009/?format=api",
                "uuid": "b65bd006-0b69-4d7c-b45e-99c463b32009",
                "name": "Maastricht *)",
                "code": "06380"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:36.119534Z",
            "last_modified": "2025-03-14T15:05:35.230172Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dcc8d424-fa96-48fc-84d3-f824891dcd8c/?format=api",
            "uuid": "dcc8d424-fa96-48fc-84d3-f824891dcd8c",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a209c69b-e70a-4b18-8683-c0b2c70b48b2/?format=api",
                "uuid": "a209c69b-e70a-4b18-8683-c0b2c70b48b2",
                "name": "Marknesse",
                "code": "06273"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:40.143902Z",
            "last_modified": "2025-03-14T15:05:29.901441Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba9e9421-080d-4366-8fb4-758c3cc8cb54/?format=api",
            "uuid": "ba9e9421-080d-4366-8fb4-758c3cc8cb54",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/72746816-2e43-4b15-9da0-f4e4ece6504d/?format=api",
                "uuid": "72746816-2e43-4b15-9da0-f4e4ece6504d",
                "name": "Nieuw Beerta",
                "code": "06286"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:44.236367Z",
            "last_modified": "2025-03-14T15:05:52.663361Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c1eadb5-debd-4893-a40b-b57d192cff34/?format=api",
            "uuid": "3c1eadb5-debd-4893-a40b-b57d192cff34",
            "code": "WNS9027::nonequidistant::1::1",
            "name": "WNS9027",
            "description": "",
            "start": "2000-01-01T23:00:00Z",
            "end": "2025-03-12T23:00:00Z",
            "value_type": "float",
            "last_value": 1.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api",
                "id": 894,
                "code": "WNS9027",
                "parameter": "Verdamping",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "LT",
                "created": "2017-11-24T08:38:27.371167Z",
                "last_modified": "2020-03-20T18:52:50.818333Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/364da2a9-e7f4-46be-a8ec-2e2fdcb2f423/?format=api",
                "uuid": "364da2a9-e7f4-46be-a8ec-2e2fdcb2f423",
                "name": "Rotterdam *)",
                "code": "06344"
            },
            "extra_metadata": {},
            "created": "2017-11-24T09:57:47.135270Z",
            "last_modified": "2025-03-14T15:05:36.239400Z",
            "access_modifier": "Public"
        }
    ]
}