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=30054
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=30055",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30053",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/950d0eb0-5ec9-4c26-8553-09214a61cd62/?format=api",
            "uuid": "950d0eb0-5ec9-4c26-8553-09214a61cd62",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2024-10-08T08:30:16Z",
            "end": "2025-02-27T08:34:36Z",
            "value_type": "float",
            "last_value": 7.75,
            "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/ad6369a7-ee64-4103-b969-79c7cdf8d496/?format=api",
                "uuid": "ad6369a7-ee64-4103-b969-79c7cdf8d496",
                "name": "40CM012001",
                "code": "40CM012001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2024-10-08T09:30:16Z",
                            "start": "2024-10-08T09:30:16Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2025-02-27T09:34:36Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2025-02-27T14:12:23.093023Z",
            "last_modified": "2025-03-03T14:20:46.739406Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d06d795b-adcd-46c3-8b61-d4196ac5c851/?format=api",
            "uuid": "d06d795b-adcd-46c3-8b61-d4196ac5c851",
            "code": "WNS925::second::1::86400",
            "name": "WNS925",
            "description": "",
            "start": "2025-03-01T00:00:00Z",
            "end": "2025-05-13T00:00:00Z",
            "value_type": "float",
            "last_value": 8.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/472/?format=api",
                "id": 472,
                "code": "WNS925",
                "parameter": "Draaitijd",
                "unit": "h",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2016-01-05T13:54:44.208891Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/801b012d-0e8f-48d8-849a-2aa5626c06af/?format=api",
                "uuid": "801b012d-0e8f-48d8-849a-2aa5626c06af",
                "name": "Aanvoer biogas WKK2",
                "code": "800-FS-5106"
            },
            "extra_metadata": {},
            "created": "2025-03-05T12:20:46.952212Z",
            "last_modified": "2025-05-13T08:36:26.340900Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/879f3ecc-3282-4d06-8540-4388ccff2192/?format=api",
            "uuid": "879f3ecc-3282-4d06-8540-4388ccff2192",
            "code": "WNS925::second::1::86400",
            "name": "WNS925",
            "description": "",
            "start": "2025-03-01T00:00:00Z",
            "end": "2025-05-13T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/472/?format=api",
                "id": 472,
                "code": "WNS925",
                "parameter": "Draaitijd",
                "unit": "h",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2016-01-05T13:54:44.208891Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/95eecbf9-5d20-4b52-b95b-61d8bf868551/?format=api",
                "uuid": "95eecbf9-5d20-4b52-b95b-61d8bf868551",
                "name": "Biogas Verbruik, Aanvoer biogas WKK3",
                "code": "800-FS-5107"
            },
            "extra_metadata": {},
            "created": "2025-03-05T12:20:46.952290Z",
            "last_modified": "2025-05-13T08:25:46.441157Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/752012fe-3bca-469f-9fc2-bd463184b8eb/?format=api",
            "uuid": "752012fe-3bca-469f-9fc2-bd463184b8eb",
            "code": "WNS2277::nonequidistant::1::1",
            "name": "WNS2277",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 1100.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/9175/?format=api",
                "id": 9175,
                "code": "WNS2277",
                "parameter": "",
                "unit": "g/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-03-05T16:20:40.831023Z",
                "last_modified": "2025-03-05T16:20:40.831012Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855182Z",
            "last_modified": "2025-03-18T10:26:07.049625Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0867340f-0251-4184-8ba5-62da7a5ca496/?format=api",
            "uuid": "0867340f-0251-4184-8ba5-62da7a5ca496",
            "code": "WNS8130::nonequidistant::1::1",
            "name": "WNS8130",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 3.0,
            "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/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855278Z",
            "last_modified": "2025-03-18T10:25:49.475551Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d75523e-40c3-40e2-a670-e87f93a84785/?format=api",
            "uuid": "4d75523e-40c3-40e2-a670-e87f93a84785",
            "code": "WNS2320::nonequidistant::1::1",
            "name": "WNS2320",
            "description": "",
            "start": "2025-01-14T07:00:00Z",
            "end": "2025-01-14T07:00:00Z",
            "value_type": "float",
            "last_value": 67.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6753/?format=api",
                "id": 6753,
                "code": "WNS2320",
                "parameter": "stikstof Kjeldahl",
                "unit": "g/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "Ndg",
                "compartment": "ZB",
                "created": "2020-06-26T11:07:31.524622Z",
                "last_modified": "2020-06-26T11:07:31.524583Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/ccec104a-785d-4c25-9b53-81f445d0f5a4/?format=api",
                "uuid": "ccec104a-785d-4c25-9b53-81f445d0f5a4",
                "name": "Bemonsteringspunt aanvoer per as",
                "code": "400-X-1102"
            },
            "extra_metadata": {},
            "created": "2025-03-05T16:20:40.855340Z",
            "last_modified": "2025-03-18T10:25:45.083456Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc51a2f3-2ded-4031-83c0-972255b258f9/?format=api",
            "uuid": "dc51a2f3-2ded-4031-83c0-972255b258f9",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-05-11T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/4ce5f680-902e-459c-ad70-79cc43a12c53/?format=api",
                "uuid": "4ce5f680-902e-459c-ad70-79cc43a12c53",
                "name": "Gemaal De Kievit, debiet",
                "code": "OP3080_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:25:48.903085Z",
            "last_modified": "2025-05-13T08:26:16.036805Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2264896b-9ed4-4e1c-9b32-e6821aea3a4b/?format=api",
            "uuid": "2264896b-9ed4-4e1c-9b32-e6821aea3a4b",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-05-11T00:00:00Z",
            "value_type": "float",
            "last_value": 4296.569,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/725a474c-67d9-45e7-86c8-7c6f759946ef/?format=api",
                "uuid": "725a474c-67d9-45e7-86c8-7c6f759946ef",
                "name": "Gemaal Piet Oberman, debiet",
                "code": "OP3100_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:25:48.903175Z",
            "last_modified": "2025-05-13T08:25:47.972769Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c37a58a0-0eaa-429b-a34a-89135896a0fe/?format=api",
            "uuid": "c37a58a0-0eaa-429b-a34a-89135896a0fe",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-04-21T00:00:00Z",
            "value_type": "float",
            "last_value": 475428.512,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/d3717bf4-5e3b-4f19-b389-34a9f8697f97/?format=api",
                "uuid": "d3717bf4-5e3b-4f19-b389-34a9f8697f97",
                "name": "Gemaal Vissering, totaal",
                "code": "P2200_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:25:48.903235Z",
            "last_modified": "2025-05-06T10:30:30.144157Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1cc5f4f-564e-464f-a451-fb24e9b06446/?format=api",
            "uuid": "f1cc5f4f-564e-464f-a451-fb24e9b06446",
            "code": "WNS6870::second::1::86400",
            "name": "WNS6870",
            "description": "",
            "start": "2024-01-02T00:00:00Z",
            "end": "2025-05-13T00:00:00Z",
            "value_type": "float",
            "last_value": 536462.048,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8418/?format=api",
                "id": 8418,
                "code": "WNS6870",
                "parameter": "",
                "unit": "m3/d",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-10-08T14:35:28.925596Z",
                "last_modified": "2020-10-08T14:35:28.925571Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/b7c786a4-bf65-4211-8ba6-24429ce112b0/?format=api",
                "uuid": "b7c786a4-bf65-4211-8ba6-24429ce112b0",
                "name": "Gemaal De Blocq van Kuffeler - laag, totaal debiet",
                "code": "P2600_LV_TOT"
            },
            "extra_metadata": {},
            "created": "2025-03-10T19:28:51.786072Z",
            "last_modified": "2025-05-13T08:30:27.146874Z",
            "access_modifier": "Public"
        }
    ]
}