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

{
    "count": 300609,
    "next": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30060",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30058",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/96efcf5e-9fe6-4e41-a0f2-785520eb0d42/?format=api",
            "uuid": "96efcf5e-9fe6-4e41-a0f2-785520eb0d42",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "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://zuiderzeeland.lizard.net/api/v4/locations/01dfe876-8d7b-4532-b2f6-9fa192621b94/?format=api",
                "uuid": "01dfe876-8d7b-4532-b2f6-9fa192621b94",
                "name": "41EM009001",
                "code": "41EM009001"
            },
            "extra_metadata": {},
            "created": "2025-04-23T08:57:14.365765Z",
            "last_modified": "2025-04-23T08:57:14.365751Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/54de61d6-3e23-4cc9-b406-f12031f8abfd/?format=api",
            "uuid": "54de61d6-3e23-4cc9-b406-f12031f8abfd",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/01dfe876-8d7b-4532-b2f6-9fa192621b94/?format=api",
                "uuid": "01dfe876-8d7b-4532-b2f6-9fa192621b94",
                "name": "41EM009001",
                "code": "41EM009001"
            },
            "extra_metadata": {},
            "created": "2025-04-23T08:57:14.413459Z",
            "last_modified": "2025-04-23T08:57:14.413434Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/28f853ff-bf27-4a5e-8bcc-b0786dc45650/?format=api",
            "uuid": "28f853ff-bf27-4a5e-8bcc-b0786dc45650",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-03-02T05:00:00Z",
            "end": "2025-05-09T00:00:00Z",
            "value_type": "float",
            "last_value": -95.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/d21e9214-1d09-45a8-b308-fd47974abed2/?format=api",
                "uuid": "d21e9214-1d09-45a8-b308-fd47974abed2",
                "name": "Hoofdmeetnet_89, Kavel N66, 1e WVP",
                "code": "26DZ-071-02"
            },
            "extra_metadata": {},
            "created": "2025-04-29T09:20:15.994764Z",
            "last_modified": "2025-05-09T15:20:18.213416Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/ddb5fb32-2025-4cfb-8c0c-bf7e8a7ab8c8/?format=api",
            "uuid": "ddb5fb32-2025-4cfb-8c0c-bf7e8a7ab8c8",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-03-02T05:00:00Z",
            "end": "2025-05-09T00:00:00Z",
            "value_type": "float",
            "last_value": -481.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/d21e9214-1d09-45a8-b308-fd47974abed2/?format=api",
                "uuid": "d21e9214-1d09-45a8-b308-fd47974abed2",
                "name": "Hoofdmeetnet_89, Kavel N66, 1e WVP",
                "code": "26DZ-071-02"
            },
            "extra_metadata": {},
            "created": "2025-04-29T09:20:15.994852Z",
            "last_modified": "2025-05-09T15:20:37.593698Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/32422c62-7b78-4f1e-8cc8-42ffb063edd6/?format=api",
            "uuid": "32422c62-7b78-4f1e-8cc8-42ffb063edd6",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-04-03T09:00:00Z",
            "end": "2025-05-09T02:00:00Z",
            "value_type": "float",
            "last_value": -144.3,
            "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/82572c77-f600-4d4b-976c-4c7735e4aee0/?format=api",
                "uuid": "82572c77-f600-4d4b-976c-4c7735e4aee0",
                "name": "DRONTERMEERDIJK, hmp 4.8, binnentalud, freatisch",
                "code": "20CZ-096-02"
            },
            "extra_metadata": {},
            "created": "2025-04-29T09:22:23.126945Z",
            "last_modified": "2025-05-09T15:20:42.177529Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d569eb5d-1366-488f-a7ff-7f1539b57e99/?format=api",
            "uuid": "d569eb5d-1366-488f-a7ff-7f1539b57e99",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-04-03T09:00:00Z",
            "end": "2025-05-09T02:00:00Z",
            "value_type": "float",
            "last_value": -369.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/82572c77-f600-4d4b-976c-4c7735e4aee0/?format=api",
                "uuid": "82572c77-f600-4d4b-976c-4c7735e4aee0",
                "name": "DRONTERMEERDIJK, hmp 4.8, binnentalud, freatisch",
                "code": "20CZ-096-02"
            },
            "extra_metadata": {},
            "created": "2025-04-29T09:22:23.127033Z",
            "last_modified": "2025-05-09T15:20:47.086878Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4e02fc2-74ad-4af1-b061-c87ee2ae9a87/?format=api",
            "uuid": "b4e02fc2-74ad-4af1-b061-c87ee2ae9a87",
            "code": "WNS7206::nonequidistant::1::1",
            "name": "WNS7206",
            "description": "",
            "start": "2025-04-22T11:40:00Z",
            "end": "2025-04-22T11:40:00Z",
            "value_type": "float",
            "last_value": 10.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6754/?format=api",
                "id": 6754,
                "code": "WNS7206",
                "parameter": "Kleur",
                "unit": "DIMSLS",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "INSU",
                "compartment": "ZB",
                "created": "2020-06-26T11:07:31.535615Z",
                "last_modified": "2020-06-26T11:07:31.535574Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/3f7f45ff-8f40-486d-b5f9-45fce13cf5a8/?format=api",
                "uuid": "3f7f45ff-8f40-486d-b5f9-45fce13cf5a8",
                "name": "Oxische Tank 3, Bemonsteringspunt actief slib",
                "code": "400-X-1321"
            },
            "extra_metadata": {},
            "created": "2025-05-05T13:09:02.307046Z",
            "last_modified": "2025-05-06T10:25:34.216146Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1c3d7b73-c9e9-41c2-acea-a5b9f3eaf8f5/?format=api",
            "uuid": "1c3d7b73-c9e9-41c2-acea-a5b9f3eaf8f5",
            "code": "WNS10228::nonequidistant::1::1",
            "name": "WNS10228",
            "description": "",
            "start": "2025-04-23T11:17:00Z",
            "end": "2025-04-23T11:17:00Z",
            "value_type": "float",
            "last_value": 20.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/531/?format=api",
                "id": 531,
                "code": "WNS10228",
                "parameter": "Volume",
                "unit": "m3",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "AW",
                "created": "2016-08-11T06:37:31.967827Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/764cff88-a848-456a-acaa-0f42c5ec1950/?format=api",
                "uuid": "764cff88-a848-456a-acaa-0f42c5ec1950",
                "name": "Influentkelder, Debiet aanvoer per as (12100DLAMHUI) - Lamers",
                "code": "600-W-1105"
            },
            "extra_metadata": {},
            "created": "2025-05-05T13:09:23.857408Z",
            "last_modified": "2025-05-06T10:25:19.601173Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1afe1409-9b2e-4f4e-b0a7-b1a441efc703/?format=api",
            "uuid": "1afe1409-9b2e-4f4e-b0a7-b1a441efc703",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-05T22:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -511.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/e3a4096e-71e7-4847-8a37-2df4ae32a39c/?format=api",
                "uuid": "e3a4096e-71e7-4847-8a37-2df4ae32a39c",
                "name": "Meetpunt Kokkeltocht",
                "code": "MP6036"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803504Z",
            "last_modified": "2025-05-09T15:25:47.345253Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b40887f9-1c9a-438c-96f1-9eee4cc9f08b/?format=api",
            "uuid": "b40887f9-1c9a-438c-96f1-9eee4cc9f08b",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T17:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -510.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/4a1d783b-d9c5-44ea-a4fe-35bac276c8a7/?format=api",
                "uuid": "4a1d783b-d9c5-44ea-a4fe-35bac276c8a7",
                "name": "Meetpunt Mosseltocht",
                "code": "MP6037"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803578Z",
            "last_modified": "2025-05-09T15:25:17.801309Z",
            "access_modifier": "Public"
        }
    ]
}