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=32654
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=32655",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32653",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8f924eaf-ac6a-47a8-89e1-f0bfc24dc2f9/?format=api",
            "uuid": "8f924eaf-ac6a-47a8-89e1-f0bfc24dc2f9",
            "code": "WNS1165::second::1::900",
            "name": "WNS1165",
            "description": "",
            "start": "2024-11-24T20:15:00Z",
            "end": "2025-03-18T13:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/5/?format=api",
                "id": 5,
                "code": "WNS1165",
                "parameter": "In bedrijf",
                "unit": "-",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6f9e9c06-c30f-4060-8f57-0a784cc45f2c/?format=api",
                "uuid": "6f9e9c06-c30f-4060-8f57-0a784cc45f2c",
                "name": "Pomp Kadoelertocht, in bedrijf",
                "code": "OP4115-P"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:41.067217Z",
            "last_modified": "2025-03-18T14:25:44.913928Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7695ea20-2f6b-44f2-973f-0fa93e8409ac/?format=api",
            "uuid": "7695ea20-2f6b-44f2-973f-0fa93e8409ac",
            "code": "WNS2114::second::1::900",
            "name": "WNS2114",
            "description": "",
            "start": "2024-11-24T20:15:00Z",
            "end": "2025-03-18T13:00:00Z",
            "value_type": "float",
            "last_value": 3.593,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/883/?format=api",
                "id": 883,
                "code": "WNS2114",
                "parameter": "Toerental",
                "unit": "n/min",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2017-10-10T16:03:11.167435Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/6f9e9c06-c30f-4060-8f57-0a784cc45f2c/?format=api",
                "uuid": "6f9e9c06-c30f-4060-8f57-0a784cc45f2c",
                "name": "Pomp Kadoelertocht, in bedrijf",
                "code": "OP4115-P"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:41.067318Z",
            "last_modified": "2025-03-18T14:25:54.884492Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c1f01f75-8052-4ebb-8d76-2f8c3d483e4b/?format=api",
            "uuid": "c1f01f75-8052-4ebb-8d76-2f8c3d483e4b",
            "code": "WNS8832::second::1::900",
            "name": "WNS8832",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -452.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6235/?format=api",
                "id": 6235,
                "code": "WNS8832",
                "parameter": "Kruinhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "NT",
                "created": "2020-06-23T16:06:11.550026Z",
                "last_modified": "2020-06-23T16:06:11.549987Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a01320fd-b101-4355-9bcf-0b45f671b5ba/?format=api",
                "uuid": "a01320fd-b101-4355-9bcf-0b45f671b5ba",
                "name": "Stuw Steenwijkertocht 2, kruinhoogte",
                "code": "ST4891-LT3"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008304Z",
            "last_modified": "2025-03-18T14:25:49.732654Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f84d6c00-d9f6-4f14-ab02-92decddc6a2c/?format=api",
            "uuid": "f84d6c00-d9f6-4f14-ab02-92decddc6a2c",
            "code": "WNS8832::second::1::900",
            "name": "WNS8832",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -408.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6235/?format=api",
                "id": 6235,
                "code": "WNS8832",
                "parameter": "Kruinhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "NT",
                "created": "2020-06-23T16:06:11.550026Z",
                "last_modified": "2020-06-23T16:06:11.549987Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/23c98ecc-b008-475b-b616-2e7f7cd5a4bd/?format=api",
                "uuid": "23c98ecc-b008-475b-b616-2e7f7cd5a4bd",
                "name": "Stuw Steenwijkertocht 1, kruinhoogte",
                "code": "ST4817-LT3"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008370Z",
            "last_modified": "2025-03-18T14:25:34.514460Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/62723446-4d89-4a7a-a43a-d26eef9c4858/?format=api",
            "uuid": "62723446-4d89-4a7a-a43a-d26eef9c4858",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -447.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c2eb3db1-9b3f-440a-9e77-965bf1b0a587/?format=api",
                "uuid": "c2eb3db1-9b3f-440a-9e77-965bf1b0a587",
                "name": "Stuw Steenwijkertocht 2, waterhoogte HWZ",
                "code": "ST4891-LT1"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008426Z",
            "last_modified": "2025-03-18T14:25:45.953882Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/58261f0d-726e-44e3-a983-f235fdf0a479/?format=api",
            "uuid": "58261f0d-726e-44e3-a983-f235fdf0a479",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -493.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/13da5437-8b3a-44c8-a86f-002ff607b449/?format=api",
                "uuid": "13da5437-8b3a-44c8-a86f-002ff607b449",
                "name": "Stuw Steenwijkertocht 2, waterhoogte LWZ",
                "code": "ST4891-LT2"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008478Z",
            "last_modified": "2025-03-18T14:25:41.359800Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9726793a-a5e3-4cb0-be8f-2133119c322d/?format=api",
            "uuid": "9726793a-a5e3-4cb0-be8f-2133119c322d",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -399.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/3a92a6a0-718e-48ab-8710-30df038d2951/?format=api",
                "uuid": "3a92a6a0-718e-48ab-8710-30df038d2951",
                "name": "Stuw Steenwijkertocht 1, waterhoogte HWZ",
                "code": "ST4817-LT1"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008529Z",
            "last_modified": "2025-03-18T14:25:30.243565Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5b7fa622-bcf6-4513-b5a7-4becc2475ac7/?format=api",
            "uuid": "5b7fa622-bcf6-4513-b5a7-4becc2475ac7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2024-11-24T20:45:00Z",
            "end": "2025-03-18T13:45:00Z",
            "value_type": "float",
            "last_value": -450.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/49b0db53-66a1-456f-8d69-ea721f283c19/?format=api",
                "uuid": "49b0db53-66a1-456f-8d69-ea721f283c19",
                "name": "Stuw Steenwijkertocht 1, waterhoogte LWZ",
                "code": "ST4817-LT2"
            },
            "extra_metadata": {},
            "created": "2024-11-26T21:21:47.008578Z",
            "last_modified": "2025-03-18T14:25:32.870582Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4437171a-1a94-4c9c-91ec-a3dcd3f0a3b2/?format=api",
            "uuid": "4437171a-1a94-4c9c-91ec-a3dcd3f0a3b2",
            "code": "WNS1165::second::1::900",
            "name": "WNS1165",
            "description": "",
            "start": "2024-11-28T10:15:00Z",
            "end": "2025-02-25T13:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/5/?format=api",
                "id": 5,
                "code": "WNS1165",
                "parameter": "In bedrijf",
                "unit": "-",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/69364108-732b-4abf-a960-5ed0e5299d97/?format=api",
                "uuid": "69364108-732b-4abf-a960-5ed0e5299d97",
                "name": "Opvoerpomp Zuider-D-tocht, pomp",
                "code": "OP4172-P"
            },
            "extra_metadata": {},
            "created": "2024-11-28T11:21:37.428795Z",
            "last_modified": "2025-03-11T10:30:38.029206Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a1a02c4e-79f6-4d63-a08a-82a13f8f3e17/?format=api",
            "uuid": "a1a02c4e-79f6-4d63-a08a-82a13f8f3e17",
            "code": "WNS9906::second::1::900",
            "name": "WNS9906",
            "description": "",
            "start": "2024-11-21T23:15:00Z",
            "end": "2025-03-17T23:00:00Z",
            "value_type": "float",
            "last_value": 0.042,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/529/?format=api",
                "id": 529,
                "code": "WNS9906",
                "parameter": "Energieverbruik",
                "unit": "kWh",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2016-08-10T06:44:19.652669Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0a3c06bd-0579-4ed5-8df4-340c6cb409c5/?format=api",
                "uuid": "0a3c06bd-0579-4ed5-8df4-340c6cb409c5",
                "name": "Rioolgemaal Beloop, hoofdmeter, inkoop",
                "code": "A04918030-HFD/Ap"
            },
            "extra_metadata": {},
            "created": "2024-12-02T14:12:21.412636Z",
            "last_modified": "2025-03-18T14:25:31.404810Z",
            "access_modifier": "Public"
        }
    ]
}