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=32676
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=32677",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32675",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/879f3ecc-3282-4d06-8540-4388ccff2192/?format=api",
            "uuid": "879f3ecc-3282-4d06-8540-4388ccff2192",
            "code": "WNS925::second::1::86400",
            "name": "WNS925",
            "description": "",
            "start": "2025-03-01T00:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/472/?format=api",
                "id": 472,
                "code": "WNS925",
                "parameter": "Draaitijd",
                "unit": "h",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2016-01-05T13:54:44.208891Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/95eecbf9-5d20-4b52-b95b-61d8bf868551/?format=api",
                "uuid": "95eecbf9-5d20-4b52-b95b-61d8bf868551",
                "name": "Biogas Verbruik, Aanvoer biogas WKK3",
                "code": "800-FS-5107"
            },
            "extra_metadata": {},
            "created": "2025-03-05T12:20:46.952290Z",
            "last_modified": "2025-03-14T22:25:49.879454Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/752012fe-3bca-469f-9fc2-bd463184b8eb/?format=api",
            "uuid": "752012fe-3bca-469f-9fc2-bd463184b8eb",
            "code": "WNS2277::nonequidistant::1::1",
            "name": "WNS2277",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 1100.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9175/?format=api",
                "id": 9175,
                "code": "WNS2277",
                "parameter": "",
                "unit": "g/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-03-05T16:20:40.831023Z",
                "last_modified": "2025-03-05T16:20:40.831012Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855182Z",
            "last_modified": "2025-03-08T10:21:02.264589Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0867340f-0251-4184-8ba5-62da7a5ca496/?format=api",
            "uuid": "0867340f-0251-4184-8ba5-62da7a5ca496",
            "code": "WNS8130::nonequidistant::1::1",
            "name": "WNS8130",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6224/?format=api",
                "id": 6224,
                "code": "WNS8130",
                "parameter": "Droge stof",
                "unit": "%",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "ZB",
                "created": "2020-06-23T16:06:06.445893Z",
                "last_modified": "2020-06-23T16:06:06.445847Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855278Z",
            "last_modified": "2025-03-08T10:25:47.939340Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4d75523e-40c3-40e2-a670-e87f93a84785/?format=api",
            "uuid": "4d75523e-40c3-40e2-a670-e87f93a84785",
            "code": "WNS2320::nonequidistant::1::1",
            "name": "WNS2320",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 67.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6753/?format=api",
                "id": 6753,
                "code": "WNS2320",
                "parameter": "stikstof Kjeldahl",
                "unit": "g/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "Ndg",
                "compartment": "ZB",
                "created": "2020-06-26T11:07:31.524622Z",
                "last_modified": "2020-06-26T11:07:31.524583Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855340Z",
            "last_modified": "2025-03-08T10:25:43.612328Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/390232ae-0704-4aa6-8f50-9173a59a9e97/?format=api",
            "uuid": "390232ae-0704-4aa6-8f50-9173a59a9e97",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2025-03-03T16:00:00Z",
            "end": "2025-03-14T21:00:00Z",
            "value_type": "float",
            "last_value": 0.4881,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e8fee2d5-7d5d-4846-a6c9-2e4f02fb0245/?format=api",
                "uuid": "e8fee2d5-7d5d-4846-a6c9-2e4f02fb0245",
                "name": "HOOGRAVEN_2139-K_MERWEDEKANAAL ADCP-debietmeter1_positief",
                "code": "KW213922"
            },
            "extra_metadata": {},
            "created": "2025-03-05T17:01:01.918778Z",
            "last_modified": "2025-03-14T22:35:48.344922Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4d0ac771-80f7-49fe-b235-882c28192157/?format=api",
            "uuid": "4d0ac771-80f7-49fe-b235-882c28192157",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2025-03-03T16:00:00Z",
            "end": "2025-03-14T21:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6c232bec-fdeb-4d57-964b-fb2472071f68/?format=api",
                "uuid": "6c232bec-fdeb-4d57-964b-fb2472071f68",
                "name": "HOOGRAVEN_2139-K_MERWEDEKANAAL ADCP-debietmeter1_negatief",
                "code": "KW213923"
            },
            "extra_metadata": {},
            "created": "2025-03-05T17:01:02.455782Z",
            "last_modified": "2025-03-14T22:37:06.177062Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e3d81ccf-f59a-4f51-a2ef-b10f23990d2d/?format=api",
            "uuid": "e3d81ccf-f59a-4f51-a2ef-b10f23990d2d",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2025-03-03T16:00:00Z",
            "end": "2025-03-14T21:00:00Z",
            "value_type": "float",
            "last_value": 1.877,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ed540414-aa56-418d-a6a1-15feafca0f10/?format=api",
                "uuid": "ed540414-aa56-418d-a6a1-15feafca0f10",
                "name": "DOORSLAG ADCP_2147-K_DOORSLAG ADCP-debietmeter1_positief",
                "code": "KW214712"
            },
            "extra_metadata": {},
            "created": "2025-03-05T17:01:05.884197Z",
            "last_modified": "2025-03-14T22:36:05.115359Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/24c137f5-cce6-4b0f-9efe-fadf361fd25a/?format=api",
            "uuid": "24c137f5-cce6-4b0f-9efe-fadf361fd25a",
            "code": "Q.G.15::second::1::900",
            "name": "Q.G.15",
            "description": "",
            "start": "2025-03-03T16:00:00Z",
            "end": "2025-03-14T21:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/1101/?format=api",
                "id": 1101,
                "code": "Q.G.15",
                "parameter": "Debiet",
                "unit": "m3/s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2019-09-23T08:43:52.815356Z",
                "last_modified": "2020-03-20T18:51:02.960000Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/9e38bf30-7e4f-4ca2-97a8-693c48f5bb02/?format=api",
                "uuid": "9e38bf30-7e4f-4ca2-97a8-693c48f5bb02",
                "name": "DOORSLAG ADCP_2147-K_DOORSLAG ADCP-debietmeter1_negatief",
                "code": "KW214713"
            },
            "extra_metadata": {},
            "created": "2025-03-05T17:01:06.423989Z",
            "last_modified": "2025-03-14T22:36:46.438682Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dc51a2f3-2ded-4031-83c0-972255b258f9/?format=api",
            "uuid": "dc51a2f3-2ded-4031-83c0-972255b258f9",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-03-14T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4ce5f680-902e-459c-ad70-79cc43a12c53/?format=api",
                "uuid": "4ce5f680-902e-459c-ad70-79cc43a12c53",
                "name": "Gemaal De Kievit, debiet",
                "code": "OP3080_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:25:48.903085Z",
            "last_modified": "2025-03-14T22:26:12.485485Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2264896b-9ed4-4e1c-9b32-e6821aea3a4b/?format=api",
            "uuid": "2264896b-9ed4-4e1c-9b32-e6821aea3a4b",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-03-14T00:00:00Z",
            "value_type": "float",
            "last_value": 1627.903,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/725a474c-67d9-45e7-86c8-7c6f759946ef/?format=api",
                "uuid": "725a474c-67d9-45e7-86c8-7c6f759946ef",
                "name": "Gemaal Piet Oberman, debiet",
                "code": "OP3100_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:25:48.903175Z",
            "last_modified": "2025-03-14T22:25:51.161661Z",
            "access_modifier": "Public"
        }
    ]
}