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=5
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=6",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8d9c978b-1ae0-47d5-9565-b4a0c23e2105/?format=api",
            "uuid": "8d9c978b-1ae0-47d5-9565-b4a0c23e2105",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1999-03-22T16:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/665d01c3-ee58-4526-b6ce-e5fb396f6af3/?format=api",
                "uuid": "665d01c3-ee58-4526-b6ce-e5fb396f6af3",
                "name": "Berkhout",
                "code": "06249"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:37.763617Z",
            "last_modified": "2025-03-14T15:05:39.419878Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/05bc2d3e-e3b4-4301-884f-23b636ad98d2/?format=api",
            "uuid": "05bc2d3e-e3b4-4301-884f-23b636ad98d2",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "2001-05-01T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/e545c0d3-fe5c-4f0a-89ac-f257b45a9ef6/?format=api",
                "uuid": "e545c0d3-fe5c-4f0a-89ac-f257b45a9ef6",
                "name": "Wijk aan Zee",
                "code": "06257"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:38.770993Z",
            "last_modified": "2025-03-14T15:05:34.525998Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8c3bffcf-b0b7-4550-a5a9-c5220c29fede/?format=api",
            "uuid": "8c3bffcf-b0b7-4550-a5a9-c5220c29fede",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/1779f3cb-38eb-45ba-9a57-64d61e0fc90c/?format=api",
                "uuid": "1779f3cb-38eb-45ba-9a57-64d61e0fc90c",
                "name": "De Bilt *)",
                "code": "06260"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:39.244967Z",
            "last_modified": "2025-03-14T15:05:57.465523Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/222b92bf-ad4e-4392-9452-7535d538f414/?format=api",
            "uuid": "222b92bf-ad4e-4392-9452-7535d538f414",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2021-06-23T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 3600,
            "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/6f744ea4-201b-4d37-a61c-14db634528ba/?format=api",
                "uuid": "6f744ea4-201b-4d37-a61c-14db634528ba",
                "name": "Soesterberg",
                "code": "06265"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:39.734469Z",
            "last_modified": "2021-06-23T16:14:11.800765Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87d31162-cef5-4d9f-8d42-58b44f571c25/?format=api",
            "uuid": "87d31162-cef5-4d9f-8d42-58b44f571c25",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1991-07-28T16:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/4e185e75-9ed4-4529-a6d6-f15edde2df74/?format=api",
                "uuid": "4e185e75-9ed4-4529-a6d6-f15edde2df74",
                "name": "Stavoren",
                "code": "06267"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:40.256198Z",
            "last_modified": "2025-03-14T15:05:37.115756Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/60ab62bd-6aa2-41f2-afa4-a94bdbd0ddcd/?format=api",
            "uuid": "60ab62bd-6aa2-41f2-afa4-a94bdbd0ddcd",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1991-08-13T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/fc04e1dd-24ea-40a5-a91b-1fe2f6c82926/?format=api",
                "uuid": "fc04e1dd-24ea-40a5-a91b-1fe2f6c82926",
                "name": "Lelystad *)",
                "code": "06269"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:40.749025Z",
            "last_modified": "2025-03-14T15:05:36.803482Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/12f4fda9-9f4c-409d-9213-1d3e515f886b/?format=api",
            "uuid": "12f4fda9-9f4c-409d-9213-1d3e515f886b",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/6ea9fe84-0574-4ce8-b47a-f23d63316b66/?format=api",
                "uuid": "6ea9fe84-0574-4ce8-b47a-f23d63316b66",
                "name": "Leeuwarden*)",
                "code": "06270"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:41.222187Z",
            "last_modified": "2025-03-14T15:05:38.974031Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d2099c44-3cc5-4002-877f-e487928d2b8e/?format=api",
            "uuid": "d2099c44-3cc5-4002-877f-e487928d2b8e",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/a209c69b-e70a-4b18-8683-c0b2c70b48b2/?format=api",
                "uuid": "a209c69b-e70a-4b18-8683-c0b2c70b48b2",
                "name": "Marknesse",
                "code": "06273"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:41.646694Z",
            "last_modified": "2025-03-14T15:05:39.485050Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a53d79b2-bca2-4f47-8eb1-61708983b9b9/?format=api",
            "uuid": "a53d79b2-bca2-4f47-8eb1-61708983b9b9",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/d2f4ac90-8d77-48a2-9652-fe92bf30a43b/?format=api",
                "uuid": "d2f4ac90-8d77-48a2-9652-fe92bf30a43b",
                "name": "Deelen",
                "code": "06275"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:42.190269Z",
            "last_modified": "2025-03-14T15:05:46.300418Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/00034b5c-62e4-4493-b5ee-279cb1f89f77/?format=api",
            "uuid": "00034b5c-62e4-4493-b5ee-279cb1f89f77",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1992-03-04T14:00:00Z",
            "end": "2025-03-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "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/f8d24537-e62e-41a4-af4d-cbe939f759bc/?format=api",
                "uuid": "f8d24537-e62e-41a4-af4d-cbe939f759bc",
                "name": "Heino",
                "code": "06278"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:42.737190Z",
            "last_modified": "2025-03-14T15:05:56.872584Z",
            "access_modifier": "Public"
        }
    ]
}