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=32652
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=32653",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32651",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5e2c20eb-a862-4273-99ba-1cabfde1313a/?format=api",
            "uuid": "5e2c20eb-a862-4273-99ba-1cabfde1313a",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T11:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -345.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512513Z",
            "last_modified": "2025-03-19T09:21:11.537226Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4e73eccf-161d-489a-b8b1-bcd0617712dd/?format=api",
            "uuid": "4e73eccf-161d-489a-b8b1-bcd0617712dd",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T10:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -349.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512552Z",
            "last_modified": "2025-03-19T09:21:02.193533Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4346c27a-7546-4c4e-ab24-0dcc541aedea/?format=api",
            "uuid": "4346c27a-7546-4c4e-ab24-0dcc541aedea",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T12:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -371.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512592Z",
            "last_modified": "2025-03-19T09:20:56.902889Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b1b0674c-34c3-435f-8f84-1a6125f051d7/?format=api",
            "uuid": "b1b0674c-34c3-435f-8f84-1a6125f051d7",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T12:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -399.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512631Z",
            "last_modified": "2025-03-19T09:20:38.925264Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c55c1b9-edf3-43ec-831e-6956336aa7e8/?format=api",
            "uuid": "3c55c1b9-edf3-43ec-831e-6956336aa7e8",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T14:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -246.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512669Z",
            "last_modified": "2025-03-19T09:20:50.895681Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/493ffe75-5ea7-4978-a209-94f510d561e1/?format=api",
            "uuid": "493ffe75-5ea7-4978-a209-94f510d561e1",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -274.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512734Z",
            "last_modified": "2025-03-19T09:20:30.296594Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c31f7f97-6e22-4c59-979c-834382e8d8bf/?format=api",
            "uuid": "c31f7f97-6e22-4c59-979c-834382e8d8bf",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -358.4,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512774Z",
            "last_modified": "2025-03-19T09:21:06.370588Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e6738d83-6213-41b4-906d-b169750a9086/?format=api",
            "uuid": "e6738d83-6213-41b4-906d-b169750a9086",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -247.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512812Z",
            "last_modified": "2025-03-19T09:20:50.567321Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2ba63a9a-d0ad-4674-a965-273b9ad586fc/?format=api",
            "uuid": "2ba63a9a-d0ad-4674-a965-273b9ad586fc",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -272.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512851Z",
            "last_modified": "2025-03-19T09:20:38.019051Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/65587034-3c19-41c8-9ba3-09a9171f58b3/?format=api",
            "uuid": "65587034-3c19-41c8-9ba3-09a9171f58b3",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-13T15:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -310.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "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.512889Z",
            "last_modified": "2025-03-19T09:20:29.969587Z",
            "access_modifier": "Public"
        }
    ]
}