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=4
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=5",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8705cf98-14a3-4f1f-96e3-ab5a37ace2db/?format=api",
            "uuid": "8705cf98-14a3-4f1f-96e3-ab5a37ace2db",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2018-08-06T12:30:00Z",
            "value_type": "float",
            "last_value": -1.548,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/823a1b75-dfe9-4d6c-a2a5-12885c46d4fc/?format=api",
                "uuid": "823a1b75-dfe9-4d6c-a2a5-12885c46d4fc",
                "name": "Poelsluis",
                "code": "95"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.609593Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d9ec8d7e-5577-48f2-aa5a-55e9c10a3bc5/?format=api",
            "uuid": "d9ec8d7e-5577-48f2-aa5a-55e9c10a3bc5",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/316adb27-06e2-4323-8695-6f8c74f3706b/?format=api",
                "uuid": "316adb27-06e2-4323-8695-6f8c74f3706b",
                "name": "Purmer Stedelijk-2 (hist)",
                "code": "MOB_MP10"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.777184Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ef5ab79d-1c19-4be7-bc97-58a000182cf7/?format=api",
            "uuid": "ef5ab79d-1c19-4be7-bc97-58a000182cf7",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2024-04-04T06:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8c4fbb07-f718-4a80-823e-5976ebf96b14/?format=api",
                "uuid": "8c4fbb07-f718-4a80-823e-5976ebf96b14",
                "name": "Spijkerboor",
                "code": "206"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.865029Z",
            "last_modified": "2024-04-02T04:26:32.606144Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba41f806-8115-47b0-a442-1b9177223e41/?format=api",
            "uuid": "ba41f806-8115-47b0-a442-1b9177223e41",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2018-08-14T07:45:00Z",
            "value_type": "float",
            "last_value": -0.414,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c0c2d6f0-b30c-4c83-9d07-39c34afc18f7/?format=api",
                "uuid": "c0c2d6f0-b30c-4c83-9d07-39c34afc18f7",
                "name": "Spijkerboor, boezempeil",
                "code": "'206_peil"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:44.044764Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/24506a70-69bb-43dc-b0cc-7be2acf71291/?format=api",
            "uuid": "24506a70-69bb-43dc-b0cc-7be2acf71291",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-11-23T23:15:00Z",
            "end": "2018-08-14T07:45:00Z",
            "value_type": "float",
            "last_value": -0.414,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/9cae1374-9e90-4418-a8c1-7e96ae54f864/?format=api",
                "uuid": "9cae1374-9e90-4418-a8c1-7e96ae54f864",
                "name": "Spijkerboor, boezempeil 2e meting",
                "code": "206_peil2"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:44.256135Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/21602acb-6755-4950-acde-843c2c95715e/?format=api",
            "uuid": "21602acb-6755-4950-acde-843c2c95715e",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2012-10-17T06:15:00Z",
            "end": "2018-08-06T12:30:00Z",
            "value_type": "float",
            "last_value": -4.292,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ecaf4a33-42b3-403a-a373-5b42e8c7af85/?format=api",
                "uuid": "ecaf4a33-42b3-403a-a373-5b42e8c7af85",
                "name": "Vrouwenweg",
                "code": "MP_555"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:44.519600Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82c13e89-917a-4422-892c-be2c46b28ae6/?format=api",
            "uuid": "82c13e89-917a-4422-892c-be2c46b28ae6",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2025-03-13T08:00:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/954adc52-294f-4254-9ff4-b2dab38b470c/?format=api",
                "uuid": "954adc52-294f-4254-9ff4-b2dab38b470c",
                "name": "Zwaagmergouw",
                "code": "904"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:44.706414Z",
            "last_modified": "2025-03-14T14:05:37.722044Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3d6557bd-5396-4f56-a917-7b7772e7b371/?format=api",
            "uuid": "3d6557bd-5396-4f56-a917-7b7772e7b371",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "2009-12-29T12: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/7c195c13-9dbd-4cf4-bad7-389fc79eab68/?format=api",
                "uuid": "7c195c13-9dbd-4cf4-bad7-389fc79eab68",
                "name": "Texelhors",
                "code": "06229"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:34.736439Z",
            "last_modified": "2021-06-23T16:13:07.321700Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c6004cf-2ad4-47e9-89a0-595b9ce02bdb/?format=api",
            "uuid": "3c6004cf-2ad4-47e9-89a0-595b9ce02bdb",
            "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.3,
            "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/c68b60f5-75ab-4a2c-a81e-a980decdc547/?format=api",
                "uuid": "c68b60f5-75ab-4a2c-a81e-a980decdc547",
                "name": "De Kooy *)",
                "code": "06235"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:36.408369Z",
            "last_modified": "2025-03-14T15:05:56.882297Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aae25e31-3a89-46bd-a167-95a42eb2b4c2/?format=api",
            "uuid": "aae25e31-3a89-46bd-a167-95a42eb2b4c2",
            "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/5eb40b27-9513-494f-abdc-d56811ba92cb/?format=api",
                "uuid": "5eb40b27-9513-494f-abdc-d56811ba92cb",
                "name": "Amsterdam/Schiphol *)",
                "code": "06240"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:37.205619Z",
            "last_modified": "2025-03-14T15:05:51.009370Z",
            "access_modifier": "Public"
        }
    ]
}