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=32614
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 326210,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32615",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32613",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5f8b2da7-a313-41ee-a70c-84361d52993d/?format=api",
            "uuid": "5f8b2da7-a313-41ee-a70c-84361d52993d",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -105.3,
            "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/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api",
                "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d",
                "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch",
                "code": "27AN-079-01"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366496Z",
            "last_modified": "2025-04-30T22:25:41.302720Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1f9f20fb-9cec-4433-bdb7-2726a61ca8ed/?format=api",
            "uuid": "1f9f20fb-9cec-4433-bdb7-2726a61ca8ed",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -129.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/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api",
                "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch",
                "code": "27AN-079-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366546Z",
            "last_modified": "2025-04-30T22:25:45.841094Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d9211896-89ba-4bb3-9ece-a7f15e5cc4a2/?format=api",
            "uuid": "d9211896-89ba-4bb3-9ece-a7f15e5cc4a2",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -164.3,
            "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/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api",
                "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d",
                "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch",
                "code": "27AN-079-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366588Z",
            "last_modified": "2025-04-30T22:25:12.065127Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1aa52f75-f6aa-4eed-ac71-dd0236847702/?format=api",
            "uuid": "1aa52f75-f6aa-4eed-ac71-dd0236847702",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-29T16:00:00Z",
            "value_type": "float",
            "last_value": -142.8,
            "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/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api",
                "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298",
                "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch",
                "code": "26FZ-197-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366630Z",
            "last_modified": "2025-04-30T22:25:14.005452Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9/?format=api",
            "uuid": "a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-29T22:00:00Z",
            "value_type": "float",
            "last_value": -182.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/034f2411-9428-44c6-a097-ef15436e7467/?format=api",
                "uuid": "034f2411-9428-44c6-a097-ef15436e7467",
                "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch",
                "code": "26FZ-197-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366671Z",
            "last_modified": "2025-04-30T22:25:48.042431Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d92368b8-f2ad-4fc8-a9ab-57f564badcd4/?format=api",
            "uuid": "d92368b8-f2ad-4fc8-a9ab-57f564badcd4",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -76.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/74b63f5d-7ad8-455b-bcdc-edda36d27fdc/?format=api",
                "uuid": "74b63f5d-7ad8-455b-bcdc-edda36d27fdc",
                "name": "DRONTERMEERDIJK, hmp 4.8, benedenbeloop, freatisch",
                "code": "20CZ-096-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366732Z",
            "last_modified": "2025-04-30T22:25:39.592070Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dab8aa47-a18d-4e6c-9e3d-eac2422b01a2/?format=api",
            "uuid": "dab8aa47-a18d-4e6c-9e3d-eac2422b01a2",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -374.3,
            "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/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api",
                "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d",
                "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch",
                "code": "27AN-079-01"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366773Z",
            "last_modified": "2025-04-30T22:25:54.988002Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba1baa71-f8d0-429b-a0ab-3f83bff45df1/?format=api",
            "uuid": "ba1baa71-f8d0-429b-a0ab-3f83bff45df1",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -295.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/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api",
                "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch",
                "code": "27AN-079-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366832Z",
            "last_modified": "2025-04-30T22:25:57.732091Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0538d3ad-da1d-4c5f-85ed-8ba89b2fb1b6/?format=api",
            "uuid": "0538d3ad-da1d-4c5f-85ed-8ba89b2fb1b6",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-30T01:00:00Z",
            "value_type": "float",
            "last_value": -98.3,
            "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/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api",
                "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d",
                "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch",
                "code": "27AN-079-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366875Z",
            "last_modified": "2025-04-30T22:25:24.653803Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc4640b4-aad0-41b7-b3be-cde2698f1ba5/?format=api",
            "uuid": "fc4640b4-aad0-41b7-b3be-cde2698f1ba5",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-04-29T16:00:00Z",
            "value_type": "float",
            "last_value": -328.8,
            "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/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api",
                "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298",
                "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch",
                "code": "26FZ-197-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366917Z",
            "last_modified": "2025-04-30T22:25:22.701103Z",
            "access_modifier": "Public"
        }
    ]
}