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=30047
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=30048",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30046",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/25364524-037c-4f07-bccf-1727c86cb53c/?format=api",
            "uuid": "25364524-037c-4f07-bccf-1727c86cb53c",
            "code": "WNS12758::nonequidistant::1::1",
            "name": "WNS12758",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-04-30T08:26:00Z",
            "value_type": "float",
            "last_value": 1.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3884/?format=api",
                "id": 3884,
                "code": "WNS12758",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.686401Z",
                "last_modified": "2020-02-19T15:58:40.686362Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524372Z",
            "last_modified": "2025-05-15T10:25:51.445119Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/71f61d18-272d-4d2e-bdc5-3bd5a002321e/?format=api",
            "uuid": "71f61d18-272d-4d2e-bdc5-3bd5a002321e",
            "code": "WNS12758::nonequidistant::1::1",
            "name": "WNS12758",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-04-30T08:13:00Z",
            "value_type": "float",
            "last_value": 0.73,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3884/?format=api",
                "id": 3884,
                "code": "WNS12758",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.686401Z",
                "last_modified": "2020-02-19T15:58:40.686362Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524411Z",
            "last_modified": "2025-05-15T10:26:04.793966Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c5c09705-b3a7-47f8-8478-573572bd9e06/?format=api",
            "uuid": "c5c09705-b3a7-47f8-8478-573572bd9e06",
            "code": "WNS12754::nonequidistant::1::1",
            "name": "WNS12754",
            "description": "",
            "start": "2024-10-29T09:25:00Z",
            "end": "2025-04-30T08:59:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3880/?format=api",
                "id": 3880,
                "code": "WNS12754",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.659908Z",
                "last_modified": "2020-02-19T15:58:40.659869Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/807527fc-d43a-4054-b90c-22763d51e4fa/?format=api",
                "uuid": "807527fc-d43a-4054-b90c-22763d51e4fa",
                "name": "MEERKOETENTOCHT, gestuwde gedeelte, D-tocht",
                "code": "26EN-045-01"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524450Z",
            "last_modified": "2025-05-15T10:26:13.456786Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/09b17f04-8224-420c-b75b-bd468acf2512/?format=api",
            "uuid": "09b17f04-8224-420c-b75b-bd468acf2512",
            "code": "WNS12754::nonequidistant::1::1",
            "name": "WNS12754",
            "description": "",
            "start": "2024-10-29T09:20:00Z",
            "end": "2025-04-30T08:46:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3880/?format=api",
                "id": 3880,
                "code": "WNS12754",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.659908Z",
                "last_modified": "2020-02-19T15:58:40.659869Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
                "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
                "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
                "code": "26EN-39910"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524488Z",
            "last_modified": "2025-05-15T10:25:52.340414Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/130360f1-5ae2-4648-a36d-0de96601bb22/?format=api",
            "uuid": "130360f1-5ae2-4648-a36d-0de96601bb22",
            "code": "WNS12754::nonequidistant::1::1",
            "name": "WNS12754",
            "description": "",
            "start": "2024-10-29T09:10:00Z",
            "end": "2025-04-30T08:26:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3880/?format=api",
                "id": 3880,
                "code": "WNS12754",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.659908Z",
                "last_modified": "2020-02-19T15:58:40.659869Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
                "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
                "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
                "code": "26EN-39929"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524550Z",
            "last_modified": "2025-05-15T10:25:19.489506Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3bff086a-c4aa-4344-b9ef-05b3e1ff9711/?format=api",
            "uuid": "3bff086a-c4aa-4344-b9ef-05b3e1ff9711",
            "code": "WNS12754::nonequidistant::1::1",
            "name": "WNS12754",
            "description": "",
            "start": "2024-10-29T09:00:00Z",
            "end": "2025-04-30T08:13:00Z",
            "value_type": "float",
            "last_value": 0.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3880/?format=api",
                "id": 3880,
                "code": "WNS12754",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.659908Z",
                "last_modified": "2020-02-19T15:58:40.659869Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/f4d63c3d-0983-4c42-9ef0-6d228fd2b589/?format=api",
                "uuid": "f4d63c3d-0983-4c42-9ef0-6d228fd2b589",
                "name": "MEERKOETENTOCHT, duiker Talingweg",
                "code": "26EN-39930"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:01:04.524592Z",
            "last_modified": "2025-05-15T10:25:40.049175Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab583816-cb33-45a0-8b86-774d5c24110d/?format=api",
            "uuid": "ab583816-cb33-45a0-8b86-774d5c24110d",
            "code": "ZZL99004::nonequidistant::1::1",
            "name": "ZZL99004",
            "description": "",
            "start": "2025-01-22T11:18:00Z",
            "end": "2025-05-14T16:25:00Z",
            "value_type": "float",
            "last_value": 27.3,
            "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/ac46ae24-70c9-4907-b75b-abd74f9af387/?format=api",
                "uuid": "ac46ae24-70c9-4907-b75b-abd74f9af387",
                "name": "Slibontwateringsgebouw, Slibafvoer Beverwijk (Slibdroging)",
                "code": "800-W-2864"
            },
            "extra_metadata": {},
            "created": "2025-01-29T07:21:02.560590Z",
            "last_modified": "2025-05-15T10:26:03.187232Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b8ab0be-406f-4ef4-b9e6-fdff7f943634/?format=api",
            "uuid": "9b8ab0be-406f-4ef4-b9e6-fdff7f943634",
            "code": "WNS8130::nonequidistant::1::1",
            "name": "WNS8130",
            "description": "",
            "start": "2025-01-22T11:18:00Z",
            "end": "2025-05-09T08:20:00Z",
            "value_type": "float",
            "last_value": 25.87,
            "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/ac46ae24-70c9-4907-b75b-abd74f9af387/?format=api",
                "uuid": "ac46ae24-70c9-4907-b75b-abd74f9af387",
                "name": "Slibontwateringsgebouw, Slibafvoer Beverwijk (Slibdroging)",
                "code": "800-W-2864"
            },
            "extra_metadata": {},
            "created": "2025-01-29T07:21:02.560659Z",
            "last_modified": "2025-05-15T10:25:37.893685Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3c38464e-8b69-4863-b44b-2b5fd4f2c039/?format=api",
            "uuid": "3c38464e-8b69-4863-b44b-2b5fd4f2c039",
            "code": "ZZL99005::nonequidistant::1::1",
            "name": "ZZL99005",
            "description": "",
            "start": "2025-01-22T11:18:00Z",
            "end": "2025-05-14T16:25:00Z",
            "value_type": "float",
            "last_value": 526349.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/ac46ae24-70c9-4907-b75b-abd74f9af387/?format=api",
                "uuid": "ac46ae24-70c9-4907-b75b-abd74f9af387",
                "name": "Slibontwateringsgebouw, Slibafvoer Beverwijk (Slibdroging)",
                "code": "800-W-2864"
            },
            "extra_metadata": {},
            "created": "2025-01-29T07:21:02.560705Z",
            "last_modified": "2025-05-15T10:25:29.827088Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/92aa39ed-55ed-4076-bfc8-79f45cfa563f/?format=api",
            "uuid": "92aa39ed-55ed-4076-bfc8-79f45cfa563f",
            "code": "WNS862::nonequidistant::1::1",
            "name": "WNS862",
            "description": "",
            "start": "2024-12-20T08:00:00Z",
            "end": "2025-01-21T09:11:00Z",
            "value_type": "float",
            "last_value": 6.102,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8403/?format=api",
                "id": 8403,
                "code": "WNS862",
                "parameter": "Droge stof",
                "unit": "ton",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "ZB",
                "created": "2020-07-24T14:20:23.266573Z",
                "last_modified": "2020-07-24T14:20:23.266532Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/1b7e4a7b-b223-4f90-9c24-b15d6b516580/?format=api",
                "uuid": "1b7e4a7b-b223-4f90-9c24-b15d6b516580",
                "name": "Slibontwateringsgebouw, Slibafvoer Beverwijk",
                "code": "800-W-2863"
            },
            "extra_metadata": {},
            "created": "2025-01-30T12:21:02.792362Z",
            "last_modified": "2025-02-11T10:27:54.084136Z",
            "access_modifier": "Public"
        }
    ]
}