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

{
    "count": 326796,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32680",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32678",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6bdab490-e7e5-4a2e-b268-3082ff69f2cc/?format=api",
            "uuid": "6bdab490-e7e5-4a2e-b268-3082ff69f2cc",
            "code": "WNS8832::second::1::900",
            "name": "WNS8832",
            "description": "",
            "start": "2025-03-24T16:15:00Z",
            "end": "2025-03-27T07:00:00Z",
            "value_type": "float",
            "last_value": -147.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6235/?format=api",
                "id": 6235,
                "code": "WNS8832",
                "parameter": "Kruinhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "NT",
                "created": "2020-06-23T16:06:11.550026Z",
                "last_modified": "2020-06-23T16:06:11.549987Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/8733030f-7815-49aa-b856-766dc066580a/?format=api",
                "uuid": "8733030f-7815-49aa-b856-766dc066580a",
                "name": "Stuw Langs Kamperzandweg zuid, kruinhoogte",
                "code": "ST4870-LT2"
            },
            "extra_metadata": {},
            "created": "2025-03-26T16:31:38.869883Z",
            "last_modified": "2025-03-27T07:37:14.605773Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3a76b677-9415-4155-baa3-70d1e2c2a9f0/?format=api",
            "uuid": "3a76b677-9415-4155-baa3-70d1e2c2a9f0",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-03-24T16:15:00Z",
            "end": "2025-03-27T07:00:00Z",
            "value_type": "float",
            "last_value": -34.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/5bfb03f1-3c0d-4a8c-b154-16ede6252763/?format=api",
                "uuid": "5bfb03f1-3c0d-4a8c-b154-16ede6252763",
                "name": "Stuw Kuinderdijk, waterhoogte HWZ",
                "code": "ST41490-LT1"
            },
            "extra_metadata": {},
            "created": "2025-03-26T16:31:38.869926Z",
            "last_modified": "2025-03-27T07:36:24.081850Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8bad4c0f-565e-476c-ade5-0a9d281422a0/?format=api",
            "uuid": "8bad4c0f-565e-476c-ade5-0a9d281422a0",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-03-24T16:15:00Z",
            "end": "2025-03-27T07:00:00Z",
            "value_type": "float",
            "last_value": -94.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/73284658-7bfe-4602-a8bf-1ec685b89fb4/?format=api",
                "uuid": "73284658-7bfe-4602-a8bf-1ec685b89fb4",
                "name": "Stuw Kuinderdijk, waterhoogte LWZ",
                "code": "ST41490-LT3"
            },
            "extra_metadata": {},
            "created": "2025-03-26T16:31:38.869966Z",
            "last_modified": "2025-03-27T07:37:05.664047Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53229612-bb59-4a76-8d15-365ff06ba1d6/?format=api",
            "uuid": "53229612-bb59-4a76-8d15-365ff06ba1d6",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-03-24T16:15:00Z",
            "end": "2025-03-27T07:00:00Z",
            "value_type": "float",
            "last_value": -150.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/cdecdbd0-338d-4baa-bc44-67069864c705/?format=api",
                "uuid": "cdecdbd0-338d-4baa-bc44-67069864c705",
                "name": "Stuw Langs Kamperzandweg zuid, waterhoogte HWZ",
                "code": "ST4870-LT1"
            },
            "extra_metadata": {},
            "created": "2025-03-26T16:31:38.870006Z",
            "last_modified": "2025-03-27T07:35:42.458522Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/60db7e12-dfb6-4b15-85b2-5920a0990da6/?format=api",
            "uuid": "60db7e12-dfb6-4b15-85b2-5920a0990da6",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-03-24T16:15:00Z",
            "end": "2025-03-27T07:00:00Z",
            "value_type": "float",
            "last_value": -186.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/f79e8df0-de02-4d0d-b2ae-76ee7ca43906/?format=api",
                "uuid": "f79e8df0-de02-4d0d-b2ae-76ee7ca43906",
                "name": "Stuw Langs Kamperzandweg zuid, waterhoogte LWZ",
                "code": "ST4870-LT3"
            },
            "extra_metadata": {},
            "created": "2025-03-26T16:31:38.870045Z",
            "last_modified": "2025-03-27T07:36:42.280307Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba51b697-3dfc-44bc-8a29-d0adf964b721/?format=api",
            "uuid": "ba51b697-3dfc-44bc-8a29-d0adf964b721",
            "code": "WNS1305::nonequidistant::1::1",
            "name": "WNS1305",
            "description": "",
            "start": "2025-02-20T11:03:00Z",
            "end": "2025-02-20T11:03:00Z",
            "value_type": "float",
            "last_value": 0.005,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6686/?format=api",
                "id": 6686,
                "code": "WNS1305",
                "parameter": "methomyl",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2020-06-24T14:07:21.807317Z",
                "last_modified": "2020-06-24T14:07:21.807280Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e1f00689-9e4f-449d-9061-e343873a2ae1/?format=api",
                "uuid": "e1f00689-9e4f-449d-9061-e343873a2ae1",
                "name": "STEENWIJKERTOCHT, Blokzijlerdwarsweg (NP078)",
                "code": "21AN-123-01"
            },
            "extra_metadata": {},
            "created": "2025-03-27T12:22:02.088710Z",
            "last_modified": "2025-03-30T10:26:01.182599Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ff73ecbb-8756-4372-8dcb-6362ee7a42a2/?format=api",
            "uuid": "ff73ecbb-8756-4372-8dcb-6362ee7a42a2",
            "code": "WNS2286::nonequidistant::1::1",
            "name": "WNS2286",
            "description": "",
            "start": "2025-02-20T11:03:00Z",
            "end": "2025-02-20T11:03:00Z",
            "value_type": "float",
            "last_value": 0.02,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6699/?format=api",
                "id": 6699,
                "code": "WNS2286",
                "parameter": "dinoterb",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2020-06-24T14:07:22.018157Z",
                "last_modified": "2020-06-24T14:07:22.018110Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e1f00689-9e4f-449d-9061-e343873a2ae1/?format=api",
                "uuid": "e1f00689-9e4f-449d-9061-e343873a2ae1",
                "name": "STEENWIJKERTOCHT, Blokzijlerdwarsweg (NP078)",
                "code": "21AN-123-01"
            },
            "extra_metadata": {},
            "created": "2025-03-27T12:22:02.088797Z",
            "last_modified": "2025-03-30T10:26:43.488200Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/eb756129-f6ff-4130-8ed4-f7fb3a927e8e/?format=api",
            "uuid": "eb756129-f6ff-4130-8ed4-f7fb3a927e8e",
            "code": "WNS2410::nonequidistant::1::1",
            "name": "WNS2410",
            "description": "",
            "start": "2025-03-18T09:15:00Z",
            "end": "2025-03-18T09:15:00Z",
            "value_type": "float",
            "last_value": 0.84,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api",
                "id": 6329,
                "code": "WNS2410",
                "parameter": "selenium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2020-06-24T09:06:28.825729Z",
                "last_modified": "2020-06-24T09:06:28.825684Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/96339d67-9f90-4202-aae8-5453f70dd2e6/?format=api",
                "uuid": "96339d67-9f90-4202-aae8-5453f70dd2e6",
                "name": "LAGE VAART, Lage Knarsluis vanaf steiger",
                "code": "26BN-001-01"
            },
            "extra_metadata": {},
            "created": "2025-03-29T12:20:43.794024Z",
            "last_modified": "2025-03-31T18:26:00.636158Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/84b7a0d4-c17f-4fe9-a602-7f7441567355/?format=api",
            "uuid": "84b7a0d4-c17f-4fe9-a602-7f7441567355",
            "code": "WNS2410::nonequidistant::1::1",
            "name": "WNS2410",
            "description": "",
            "start": "2025-03-18T09:50:00Z",
            "end": "2025-03-18T09:50:00Z",
            "value_type": "float",
            "last_value": 0.51,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api",
                "id": 6329,
                "code": "WNS2410",
                "parameter": "selenium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2020-06-24T09:06:28.825729Z",
                "last_modified": "2020-06-24T09:06:28.825684Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1ff9f05b-cbb4-46e0-9db4-1109b8dd345b/?format=api",
                "uuid": "1ff9f05b-cbb4-46e0-9db4-1109b8dd345b",
                "name": "HOGE VAART, gemaal De Blocq van Kuffeler",
                "code": "26AZ-052-01"
            },
            "extra_metadata": {},
            "created": "2025-03-29T12:20:43.794103Z",
            "last_modified": "2025-03-31T18:26:14.069431Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/291449a4-1416-4f19-a098-8b9b8036dc7c/?format=api",
            "uuid": "291449a4-1416-4f19-a098-8b9b8036dc7c",
            "code": "WNS2410::nonequidistant::1::1",
            "name": "WNS2410",
            "description": "",
            "start": "2025-03-18T10:48:00Z",
            "end": "2025-03-18T10:48:00Z",
            "value_type": "float",
            "last_value": 0.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6329/?format=api",
                "id": 6329,
                "code": "WNS2410",
                "parameter": "selenium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2020-06-24T09:06:28.825729Z",
                "last_modified": "2020-06-24T09:06:28.825684Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/06b9aa68-2929-43a6-8311-8a0ab2cf0f8c/?format=api",
                "uuid": "06b9aa68-2929-43a6-8311-8a0ab2cf0f8c",
                "name": "HOGE VAART, Adelaarsweg visplek",
                "code": "26DN-041-01"
            },
            "extra_metadata": {},
            "created": "2025-03-29T12:20:43.794163Z",
            "last_modified": "2025-03-31T18:26:07.376233Z",
            "access_modifier": "Public"
        }
    ]
}