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=32657
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=32658",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32656",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/082201ea-932a-467b-9fb4-6b4f69d95dc5/?format=api",
            "uuid": "082201ea-932a-467b-9fb4-6b4f69d95dc5",
            "code": "WNS12178::nonequidistant::1::1",
            "name": "WNS12178",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 4.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3304/?format=api",
                "id": 3304,
                "code": "WNS12178",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.449364Z",
                "last_modified": "2020-02-19T15:58:36.449327Z"
            },
            "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.519750Z",
            "last_modified": "2025-03-18T05:30:36.648341Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e1e98061-e7cb-4b13-b198-cf6b4c37e5af/?format=api",
            "uuid": "e1e98061-e7cb-4b13-b198-cf6b4c37e5af",
            "code": "WNS12178::nonequidistant::1::1",
            "name": "WNS12178",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 16.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3304/?format=api",
                "id": 3304,
                "code": "WNS12178",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.449364Z",
                "last_modified": "2020-02-19T15:58:36.449327Z"
            },
            "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.519793Z",
            "last_modified": "2025-03-15T10:26:10.909402Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e00a65b0-2fd0-4a09-a28a-dc14c0ead15f/?format=api",
            "uuid": "e00a65b0-2fd0-4a09-a28a-dc14c0ead15f",
            "code": "WNS12179::nonequidistant::1::1",
            "name": "WNS12179",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 5.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3305/?format=api",
                "id": 3305,
                "code": "WNS12179",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.455770Z",
                "last_modified": "2020-02-19T15:58:36.455733Z"
            },
            "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.519834Z",
            "last_modified": "2025-03-18T05:30:39.931037Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/29841f46-ea55-40e1-bc71-86bfffe15769/?format=api",
            "uuid": "29841f46-ea55-40e1-bc71-86bfffe15769",
            "code": "WNS12179::nonequidistant::1::1",
            "name": "WNS12179",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 4.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3305/?format=api",
                "id": 3305,
                "code": "WNS12179",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.455770Z",
                "last_modified": "2020-02-19T15:58:36.455733Z"
            },
            "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.519873Z",
            "last_modified": "2025-03-18T05:30:49.191450Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9c2f54b5-96df-48f3-8d52-6eadab3f8051/?format=api",
            "uuid": "9c2f54b5-96df-48f3-8d52-6eadab3f8051",
            "code": "WNS12179::nonequidistant::1::1",
            "name": "WNS12179",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 4.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3305/?format=api",
                "id": 3305,
                "code": "WNS12179",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.455770Z",
                "last_modified": "2020-02-19T15:58:36.455733Z"
            },
            "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.519912Z",
            "last_modified": "2025-03-18T05:30:33.539263Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d3088dec-63a6-47c7-897f-6af90dfcb643/?format=api",
            "uuid": "d3088dec-63a6-47c7-897f-6af90dfcb643",
            "code": "WNS12179::nonequidistant::1::1",
            "name": "WNS12179",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 36.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3305/?format=api",
                "id": 3305,
                "code": "WNS12179",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.455770Z",
                "last_modified": "2020-02-19T15:58:36.455733Z"
            },
            "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.519951Z",
            "last_modified": "2025-03-15T10:26:08.302572Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c86313b3-0cc2-45f7-981c-ffd8fff70de7/?format=api",
            "uuid": "c86313b3-0cc2-45f7-981c-ffd8fff70de7",
            "code": "WNS12180::nonequidistant::1::1",
            "name": "WNS12180",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-02-24T10:00:00Z",
            "value_type": "float",
            "last_value": 7.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3306/?format=api",
                "id": 3306,
                "code": "WNS12180",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.462376Z",
                "last_modified": "2020-02-19T15:58:36.462339Z"
            },
            "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.519991Z",
            "last_modified": "2025-03-18T05:30:50.816250Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c71220d1-a8db-4d31-80eb-191a73de55b6/?format=api",
            "uuid": "c71220d1-a8db-4d31-80eb-191a73de55b6",
            "code": "WNS12180::nonequidistant::1::1",
            "name": "WNS12180",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-02-24T09:40:00Z",
            "value_type": "float",
            "last_value": 5.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3306/?format=api",
                "id": 3306,
                "code": "WNS12180",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.462376Z",
                "last_modified": "2020-02-19T15:58:36.462339Z"
            },
            "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.520031Z",
            "last_modified": "2025-03-18T05:30:31.114527Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d391aec6-aaae-475f-8857-293802fb6c53/?format=api",
            "uuid": "d391aec6-aaae-475f-8857-293802fb6c53",
            "code": "WNS12180::nonequidistant::1::1",
            "name": "WNS12180",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-02-24T09:20:00Z",
            "value_type": "float",
            "last_value": 7.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3306/?format=api",
                "id": 3306,
                "code": "WNS12180",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.462376Z",
                "last_modified": "2020-02-19T15:58:36.462339Z"
            },
            "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.520069Z",
            "last_modified": "2025-03-18T05:30:31.168888Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cfb0abe3-8300-45dd-8543-96bd738178cd/?format=api",
            "uuid": "cfb0abe3-8300-45dd-8543-96bd738178cd",
            "code": "WNS12180::nonequidistant::1::1",
            "name": "WNS12180",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-02-24T09:00:00Z",
            "value_type": "float",
            "last_value": 60.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3306/?format=api",
                "id": 3306,
                "code": "WNS12180",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:36.462376Z",
                "last_modified": "2020-02-19T15:58:36.462339Z"
            },
            "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.520108Z",
            "last_modified": "2025-03-15T10:25:30.359213Z",
            "access_modifier": "Public"
        }
    ]
}