Endpoint for interacting with timeseries metadata.

Query parameters:

uuid Exact filter on uuid.

uuid__in List filter on uuid. UUIDs must be comma separated.

name Filter on name. Filter methods exact and startswith are supported.

code Filter on code. Filter methods exact and startswith are supported.

start: Temporal filter on start. Supports various lookup types (exact, lt, lte, gt, gte; start__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

end: Temporal filter on end. Supports various lookup types (exact, lt, lte, gt, gte; end__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

value_type Filter on value_type. Choices are integer, float, boolean, text, image, movie, file, float array.

observation_type__id Filter on observation_type__id. Filter method exact is supported.

observation_type__code Filter on observation_type__code. Filter methods exact and startswith are supported.

datasource__id Filter on datasource__id. Filter method exact is supported.

datasource__uuid Filter on datasource__uuid field. Filter method exact is supported.

location__uuid Filter on location__uuid field. Filter method exact is supported.

location__organisation__uuid (Requires also filter on code) Filter on location__organisation__uuid. Filter method exact is supported.

monitoring_network__id Filter on monitoring_network__id. Filter method exact is supported.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

Examples

?uuid=d08a97db-80b4-4a0b-bc5b-078f97a948e5

?uuid__in=d08a97db-80b4-4a0b-bc5b-078f97a948e5,9723f42c-820a-4c5f-96ce-9febef948f53

?name=my-timeseries

?name__startswith=my-tim

?code=abc&location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?code__startswith=a&location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?start__gte=2017-01-01T00:00:00Z

?end__lt=2018-01-01T00:00:00Z

?value_type=float

?observation_type=1

?observation_type__id=1

?observation_type__code=my-code

?observation_type__code__startswith=my-c

?datasource=1

?datasource__id=1

?datasource__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?location__code=MOB_MP_P_5min

?location__name__startswith=Rotterdam

?location__organisation__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?location__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?access_modifier=Private

?access_modifier=100

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/timeseries/?format=api&page=32663
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 326771,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32664",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32662",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d480d787-4c3e-4548-8cb3-e60df654f361/?format=api",
            "uuid": "d480d787-4c3e-4548-8cb3-e60df654f361",
            "code": "WNS12762::nonequidistant::1::1",
            "name": "WNS12762",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 2.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3888/?format=api",
                "id": 3888,
                "code": "WNS12762",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.721163Z",
                "last_modified": "2020-02-19T15:58:40.721126Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522150Z",
            "last_modified": "2025-03-10T10:25:55.512787Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/448c3f30-e934-4293-8ee6-39871c47f823/?format=api",
            "uuid": "448c3f30-e934-4293-8ee6-39871c47f823",
            "code": "WNS12762::nonequidistant::1::1",
            "name": "WNS12762",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 23.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3888/?format=api",
                "id": 3888,
                "code": "WNS12762",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.721163Z",
                "last_modified": "2020-02-19T15:58:40.721126Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522189Z",
            "last_modified": "2025-03-15T10:25:35.290977Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d013dd62-295f-4046-88cb-dfc6d2c8430d/?format=api",
            "uuid": "d013dd62-295f-4046-88cb-dfc6d2c8430d",
            "code": "WNS12755::nonequidistant::1::1",
            "name": "WNS12755",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3881/?format=api",
                "id": 3881,
                "code": "WNS12755",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.666661Z",
                "last_modified": "2020-02-19T15:58:40.666623Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522228Z",
            "last_modified": "2025-03-10T10:25:29.299698Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/28921457-3dee-4d09-86b1-7a96e4ee6cfe/?format=api",
            "uuid": "28921457-3dee-4d09-86b1-7a96e4ee6cfe",
            "code": "WNS12755::nonequidistant::1::1",
            "name": "WNS12755",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 1.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3881/?format=api",
                "id": 3881,
                "code": "WNS12755",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.666661Z",
                "last_modified": "2020-02-19T15:58:40.666623Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522267Z",
            "last_modified": "2025-03-10T10:25:57.128982Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3188497a-615d-41ac-acba-8460e76c6ebc/?format=api",
            "uuid": "3188497a-615d-41ac-acba-8460e76c6ebc",
            "code": "WNS12755::nonequidistant::1::1",
            "name": "WNS12755",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 2.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3881/?format=api",
                "id": 3881,
                "code": "WNS12755",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.666661Z",
                "last_modified": "2020-02-19T15:58:40.666623Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522306Z",
            "last_modified": "2025-03-10T10:26:01.225252Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0af1e0b0-a311-466a-a8c4-224dfbb0429e/?format=api",
            "uuid": "0af1e0b0-a311-466a-a8c4-224dfbb0429e",
            "code": "WNS12755::nonequidistant::1::1",
            "name": "WNS12755",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 23.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3881/?format=api",
                "id": 3881,
                "code": "WNS12755",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.666661Z",
                "last_modified": "2020-02-19T15:58:40.666623Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522344Z",
            "last_modified": "2025-03-15T10:25:42.299630Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0fc605d7-4c9d-4207-bf9c-164161b617e9/?format=api",
            "uuid": "0fc605d7-4c9d-4207-bf9c-164161b617e9",
            "code": "WNS12186::nonequidistant::1::1",
            "name": "WNS12186",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 19.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3312/?format=api",
                "id": 3312,
                "code": "WNS12186",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.502760Z",
                "last_modified": "2020-02-19T15:58:36.502700Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522383Z",
            "last_modified": "2025-03-10T10:25:53.936075Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c8c70010-e3c5-4e41-9b9f-712ce51a0c46/?format=api",
            "uuid": "c8c70010-e3c5-4e41-9b9f-712ce51a0c46",
            "code": "WNS12186::nonequidistant::1::1",
            "name": "WNS12186",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 11.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3312/?format=api",
                "id": 3312,
                "code": "WNS12186",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.502760Z",
                "last_modified": "2020-02-19T15:58:36.502700Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522422Z",
            "last_modified": "2025-03-10T10:26:03.226556Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f786ab87-6dd1-44fc-b1ad-8c433e224768/?format=api",
            "uuid": "f786ab87-6dd1-44fc-b1ad-8c433e224768",
            "code": "WNS12186::nonequidistant::1::1",
            "name": "WNS12186",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 15.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3312/?format=api",
                "id": 3312,
                "code": "WNS12186",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.502760Z",
                "last_modified": "2020-02-19T15:58:36.502700Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522460Z",
            "last_modified": "2025-03-10T10:25:39.878832Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8c82d11-90ba-4fbd-86ac-c271c28417b7/?format=api",
            "uuid": "d8c82d11-90ba-4fbd-86ac-c271c28417b7",
            "code": "WNS12186::nonequidistant::1::1",
            "name": "WNS12186",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 140.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3312/?format=api",
                "id": 3312,
                "code": "WNS12186",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.502760Z",
                "last_modified": "2020-02-19T15:58:36.502700Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.522498Z",
            "last_modified": "2025-03-15T10:25:59.905896Z",
            "access_modifier": "Public"
        }
    ]
}