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=42
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=43",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/timeseries/?format=api&page=41",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d67b4747-5461-4c30-ae5f-63dc037ddfde/?format=api",
            "uuid": "d67b4747-5461-4c30-ae5f-63dc037ddfde",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 4.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d2f4ac90-8d77-48a2-9652-fe92bf30a43b/?format=api",
                "uuid": "d2f4ac90-8d77-48a2-9652-fe92bf30a43b",
                "name": "Deelen",
                "code": "06275"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:16.459770Z",
            "last_modified": "2025-03-16T15:05:51.894708Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7b371d5d-fe07-4bf6-a0d8-a591adc09027/?format=api",
            "uuid": "7b371d5d-fe07-4bf6-a0d8-a591adc09027",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1991-01-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 2.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f8d24537-e62e-41a4-af4d-cbe939f759bc/?format=api",
                "uuid": "f8d24537-e62e-41a4-af4d-cbe939f759bc",
                "name": "Heino",
                "code": "06278"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:16.547200Z",
            "last_modified": "2025-03-16T15:05:36.486802Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/065d838f-953b-4aad-b1e2-1d81e7482f5d/?format=api",
            "uuid": "065d838f-953b-4aad-b1e2-1d81e7482f5d",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-02T04:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "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": "2015-02-04T15:40:16.631307Z",
            "last_modified": "2025-03-16T15:05:29.768944Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce039509-8db9-4e73-aafb-7068d32c484c/?format=api",
            "uuid": "ce039509-8db9-4e73-aafb-7068d32c484c",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 4.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5c93b2f8-7bde-4b4c-8b06-aee06b0cf497/?format=api",
                "uuid": "5c93b2f8-7bde-4b4c-8b06-aee06b0cf497",
                "name": "Groningen *)",
                "code": "06280"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:16.710306Z",
            "last_modified": "2025-03-16T15:05:34.661849Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89161573-ecf6-43c0-bfa1-5254ec062043/?format=api",
            "uuid": "89161573-ecf6-43c0-bfa1-5254ec062043",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-02T04:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "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": "2015-02-04T15:40:16.789578Z",
            "last_modified": "2025-03-16T15:05:36.200379Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/acd609c8-cea6-48e2-9f3a-1462b282b428/?format=api",
            "uuid": "acd609c8-cea6-48e2-9f3a-1462b282b428",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-17T12:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 4.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "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": "2015-02-04T15:40:16.868685Z",
            "last_modified": "2025-03-16T15:05:43.505661Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e89c7090-257d-451d-977c-f895634e95a6/?format=api",
            "uuid": "e89c7090-257d-451d-977c-f895634e95a6",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 2.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5e93aa59-1395-4381-b8b8-350bdeed1c4a/?format=api",
                "uuid": "5e93aa59-1395-4381-b8b8-350bdeed1c4a",
                "name": "Twenthe *)",
                "code": "06290"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:16.944589Z",
            "last_modified": "2025-03-16T15:05:35.255921Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/db96a62a-e4e1-4ac0-9c9d-7350f66c9ec3/?format=api",
            "uuid": "db96a62a-e4e1-4ac0-9c9d-7350f66c9ec3",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 5.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/2392b90a-d2da-491c-a444-b74f5471c710/?format=api",
                "uuid": "2392b90a-d2da-491c-a444-b74f5471c710",
                "name": "Vlissingen *)",
                "code": "06310"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:17.037908Z",
            "last_modified": "2025-03-16T15:05:52.737636Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f102233f-9eb5-48f6-97df-5d1a615c7690/?format=api",
            "uuid": "f102233f-9eb5-48f6-97df-5d1a615c7690",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1997-02-01T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f279d8c3-fb20-49ab-9192-b142f4996b1f/?format=api",
                "uuid": "f279d8c3-fb20-49ab-9192-b142f4996b1f",
                "name": "Hansweert",
                "code": "06315"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:17.114181Z",
            "last_modified": "2025-03-16T15:05:40.237563Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/02518579-3b79-43e5-91f5-a7303de8f6ef/?format=api",
            "uuid": "02518579-3b79-43e5-91f5-a7303de8f6ef",
            "code": "WNS8874::second::1::3600",
            "name": "WNS8874",
            "description": "",
            "start": "1991-06-25T01:00:00Z",
            "end": "2025-03-15T00:00:00Z",
            "value_type": "float",
            "last_value": 5.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/13/?format=api",
                "id": 13,
                "code": "WNS8874",
                "parameter": "Windsnelheid",
                "unit": "m/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b51c206c-cc4e-42b5-be9a-1d98a4c0acd6/?format=api",
                "uuid": "b51c206c-cc4e-42b5-be9a-1d98a4c0acd6",
                "name": "Westdorpe",
                "code": "06319"
            },
            "extra_metadata": {},
            "created": "2015-02-04T15:40:17.205282Z",
            "last_modified": "2025-03-16T15:05:31.823470Z",
            "access_modifier": "Public"
        }
    ]
}