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=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9e00c603-bc3e-49c7-80d4-39c39ceef4ae/?format=api",
            "uuid": "9e00c603-bc3e-49c7-80d4-39c39ceef4ae",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/fa1a14b8-d6f2-4160-83a0-2f495dacb3e9/?format=api",
                "uuid": "fa1a14b8-d6f2-4160-83a0-2f495dacb3e9",
                "name": "GELE",
                "code": "352"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.673924Z",
            "last_modified": "2025-03-17T15:10:42.476024Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41aebbcd-48eb-41f0-8bd5-a360afa86fd8/?format=api",
            "uuid": "41aebbcd-48eb-41f0-8bd5-a360afa86fd8",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-15T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/aaf62780-33aa-4932-961e-21437d54e582/?format=api",
                "uuid": "aaf62780-33aa-4932-961e-21437d54e582",
                "name": "BLOKZIJL",
                "code": "353"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.706052Z",
            "last_modified": "2025-03-16T15:10:51.120638Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53c6dbca-1789-46b4-9ee8-75209d791cfe/?format=api",
            "uuid": "53c6dbca-1789-46b4-9ee8-75209d791cfe",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/33f989e9-531f-43b2-a893-64d729c814a1/?format=api",
                "uuid": "33f989e9-531f-43b2-a893-64d729c814a1",
                "name": "DEDEMSVAART",
                "code": "354"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.740579Z",
            "last_modified": "2025-03-17T15:10:34.892868Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f272bdc9-35d8-4278-8df8-04b8471935c2/?format=api",
            "uuid": "f272bdc9-35d8-4278-8df8-04b8471935c2",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-01-02T08:00:00Z",
            "value_type": "float",
            "last_value": 18.4,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e4934ab9-4eb9-4c8f-968c-4c095db50431/?format=api",
                "uuid": "e4934ab9-4eb9-4c8f-968c-4c095db50431",
                "name": "KUINRE",
                "code": "356"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.788800Z",
            "last_modified": "2025-03-10T15:26:04.069365Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8b22660e-fba2-4386-b699-2af53a7c156a/?format=api",
            "uuid": "8b22660e-fba2-4386-b699-2af53a7c156a",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-11T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ebd4f900-f930-4e85-81c1-a27442b09b26/?format=api",
                "uuid": "ebd4f900-f930-4e85-81c1-a27442b09b26",
                "name": "ROUVEEN",
                "code": "358"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.841354Z",
            "last_modified": "2025-03-12T15:10:32.928980Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/798268f1-f81b-4115-b8ac-47c9464d7905/?format=api",
            "uuid": "798268f1-f81b-4115-b8ac-47c9464d7905",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-14T08:00:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/54db52f5-d2e8-4286-b63c-7578fffef571/?format=api",
                "uuid": "54db52f5-d2e8-4286-b63c-7578fffef571",
                "name": "LEMMER BUMA",
                "code": "359"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.916588Z",
            "last_modified": "2025-03-15T15:10:50.486069Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b5be4a01-8be3-4fb3-b816-c734dd8ce683/?format=api",
            "uuid": "b5be4a01-8be3-4fb3-b816-c734dd8ce683",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/73a41c3a-7add-4beb-b482-5eabb2955083/?format=api",
                "uuid": "73a41c3a-7add-4beb-b482-5eabb2955083",
                "name": "TUBBERGEN",
                "code": "361"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:00.960000Z",
            "last_modified": "2025-03-17T15:10:57.063436Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ff8380d5-a768-4979-9cea-d53cf9bb7dd9/?format=api",
            "uuid": "ff8380d5-a768-4979-9cea-d53cf9bb7dd9",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/3fb0c271-8133-458e-86f8-293c72eb64c5/?format=api",
                "uuid": "3fb0c271-8133-458e-86f8-293c72eb64c5",
                "name": "RUINERWOLD",
                "code": "362"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.007871Z",
            "last_modified": "2025-03-17T15:10:33.628575Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f6a007a8-e8dc-4e4b-89ad-328924f270e5/?format=api",
            "uuid": "f6a007a8-e8dc-4e4b-89ad-328924f270e5",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2021-08-22T08:00:00Z",
            "value_type": "float",
            "last_value": 9.5,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/36f63d8a-ad38-4292-b220-8fb4c4ee16dd/?format=api",
                "uuid": "36f63d8a-ad38-4292-b220-8fb4c4ee16dd",
                "name": "DRONTEN",
                "code": "364"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.068113Z",
            "last_modified": "2022-03-18T15:46:57.720313Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1a6a6612-8894-457c-a618-8827bc5e840d/?format=api",
            "uuid": "1a6a6612-8894-457c-a618-8827bc5e840d",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-16T08:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 86400,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8eb73ce2-bf00-4a60-953e-9673143baca8/?format=api",
                "uuid": "8eb73ce2-bf00-4a60-953e-9673143baca8",
                "name": "SWIFTERBANT",
                "code": "365"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:01.121007Z",
            "last_modified": "2025-03-17T15:10:46.115758Z",
            "access_modifier": "Public"
        }
    ]
}