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

{
    "count": 282956,
    "next": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=27943",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=27941",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1d03db0-4984-45c4-afdb-dd0dc441ba3d/?format=api",
            "uuid": "b1d03db0-4984-45c4-afdb-dd0dc441ba3d",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-02-08T15:00:00Z",
            "end": "2024-04-17T09:00:00Z",
            "value_type": "float",
            "last_value": -344.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/ef00704e-3985-4d40-951e-583c3c8b1cf8/?format=api",
                "uuid": "ef00704e-3985-4d40-951e-583c3c8b1cf8",
                "name": "Hoofdmeetnet_93, Kavel P65, 1e WVP",
                "code": "27AN-077-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563630Z",
            "last_modified": "2024-04-30T10:25:35.089759Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d582cc80-1564-476d-8cd7-fc0ff7be2642/?format=api",
            "uuid": "d582cc80-1564-476d-8cd7-fc0ff7be2642",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-02-07T15:00:00Z",
            "end": "2024-04-17T11:00:00Z",
            "value_type": "float",
            "last_value": -437.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/5a3128c5-73c2-4eaf-97a3-0a257564c9f3/?format=api",
                "uuid": "5a3128c5-73c2-4eaf-97a3-0a257564c9f3",
                "name": "Hoofdmeetnet_90, Kavel M28, 1e WVP",
                "code": "26EZ-107-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563668Z",
            "last_modified": "2024-04-30T10:25:40.348078Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c9b8395b-df4b-4737-84a0-315d13a5e717/?format=api",
            "uuid": "c9b8395b-df4b-4737-84a0-315d13a5e717",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-02-22T11:00:00Z",
            "end": "2024-04-17T10:00:00Z",
            "value_type": "float",
            "last_value": -371.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/71550f47-8f82-4e46-a4d1-3853a6da117e/?format=api",
                "uuid": "71550f47-8f82-4e46-a4d1-3853a6da117e",
                "name": "Hoofdmeetnet_86, Kavel N49, 1e WVP",
                "code": "26DZ-074-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563706Z",
            "last_modified": "2024-04-30T10:25:48.706108Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/bb3c384a-fd4d-4c47-a72a-5b56c899f5ef/?format=api",
            "uuid": "bb3c384a-fd4d-4c47-a72a-5b56c899f5ef",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-04-07T13:00:00Z",
            "end": "2024-04-17T08:00:00Z",
            "value_type": "float",
            "last_value": -308.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/c863cd6c-23d8-4163-a1a3-d0cb1b581bbd/?format=api",
                "uuid": "c863cd6c-23d8-4163-a1a3-d0cb1b581bbd",
                "name": "Hoofdmeetnet_3, Kavel K12, 1e WVP",
                "code": "15FZ-128-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563760Z",
            "last_modified": "2024-04-30T10:25:47.803754Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5855d8b1-ff71-4c6a-8df3-af3d04052b90/?format=api",
            "uuid": "5855d8b1-ff71-4c6a-8df3-af3d04052b90",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-08-26T09:00:00Z",
            "end": "2024-04-17T06:00:00Z",
            "value_type": "float",
            "last_value": -369.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/f1e0d7ab-4626-470e-ad2d-8d6f564b6809/?format=api",
                "uuid": "f1e0d7ab-4626-470e-ad2d-8d6f564b6809",
                "name": "Hoofdmeetnet_35, Kavel Y48, 1e WVP",
                "code": "26FZ-196-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563799Z",
            "last_modified": "2024-04-30T10:25:10.983912Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e04d27cc-e02f-4f9d-841f-69350648a387/?format=api",
            "uuid": "e04d27cc-e02f-4f9d-841f-69350648a387",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-08-26T08:00:00Z",
            "end": "2024-04-17T15:00:00Z",
            "value_type": "float",
            "last_value": -387.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/b3c1d183-6508-4a78-a6fa-ee63a20815ec/?format=api",
                "uuid": "b3c1d183-6508-4a78-a6fa-ee63a20815ec",
                "name": "Hoofdmeetnet_36, Kavel P35, 1e WVP",
                "code": "20CZ-095-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563837Z",
            "last_modified": "2024-04-30T10:25:44.044515Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a001b4ce-a01d-46ca-92fb-a21bd835aad0/?format=api",
            "uuid": "a001b4ce-a01d-46ca-92fb-a21bd835aad0",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-08-20T05:00:00Z",
            "end": "2024-04-17T11:00:00Z",
            "value_type": "float",
            "last_value": -474.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/96288638-df37-4622-9e5e-bad1a0652a10/?format=api",
                "uuid": "96288638-df37-4622-9e5e-bad1a0652a10",
                "name": "Hoofdmeetnet_71, Kavel M73, 1e WVP",
                "code": "20HZ-158-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:12.563875Z",
            "last_modified": "2024-04-30T10:25:32.647331Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4ee481c0-f677-474f-a54b-3c0adbcc7e1b/?format=api",
            "uuid": "4ee481c0-f677-474f-a54b-3c0adbcc7e1b",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-04-19T16:00:00Z",
            "end": "2024-04-17T09:00:00Z",
            "value_type": "float",
            "last_value": -483.2,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a4b36927-17e9-49e1-b4c6-412f17fb8e19/?format=api",
                "uuid": "a4b36927-17e9-49e1-b4c6-412f17fb8e19",
                "name": "Hoofdmeetnet_74, Kavel M19, 1e WVP",
                "code": "20HZ-160-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:45.306615Z",
            "last_modified": "2024-04-30T10:25:53.197509Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2f3fdd5-10df-4436-aa11-013d5aa1801d/?format=api",
            "uuid": "b2f3fdd5-10df-4436-aa11-013d5aa1801d",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-08-25T13:00:00Z",
            "end": "2024-04-17T10:00:00Z",
            "value_type": "float",
            "last_value": -503.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/ec0b4724-c4cb-4e0e-88fc-142d70e21ef4/?format=api",
                "uuid": "ec0b4724-c4cb-4e0e-88fc-142d70e21ef4",
                "name": "Hoofdmeetnet_8, Kavel M18, 1e WVP",
                "code": "16CZ-217-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:45.306689Z",
            "last_modified": "2024-04-30T10:25:36.781495Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/9429f468-4eb8-48ab-a3fe-7693821a458c/?format=api",
            "uuid": "9429f468-4eb8-48ab-a3fe-7693821a458c",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-08-31T10:00:00Z",
            "end": "2024-04-17T11:00:00Z",
            "value_type": "float",
            "last_value": -295.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/3bbb96e6-be44-462c-8e96-eafefc60e1f3/?format=api",
                "uuid": "3bbb96e6-be44-462c-8e96-eafefc60e1f3",
                "name": "Hoofdmeetnet_87, Kavel O44, 1e WVP",
                "code": "26GZ-038-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:45.306731Z",
            "last_modified": "2024-04-30T10:25:40.767537Z",
            "access_modifier": "Public"
        }
    ]
}