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=30058
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=30059",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30057",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/255fd40d-f759-4b2c-918d-9847f8034c0d/?format=api",
            "uuid": "255fd40d-f759-4b2c-918d-9847f8034c0d",
            "code": "WNS2410::nonequidistant::1::1",
            "name": "WNS2410",
            "description": "",
            "start": "2025-03-18T12:40:00Z",
            "end": "2025-04-22T06:18:00Z",
            "value_type": "float",
            "last_value": 0.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/c1190adb-84ac-4858-8a89-0ae321bc0f89/?format=api",
                "uuid": "c1190adb-84ac-4858-8a89-0ae321bc0f89",
                "name": "HOGE VAART, Ketelhaven einde steiger",
                "code": "21CN-015-01"
            },
            "extra_metadata": {},
            "created": "2025-03-29T12:20:43.794381Z",
            "last_modified": "2025-05-02T07:25:59.703607Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e6c83659-5788-4de0-93d7-5343d9091502/?format=api",
            "uuid": "e6c83659-5788-4de0-93d7-5343d9091502",
            "code": "WNS2410::nonequidistant::1::1",
            "name": "WNS2410",
            "description": "",
            "start": "2025-03-18T11:41:00Z",
            "end": "2025-04-22T07:12:00Z",
            "value_type": "float",
            "last_value": 0.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/276b1203-c52b-4cd0-96ab-32c0ab4d2ae2/?format=api",
                "uuid": "276b1203-c52b-4cd0-96ab-32c0ab4d2ae2",
                "name": "LARSERTOCHT, aflaatwerk Vleetweg, hoge kant",
                "code": "26EZ-025-01"
            },
            "extra_metadata": {},
            "created": "2025-03-29T12:20:43.794422Z",
            "last_modified": "2025-05-02T07:25:58.215579Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/dff48802-af73-423d-9d50-745a3108f999/?format=api",
            "uuid": "dff48802-af73-423d-9d50-745a3108f999",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-04-07T10:00:00Z",
            "end": "2025-05-08T22:00:00Z",
            "value_type": "float",
            "last_value": -755.0,
            "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/a12e2e54-1fd4-4d9a-9ea9-b3a475668245/?format=api",
                "uuid": "a12e2e54-1fd4-4d9a-9ea9-b3a475668245",
                "name": "RAMSDIJK, hmp 38.6, Buitenkruin, freatisch",
                "code": "21AZ-201-01"
            },
            "extra_metadata": {},
            "created": "2025-04-10T05:20:21.783230Z",
            "last_modified": "2025-05-09T15:20:34.161215Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e7c15ce-dc4b-406a-87a2-df75d313f228/?format=api",
            "uuid": "3e7c15ce-dc4b-406a-87a2-df75d313f228",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-04-07T10:00:00Z",
            "end": "2025-05-08T22:00:00Z",
            "value_type": "float",
            "last_value": -335.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/a12e2e54-1fd4-4d9a-9ea9-b3a475668245/?format=api",
                "uuid": "a12e2e54-1fd4-4d9a-9ea9-b3a475668245",
                "name": "RAMSDIJK, hmp 38.6, Buitenkruin, freatisch",
                "code": "21AZ-201-01"
            },
            "extra_metadata": {},
            "created": "2025-04-10T05:20:21.783305Z",
            "last_modified": "2025-05-09T15:20:27.387315Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/861de701-ecf8-4d01-b465-5c66afa189b8/?format=api",
            "uuid": "861de701-ecf8-4d01-b465-5c66afa189b8",
            "code": "ZZL99004::nonequidistant::1::1",
            "name": "ZZL99004",
            "description": "",
            "start": "2025-04-10T09:44:00Z",
            "end": "2025-04-11T11:15:00Z",
            "value_type": "float",
            "last_value": 35.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8405/?format=api",
                "id": 8405,
                "code": "ZZL99004",
                "parameter": "Natgewicht",
                "unit": "ton",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2020-08-12T08:59:38.312808Z",
                "last_modified": "2020-08-12T08:59:38.312770Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/1897ba98-c406-4fb7-b118-db7166c0efb0/?format=api",
                "uuid": "1897ba98-c406-4fb7-b118-db7166c0efb0",
                "name": "Slibopslagtank, Slibafvoer Dronten",
                "code": "400-W-2512"
            },
            "extra_metadata": {},
            "created": "2025-04-22T06:22:26.986335Z",
            "last_modified": "2025-05-06T10:25:20.439060Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1e68e027-f88c-408b-95eb-c1c30962ea42/?format=api",
            "uuid": "1e68e027-f88c-408b-95eb-c1c30962ea42",
            "code": "ZZL99005::nonequidistant::1::1",
            "name": "ZZL99005",
            "description": "",
            "start": "2025-04-10T09:44:00Z",
            "end": "2025-04-11T11:15:00Z",
            "value_type": "float",
            "last_value": 397958.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8406/?format=api",
                "id": 8406,
                "code": "ZZL99005",
                "parameter": "Zuiveringen, niet opgegeven",
                "unit": "DIMSLS",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2020-08-12T09:01:03.167761Z",
                "last_modified": "2020-08-12T09:01:03.167719Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/1897ba98-c406-4fb7-b118-db7166c0efb0/?format=api",
                "uuid": "1897ba98-c406-4fb7-b118-db7166c0efb0",
                "name": "Slibopslagtank, Slibafvoer Dronten",
                "code": "400-W-2512"
            },
            "extra_metadata": {},
            "created": "2025-04-22T06:22:26.986407Z",
            "last_modified": "2025-05-06T10:25:17.729982Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/095decac-a5ad-42ac-a54a-b6332c7db910/?format=api",
            "uuid": "095decac-a5ad-42ac-a54a-b6332c7db910",
            "code": "WNS8130::nonequidistant::1::1",
            "name": "WNS8130",
            "description": "",
            "start": "2025-04-10T09:44:00Z",
            "end": "2025-04-11T11:15:00Z",
            "value_type": "float",
            "last_value": 6.36,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6224/?format=api",
                "id": 6224,
                "code": "WNS8130",
                "parameter": "Droge stof",
                "unit": "%",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "ZB",
                "created": "2020-06-23T16:06:06.445893Z",
                "last_modified": "2020-06-23T16:06:06.445847Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/1897ba98-c406-4fb7-b118-db7166c0efb0/?format=api",
                "uuid": "1897ba98-c406-4fb7-b118-db7166c0efb0",
                "name": "Slibopslagtank, Slibafvoer Dronten",
                "code": "400-W-2512"
            },
            "extra_metadata": {},
            "created": "2025-04-22T06:22:26.986454Z",
            "last_modified": "2025-05-06T10:25:21.742969Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/12459942-9d2e-42a4-b896-7644848965c5/?format=api",
            "uuid": "12459942-9d2e-42a4-b896-7644848965c5",
            "code": "WNS8945::nonequidistant::1::1",
            "name": "WNS8945",
            "description": "",
            "start": "2025-04-09T22:00:00Z",
            "end": "2025-04-09T22:00:00Z",
            "value_type": "float",
            "last_value": 2.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8545/?format=api",
                "id": 8545,
                "code": "WNS8945",
                "parameter": "",
                "unit": "mg/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2021-10-11T14:11:09.069194Z",
                "last_modified": "2021-10-11T14:11:09.069083Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/9de00baa-2ad7-4304-989f-293d01383934/?format=api",
                "uuid": "9de00baa-2ad7-4304-989f-293d01383934",
                "name": "Bemonsteringspunt actief slib",
                "code": "400-X-1301"
            },
            "extra_metadata": {},
            "created": "2025-04-22T08:22:46.876624Z",
            "last_modified": "2025-05-06T10:25:43.217619Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/175f9032-530f-4ec6-8882-f1c3651b4278/?format=api",
            "uuid": "175f9032-530f-4ec6-8882-f1c3651b4278",
            "code": "WNS7217::nonequidistant::1::1",
            "name": "WNS7217",
            "description": "",
            "start": "2025-04-09T22:00:00Z",
            "end": "2025-04-09T22:00:00Z",
            "value_type": "float",
            "last_value": 15.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/9183/?format=api",
                "id": 9183,
                "code": "WNS7217",
                "parameter": "",
                "unit": "oC",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-04-22T08:22:46.854769Z",
                "last_modified": "2025-04-22T08:22:46.854746Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/9de00baa-2ad7-4304-989f-293d01383934/?format=api",
                "uuid": "9de00baa-2ad7-4304-989f-293d01383934",
                "name": "Bemonsteringspunt actief slib",
                "code": "400-X-1301"
            },
            "extra_metadata": {},
            "created": "2025-04-22T08:22:46.876699Z",
            "last_modified": "2025-05-06T10:25:25.655051Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/39ce7ff4-4e2b-45a6-8c09-6d7b866011d4/?format=api",
            "uuid": "39ce7ff4-4e2b-45a6-8c09-6d7b866011d4",
            "code": "WNS9906::second::1::900",
            "name": "WNS9906",
            "description": "",
            "start": "2025-03-23T23:15:00Z",
            "end": "2025-05-08T22:00:00Z",
            "value_type": "float",
            "last_value": 0.01,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/529/?format=api",
                "id": 529,
                "code": "WNS9906",
                "parameter": "Energieverbruik",
                "unit": "kWh",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2016-08-10T06:44:19.652669Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/468e1985-8244-489e-8e55-61e7d8bc6b5b/?format=api",
                "uuid": "468e1985-8244-489e-8e55-61e7d8bc6b5b",
                "name": "Opvoerpomp Toppad, hoofdmeter, inkoop",
                "code": "A04806412-HFD/Ap"
            },
            "extra_metadata": {},
            "created": "2025-04-22T09:24:41.987326Z",
            "last_modified": "2025-05-09T15:25:57.716118Z",
            "access_modifier": "Public"
        }
    ]
}