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

{
    "count": 282953,
    "next": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=27944",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=27942",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/26448bf1-b432-40ae-80df-ff808f8eb77f/?format=api",
            "uuid": "26448bf1-b432-40ae-80df-ff808f8eb77f",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2022-09-04T14:00:00Z",
            "end": "2024-04-17T08:00:00Z",
            "value_type": "float",
            "last_value": -296.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/26115f07-b400-4bec-8791-12d9f31652de/?format=api",
                "uuid": "26115f07-b400-4bec-8791-12d9f31652de",
                "name": "Hoofdmeetnet_75, Kavel Z52, noord, 1e WVP",
                "code": "26FZ-193-02"
            },
            "extra_metadata": {},
            "created": "2024-04-02T11:37:45.306772Z",
            "last_modified": "2024-04-30T10:25:17.638053Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d59be9eb-7d19-4990-a761-ebaa1240742e/?format=api",
            "uuid": "d59be9eb-7d19-4990-a761-ebaa1240742e",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2024-04-02T08:00:00Z",
            "end": "2024-05-02T02:00:00Z",
            "value_type": "float",
            "last_value": -76.4,
            "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/79d369a4-2585-472c-9627-76d4cb1e2cb4/?format=api",
                "uuid": "79d369a4-2585-472c-9627-76d4cb1e2cb4",
                "name": "Hoofdmeetnet_94, nabij Razeil 31, freatisch",
                "code": "26AZ-193-01"
            },
            "extra_metadata": {},
            "created": "2024-04-03T05:37:32.181790Z",
            "last_modified": "2024-05-02T07:20:36.981541Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4f437a0f-e30f-40cb-bf1e-188d28652eaf/?format=api",
            "uuid": "4f437a0f-e30f-40cb-bf1e-188d28652eaf",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-04-02T08:00:00Z",
            "end": "2024-05-02T02:00:00Z",
            "value_type": "float",
            "last_value": -507.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/79d369a4-2585-472c-9627-76d4cb1e2cb4/?format=api",
                "uuid": "79d369a4-2585-472c-9627-76d4cb1e2cb4",
                "name": "Hoofdmeetnet_94, nabij Razeil 31, freatisch",
                "code": "26AZ-193-01"
            },
            "extra_metadata": {},
            "created": "2024-04-03T05:39:04.491983Z",
            "last_modified": "2024-05-02T07:25:08.923178Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b57f7c0-b582-4b8f-acdc-c0c8512fa0fe/?format=api",
            "uuid": "3b57f7c0-b582-4b8f-acdc-c0c8512fa0fe",
            "code": "WNS2184::second::1::3600",
            "name": "WNS2184",
            "description": "",
            "start": "2023-03-15T13:00:00Z",
            "end": "2024-04-22T11:00:00Z",
            "value_type": "float",
            "last_value": -507.7,
            "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/90b6c4a1-4fa2-4a4d-b53b-20c70aecf24a/?format=api",
                "uuid": "90b6c4a1-4fa2-4a4d-b53b-20c70aecf24a",
                "name": "WINKELTOCHT, aansluiting met Winkel-d-tocht, einde Schillinkpad",
                "code": "26DZ-30265"
            },
            "extra_metadata": {},
            "created": "2024-04-03T12:40:32.215996Z",
            "last_modified": "2024-05-01T10:35:34.059916Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd26e0d9-1805-42b7-b6b6-df81a3323010/?format=api",
            "uuid": "cd26e0d9-1805-42b7-b6b6-df81a3323010",
            "code": "WNS2184::second::1::3600",
            "name": "WNS2184",
            "description": "",
            "start": "2023-03-15T00:00:00Z",
            "end": "2024-04-22T12:00:00Z",
            "value_type": "float",
            "last_value": -507.8,
            "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/357c4cef-8d7f-4a27-a3f4-57b6aa6e8856/?format=api",
                "uuid": "357c4cef-8d7f-4a27-a3f4-57b6aa6e8856",
                "name": "WINKELTOCHT, Nijkerkerpad",
                "code": "26DZ-30266"
            },
            "extra_metadata": {},
            "created": "2024-04-03T12:40:32.216089Z",
            "last_modified": "2024-05-01T10:35:25.203954Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/20b82e29-3a89-4a43-a717-8f76ad79c150/?format=api",
            "uuid": "20b82e29-3a89-4a43-a717-8f76ad79c150",
            "code": "WNS8706::second::1::3600",
            "name": "WNS8706",
            "description": "",
            "start": "2024-03-28T00:00:00Z",
            "end": "2024-04-30T22:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6225/?format=api",
                "id": 6225,
                "code": "WNS8706",
                "parameter": "Aardgas",
                "unit": "m3",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2020-06-23T16:06:09.486312Z",
                "last_modified": "2020-06-23T16:06:09.486273Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/507f759f-dd47-422d-8253-61dfbf132a59/?format=api",
                "uuid": "507f759f-dd47-422d-8253-61dfbf132a59",
                "name": "Gemaal Buma, hoofdmeter GAS, inkoop",
                "code": "A13492008-HFD/Vm"
            },
            "extra_metadata": {},
            "created": "2024-04-16T23:21:10.592196Z",
            "last_modified": "2024-05-02T07:25:35.931474Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4c56a3c-4866-43e8-b48c-fe8d1e82f5f6/?format=api",
            "uuid": "f4c56a3c-4866-43e8-b48c-fe8d1e82f5f6",
            "code": "WNS6875::nonequidistant::1::1",
            "name": "WNS6875",
            "description": "",
            "start": "2024-02-15T23:00:00Z",
            "end": "2024-04-15T22:00:00Z",
            "value_type": "float",
            "last_value": 6.72,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6270/?format=api",
                "id": 6270,
                "code": "WNS6875",
                "parameter": "Zuurgraad",
                "unit": "DIMSLS",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "INSU",
                "compartment": "AW",
                "created": "2020-06-24T09:06:22.541955Z",
                "last_modified": "2020-06-24T09:06:22.541918Z"
            },
            "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": "2024-04-19T11:20:49.112985Z",
            "last_modified": "2024-04-30T10:25:12.037805Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3ffb4cf8-380a-4979-939b-a3c4d5bdf315/?format=api",
            "uuid": "3ffb4cf8-380a-4979-939b-a3c4d5bdf315",
            "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/63903272-96e2-49b6-a701-204b377c6440/?format=api",
                "uuid": "63903272-96e2-49b6-a701-204b377c6440",
                "name": "40AL9001002",
                "code": "40AL9001002"
            },
            "extra_metadata": {},
            "created": "2024-04-19T22:30:30.259564Z",
            "last_modified": "2024-04-19T22:30:30.259549Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4cce1f51-ff1f-4662-9f35-f4bda840d87c/?format=api",
            "uuid": "4cce1f51-ff1f-4662-9f35-f4bda840d87c",
            "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/63903272-96e2-49b6-a701-204b377c6440/?format=api",
                "uuid": "63903272-96e2-49b6-a701-204b377c6440",
                "name": "40AL9001002",
                "code": "40AL9001002"
            },
            "extra_metadata": {},
            "created": "2024-04-19T22:30:30.343660Z",
            "last_modified": "2024-04-19T22:30:30.343638Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4aaf1b3-68b1-4211-830a-ab9de3666af3/?format=api",
            "uuid": "b4aaf1b3-68b1-4211-830a-ab9de3666af3",
            "code": "ZZL99048::second::1::900",
            "name": "ZZL99048",
            "description": "",
            "start": "2022-01-01T00:00:00Z",
            "end": "2024-05-02T06:00:00Z",
            "value_type": "float",
            "last_value": 487.589,
            "interval": null,
            "observation_type": null,
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/0a8049c3-583a-4c7e-8e03-6e2b5eca929e/?format=api",
                "uuid": "0a8049c3-583a-4c7e-8e03-6e2b5eca929e",
                "name": "meetpunt luchtdebiet NT",
                "code": "100-FT-1202"
            },
            "extra_metadata": {},
            "created": "2024-04-23T10:22:14.903587Z",
            "last_modified": "2024-05-02T07:25:13.512291Z",
            "access_modifier": "Public"
        }
    ]
}