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=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/acedc519-d2c3-40d8-973c-493649bcf719/?format=api",
            "uuid": "acedc519-d2c3-40d8-973c-493649bcf719",
            "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/4994ee88-58d9-473f-80cf-ea06996b56f5/?format=api",
                "uuid": "4994ee88-58d9-473f-80cf-ea06996b56f5",
                "name": "APELDOORN",
                "code": "543"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.701377Z",
            "last_modified": "2025-03-18T14:05:47.489390Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b9aea05a-00fe-4658-bc69-63c81e9b74f2/?format=api",
            "uuid": "b9aea05a-00fe-4658-bc69-63c81e9b74f2",
            "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": 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/05e50072-cefe-4709-88ba-99facebce99a/?format=api",
                "uuid": "05e50072-cefe-4709-88ba-99facebce99a",
                "name": "WOUDENBERG",
                "code": "546"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.736835Z",
            "last_modified": "2025-03-13T15:10:30.183169Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bd8c61e7-46b7-4954-9aeb-23b047bd88e2/?format=api",
            "uuid": "bd8c61e7-46b7-4954-9aeb-23b047bd88e2",
            "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/639a83ff-a49f-4c38-9e4d-0856cc628fcd/?format=api",
                "uuid": "639a83ff-a49f-4c38-9e4d-0856cc628fcd",
                "name": "NIJKERK GLD",
                "code": "547"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.783911Z",
            "last_modified": "2025-03-18T14:05:33.229371Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0c41427c-5102-4442-9662-909ca8f1e856/?format=api",
            "uuid": "0c41427c-5102-4442-9662-909ca8f1e856",
            "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.9,
            "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/2c1f54e2-9b29-42d9-af30-678b54676bf6/?format=api",
                "uuid": "2c1f54e2-9b29-42d9-af30-678b54676bf6",
                "name": "LOENEN AAN DE VECHT",
                "code": "548"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.845105Z",
            "last_modified": "2025-03-15T15:10:45.047489Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6206c4be-ad75-42ec-b7d6-39647e6db248/?format=api",
            "uuid": "6206c4be-ad75-42ec-b7d6-39647e6db248",
            "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/9f941e09-55f0-4ebd-973c-96e6c99467cf/?format=api",
                "uuid": "9f941e09-55f0-4ebd-973c-96e6c99467cf",
                "name": "CULEMBORG",
                "code": "549"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.907986Z",
            "last_modified": "2025-03-18T14:05:40.854730Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1de2007f-43e0-4d67-a956-50ea0e1ea74d/?format=api",
            "uuid": "1de2007f-43e0-4d67-a956-50ea0e1ea74d",
            "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/f7f6c2bd-bc17-4ea7-a2ce-07f6fe974a4a/?format=api",
                "uuid": "f7f6c2bd-bc17-4ea7-a2ce-07f6fe974a4a",
                "name": "DE BILT UNIVERSITEITSWEG",
                "code": "550"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:03.967712Z",
            "last_modified": "2025-03-18T14:05:49.947722Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1faca693-919b-4819-b4d1-ae73cecaa4ec/?format=api",
            "uuid": "1faca693-919b-4819-b4d1-ae73cecaa4ec",
            "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.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/fb5f778c-da28-4298-9aed-07cec50fa37b/?format=api",
                "uuid": "fb5f778c-da28-4298-9aed-07cec50fa37b",
                "name": "EERBEEK",
                "code": "557"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.039828Z",
            "last_modified": "2025-03-16T15:10:37.505087Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/02e5719c-a024-4593-8391-d572f5cffd43/?format=api",
            "uuid": "02e5719c-a024-4593-8391-d572f5cffd43",
            "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/2e6ee9da-9561-4ed4-b225-83d97c7abbed/?format=api",
                "uuid": "2e6ee9da-9561-4ed4-b225-83d97c7abbed",
                "name": "LUNTEREN",
                "code": "558"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.106872Z",
            "last_modified": "2025-03-18T14:05:52.157267Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7eb2dbf6-f9cd-4276-ac4b-b1813f31e55e/?format=api",
            "uuid": "7eb2dbf6-f9cd-4276-ac4b-b1813f31e55e",
            "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/95addab5-96ba-40e8-84e7-79b04fe90c56/?format=api",
                "uuid": "95addab5-96ba-40e8-84e7-79b04fe90c56",
                "name": "VLEUTEN",
                "code": "559"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.189057Z",
            "last_modified": "2025-03-13T15:10:32.401613Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0d872c4d-b9a7-4af0-82ae-8964b712e091/?format=api",
            "uuid": "0d872c4d-b9a7-4af0-82ae-8964b712e091",
            "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/dc96feaf-2faf-4f85-81f5-9bf38e3c396b/?format=api",
                "uuid": "dc96feaf-2faf-4f85-81f5-9bf38e3c396b",
                "name": "AMERONGEN",
                "code": "560"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:47:04.251169Z",
            "last_modified": "2025-03-18T14:05:44.296495Z",
            "access_modifier": "Public"
        }
    ]
}