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=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0ae8678b-9a22-43f8-8a97-d4218d3612fa/?format=api",
            "uuid": "0ae8678b-9a22-43f8-8a97-d4218d3612fa",
            "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": 3.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/f8ed9ed5-1f87-483b-b61e-c64309ae1fd9/?format=api",
                "uuid": "f8ed9ed5-1f87-483b-b61e-c64309ae1fd9",
                "name": "MIDDELSTUM",
                "code": "134"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.346905Z",
            "last_modified": "2025-03-15T15:10:40.232305Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/47b63462-052b-4bea-b0ae-87bdbfdd9da5/?format=api",
            "uuid": "47b63462-052b-4bea-b0ae-87bdbfdd9da5",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2021-06-24T08:00:00Z",
            "value_type": "float",
            "last_value": null,
            "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/4ea41a25-26c6-49cd-9691-b37a455ad996/?format=api",
                "uuid": "4ea41a25-26c6-49cd-9691-b37a455ad996",
                "name": "WOLTERSUM",
                "code": "135"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.409645Z",
            "last_modified": "2021-06-23T16:13:46.090129Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/532e0eb5-3583-47a6-8c0c-32bcf20d6e10/?format=api",
            "uuid": "532e0eb5-3583-47a6-8c0c-32bcf20d6e10",
            "code": "WNS1400.1d::second::1::86400",
            "name": "WNS1400.1d",
            "description": "",
            "start": "2009-12-29T08:00:00Z",
            "end": "2025-03-06T08: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/2aa05fe4-2593-4edd-8a40-dd6973b6d8f0/?format=api",
                "uuid": "2aa05fe4-2593-4edd-8a40-dd6973b6d8f0",
                "name": "EZINGE",
                "code": "136"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.464849Z",
            "last_modified": "2025-03-10T15:26:04.096301Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0886e1e4-a352-4ce6-95a3-c76fac5915ff/?format=api",
            "uuid": "0886e1e4-a352-4ce6-95a3-c76fac5915ff",
            "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": 4.2,
            "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/8a1b21fe-2a31-4da1-a653-abe01e7fbada/?format=api",
                "uuid": "8a1b21fe-2a31-4da1-a653-abe01e7fbada",
                "name": "GRONINGEN",
                "code": "139"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.521283Z",
            "last_modified": "2025-03-15T15:10:42.477089Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/858395b5-db68-4d50-9789-a08ad1b7f2ef/?format=api",
            "uuid": "858395b5-db68-4d50-9789-a08ad1b7f2ef",
            "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.2,
            "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/b245b609-b867-41ef-8bf8-7a91460054b6/?format=api",
                "uuid": "b245b609-b867-41ef-8bf8-7a91460054b6",
                "name": "ASSEN",
                "code": "140"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.585220Z",
            "last_modified": "2025-03-15T15:10:48.102443Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a23f892d-1fa3-4e68-9844-0b6e703a7c86/?format=api",
            "uuid": "a23f892d-1fa3-4e68-9844-0b6e703a7c86",
            "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": 2.2,
            "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/2ee987a6-94ff-4819-9717-1a13dd1688c4/?format=api",
                "uuid": "2ee987a6-94ff-4819-9717-1a13dd1688c4",
                "name": "DELFZIJL",
                "code": "141"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.653436Z",
            "last_modified": "2025-03-15T15:10:49.977156Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/26b0dc4e-c6be-4dc5-b4a1-2d57d289eef2/?format=api",
            "uuid": "26b0dc4e-c6be-4dc5-b4a1-2d57d289eef2",
            "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": 3.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/3f7b1006-8e2c-473e-992a-e7a9396bb114/?format=api",
                "uuid": "3f7b1006-8e2c-473e-992a-e7a9396bb114",
                "name": "WARFFUM",
                "code": "142"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.729388Z",
            "last_modified": "2025-03-15T15:10:35.877280Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dae30012-fc23-42cf-823c-f5b8c4539506/?format=api",
            "uuid": "dae30012-fc23-42cf-823c-f5b8c4539506",
            "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/8923553c-2a53-491d-9db9-c8c812fa6f6b/?format=api",
                "uuid": "8923553c-2a53-491d-9db9-c8c812fa6f6b",
                "name": "FINSTERWOLDE",
                "code": "143"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.785641Z",
            "last_modified": "2025-03-12T15:10:30.351700Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/913a3b69-6d57-42dc-8fdb-d02770d803b1/?format=api",
            "uuid": "913a3b69-6d57-42dc-8fdb-d02770d803b1",
            "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.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/1f395a3a-6814-42ff-aba8-40e646167dc5/?format=api",
                "uuid": "1f395a3a-6814-42ff-aba8-40e646167dc5",
                "name": "TER APEL",
                "code": "144"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.840203Z",
            "last_modified": "2025-03-15T15:10:34.350302Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed05728f-3064-4fe8-bb67-00ddf3dbc5fd/?format=api",
            "uuid": "ed05728f-3064-4fe8-bb67-00ddf3dbc5fd",
            "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.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/6605dcc6-9325-455c-ad52-cd5dcc07859d/?format=api",
                "uuid": "6605dcc6-9325-455c-ad52-cd5dcc07859d",
                "name": "ZOUTKAMP",
                "code": "145"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:56.894389Z",
            "last_modified": "2025-03-15T15:10:47.277051Z",
            "access_modifier": "Public"
        }
    ]
}