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=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f5a2ad2d-742b-44e4-b57f-5b81d8963737/?format=api",
            "uuid": "f5a2ad2d-742b-44e4-b57f-5b81d8963737",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/7a0d1c0e-dcaa-4ee5-927a-ae6c90cc8e5a/?format=api",
                "uuid": "7a0d1c0e-dcaa-4ee5-927a-ae6c90cc8e5a",
                "name": "KRABBENDIJKE",
                "code": "747"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.476921Z",
            "last_modified": "2025-03-19T15:10:50.895783Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6b771d34-a17e-4c9f-b733-cdeb64249b69/?format=api",
            "uuid": "6b771d34-a17e-4c9f-b733-cdeb64249b69",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-13T08:00:00Z",
            "value_type": "float",
            "last_value": 1.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/b322e1e6-71eb-4b0a-ab94-6c51961bf4bc/?format=api",
                "uuid": "b322e1e6-71eb-4b0a-ab94-6c51961bf4bc",
                "name": "WILHELMI DORP",
                "code": "749"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.544853Z",
            "last_modified": "2025-03-14T15:10:39.415555Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c66ca1f3-66d9-4a30-bb17-fdf178ed152c/?format=api",
            "uuid": "c66ca1f3-66d9-4a30-bb17-fdf178ed152c",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/ac9bf7f4-ab87-4c95-9684-86ca59eb5ebb/?format=api",
                "uuid": "ac9bf7f4-ab87-4c95-9684-86ca59eb5ebb",
                "name": "RILLAND",
                "code": "750"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.609292Z",
            "last_modified": "2025-03-19T15:10:40.634736Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/755b4bd7-9ab5-4b7b-9297-0982ed9edbff/?format=api",
            "uuid": "755b4bd7-9ab5-4b7b-9297-0982ed9edbff",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-17T08: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/c41ae7fd-f08a-4827-ad41-7d4f6fa0d724/?format=api",
                "uuid": "c41ae7fd-f08a-4827-ad41-7d4f6fa0d724",
                "name": "VROUWENPOLDER",
                "code": "751"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.668642Z",
            "last_modified": "2025-03-19T15:10:30.550864Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/adcc2e6c-d53c-49a2-9937-98036b99315f/?format=api",
            "uuid": "adcc2e6c-d53c-49a2-9937-98036b99315f",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/a6c24ebe-5062-43c6-9339-5ecceec00732/?format=api",
                "uuid": "a6c24ebe-5062-43c6-9339-5ecceec00732",
                "name": "HAAMSTEDE",
                "code": "752"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.724609Z",
            "last_modified": "2025-03-19T15:10:40.918110Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/29de1811-517e-4fa9-abec-aaeb323e78e9/?format=api",
            "uuid": "29de1811-517e-4fa9-abec-aaeb323e78e9",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/9d052a28-c25a-4329-821b-f19e903e938e/?format=api",
                "uuid": "9d052a28-c25a-4329-821b-f19e903e938e",
                "name": "OVEZANDE",
                "code": "754"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.780866Z",
            "last_modified": "2025-03-19T15:10:39.635749Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dd56d73a-fcc2-4169-a296-f6fe1f1653de/?format=api",
            "uuid": "dd56d73a-fcc2-4169-a296-f6fe1f1653de",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/97d3d7be-f1a3-4a22-baf3-ff0828b63f67/?format=api",
                "uuid": "97d3d7be-f1a3-4a22-baf3-ff0828b63f67",
                "name": "KORTGENE",
                "code": "755"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.828951Z",
            "last_modified": "2025-03-19T15:10:34.572344Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6fe86735-f1bb-4bbe-b402-4244fd3ab303/?format=api",
            "uuid": "6fe86735-f1bb-4bbe-b402-4244fd3ab303",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-18T08: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/99a7408b-79b2-4da2-8d73-d39b7419969b/?format=api",
                "uuid": "99a7408b-79b2-4da2-8d73-d39b7419969b",
                "name": "MIDDELBURG",
                "code": "756"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.880081Z",
            "last_modified": "2025-03-19T15:10:35.752520Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/223703c6-a31d-4d59-815c-dffedd70dd64/?format=api",
            "uuid": "223703c6-a31d-4d59-815c-dffedd70dd64",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-12T08:00:00Z",
            "value_type": "float",
            "last_value": 1.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/68f342da-b45f-49f0-aab2-29fdb9f7d4d4/?format=api",
                "uuid": "68f342da-b45f-49f0-aab2-29fdb9f7d4d4",
                "name": "THOLEN",
                "code": "757"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:07.940133Z",
            "last_modified": "2025-03-13T15:10:47.739059Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ff16a631-e71d-4080-86dc-2dda7c502fcb/?format=api",
            "uuid": "ff16a631-e71d-4080-86dc-2dda7c502fcb",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-12T08:00:00Z",
            "value_type": "float",
            "last_value": 1.6,
            "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/094eed4b-d424-4382-8682-2176b0fa3058/?format=api",
                "uuid": "094eed4b-d424-4382-8682-2176b0fa3058",
                "name": "WOLPHAARTSDIJK",
                "code": "758"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:08.007814Z",
            "last_modified": "2025-03-13T15:10:41.764613Z",
            "access_modifier": "Public"
        }
    ]
}