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=32651
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=32652",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32650",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/42233ba2-d2a9-4561-b8e0-13d5ca75cc6b/?format=api",
            "uuid": "42233ba2-d2a9-4561-b8e0-13d5ca75cc6b",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T11:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -418.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/43ef0b7b-45c4-4ad5-b90b-2a6f9e748235/?format=api",
                "uuid": "43ef0b7b-45c4-4ad5-b90b-2a6f9e748235",
                "name": "RAMSDIJK, hmp 38.6, Binnentalud, freatisch",
                "code": "21AZ-201-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512091Z",
            "last_modified": "2025-03-19T12:20:31.526290Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d140e53d-448c-44bb-bdc1-8771c08dc436/?format=api",
            "uuid": "d140e53d-448c-44bb-bdc1-8771c08dc436",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T10:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -110.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/e574411f-ed25-46cf-8c8a-94fc39745983/?format=api",
                "uuid": "e574411f-ed25-46cf-8c8a-94fc39745983",
                "name": "RAMSDIJK, hmp 38.6, Benedenbeloop, freatisch",
                "code": "21AZ-201-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512153Z",
            "last_modified": "2025-03-19T12:20:53.480141Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/83b6e7e5-0ca9-410e-ab5a-faf563a22b9b/?format=api",
            "uuid": "83b6e7e5-0ca9-410e-ab5a-faf563a22b9b",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T12:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -518.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/e37bf53c-e960-4219-9d88-c8b4bf3e7017/?format=api",
                "uuid": "e37bf53c-e960-4219-9d88-c8b4bf3e7017",
                "name": "ZUIDERMEERDIJK, hmp 28.9, Binnentalud,  freatisch",
                "code": "20FZ-135-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512197Z",
            "last_modified": "2025-03-19T12:21:15.072220Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efe757ff-5a8b-441e-aa8e-d4c5616a8512/?format=api",
            "uuid": "efe757ff-5a8b-441e-aa8e-d4c5616a8512",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T12:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -96.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/1bb5320b-a186-4bb6-96b9-afd4d24fcd0c/?format=api",
                "uuid": "1bb5320b-a186-4bb6-96b9-afd4d24fcd0c",
                "name": "ZUIDERMEERDIJK, hmp 28.9, Benedenbeloop, freatisch",
                "code": "20FZ-135-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512238Z",
            "last_modified": "2025-03-19T12:20:35.256061Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/90e44603-f194-41af-8d24-13df6f5acd91/?format=api",
            "uuid": "90e44603-f194-41af-8d24-13df6f5acd91",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T14:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -734.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/64d994f5-a0c2-4f11-9266-fa9f5814b506/?format=api",
                "uuid": "64d994f5-a0c2-4f11-9266-fa9f5814b506",
                "name": "WESTERMEERDIJK, hmp 17.5, Buitenkruin, freatisch",
                "code": "15GZ-063-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512277Z",
            "last_modified": "2025-03-19T12:21:19.988107Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/17b723f4-5044-46da-ba6b-b2f00f9777b1/?format=api",
            "uuid": "17b723f4-5044-46da-ba6b-b2f00f9777b1",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -356.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/bf39995e-8cfe-4755-aca4-39d22b99eb5f/?format=api",
                "uuid": "bf39995e-8cfe-4755-aca4-39d22b99eb5f",
                "name": "WESTERMEERDIJK, hmp 17.5, Binnentalud, freatisch",
                "code": "15GZ-063-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512316Z",
            "last_modified": "2025-03-19T12:20:59.563541Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/37d29257-853a-4fc6-a87d-3ecef07fd433/?format=api",
            "uuid": "37d29257-853a-4fc6-a87d-3ecef07fd433",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -81.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/41a78d99-a4bf-4955-8b34-a2de4ae7cd25/?format=api",
                "uuid": "41a78d99-a4bf-4955-8b34-a2de4ae7cd25",
                "name": "WESTERMEERDIJK, hmp 17.5, Benedenbeloop, freatisch",
                "code": "15GZ-063-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512355Z",
            "last_modified": "2025-03-19T12:20:36.176959Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0d832f0f-6262-4600-b988-9bfdf03dc483/?format=api",
            "uuid": "0d832f0f-6262-4600-b988-9bfdf03dc483",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -686.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/39716133-4da1-4d30-bee9-64f2491c2674/?format=api",
                "uuid": "39716133-4da1-4d30-bee9-64f2491c2674",
                "name": "NOORDERMEERDIJK, hmp 4.24, Buitenkruin, freatisch",
                "code": "15FZ-129-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512394Z",
            "last_modified": "2025-03-19T12:20:50.654530Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c9e765cd-b1d0-48dc-8bc9-bb5906854a1a/?format=api",
            "uuid": "c9e765cd-b1d0-48dc-8bc9-bb5906854a1a",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -431.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/ad0f118c-9976-46d9-bc28-dd94557f789d/?format=api",
                "uuid": "ad0f118c-9976-46d9-bc28-dd94557f789d",
                "name": "NOORDERMEERDIJK, hmp 4.24, Binnentalud, freatisch",
                "code": "15FZ-129-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512434Z",
            "last_modified": "2025-03-19T12:21:00.762246Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/002c04ae-3db3-445c-99b1-cddf7d41885f/?format=api",
            "uuid": "002c04ae-3db3-445c-99b1-cddf7d41885f",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -102.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "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/2646e69c-19d6-4618-a1ef-56a7dbed989f/?format=api",
                "uuid": "2646e69c-19d6-4618-a1ef-56a7dbed989f",
                "name": "NOORDERMEERDIJK, hmp 4.24, Benedenbeloop, freatisch",
                "code": "15FZ-129-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:07:47.512473Z",
            "last_modified": "2025-03-19T12:20:43.427676Z",
            "access_modifier": "Public"
        }
    ]
}