Timeseries List
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=30056
https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30057", "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30055", "results": [ { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/02f5edbd-8c77-4d21-a222-c66efc9e3827/?format=api", "uuid": "02f5edbd-8c77-4d21-a222-c66efc9e3827", "code": "WNS12930::second::1::3600", "name": "WNS12930", "description": "", "start": "2025-01-29T10:00:00Z", "end": "2025-05-09T02:00:00Z", "value_type": "float", "last_value": -125.1, "interval": null, "observation_type": { "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/4056/?format=api", "id": 4056, "code": "WNS12930", "parameter": "Stijghoogte t.o.v. mv", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2020-02-19T15:58:41.886177Z", "last_modified": "2025-05-12T15:46:20.446246Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://zuiderzeeland.lizard.net/api/v4/locations/8398e2a2-54d0-49fe-88af-159ea106f84a/?format=api", "uuid": "8398e2a2-54d0-49fe-88af-159ea106f84a", "name": "Hoofdmeetnet_97, kavel Q36, 1e WVP", "code": "21AZ-200-02" }, "extra_metadata": {}, "created": "2025-03-26T16:22:09.958840Z", "last_modified": "2025-05-09T15:20:22.833395Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/7332150a-612d-4ef8-9a0e-b06e5cd1e045/?format=api", "uuid": "7332150a-612d-4ef8-9a0e-b06e5cd1e045", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-29T10:00:00Z", "end": "2025-05-09T02:00:00Z", "value_type": "float", "last_value": -112.8, "interval": null, "observation_type": { "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Waterhoogte t.o.v. mv", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2025-05-12T15:41:27.545789Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://zuiderzeeland.lizard.net/api/v4/locations/49c54fed-35db-46f5-b7aa-b22bda051928/?format=api", "uuid": "49c54fed-35db-46f5-b7aa-b22bda051928", "name": "Hoofdmeetnet_97, kavel Q36, freatisch", "code": "21AZ-200-01" }, "extra_metadata": {}, "created": "2025-03-26T16:22:09.958942Z", "last_modified": "2025-05-09T15:20:21.921355Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c33bfd94-4619-4762-b122-305881479ea9/?format=api", "uuid": "c33bfd94-4619-4762-b122-305881479ea9", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-29T10:00:00Z", "end": "2025-05-09T02:00:00Z", "value_type": "float", "last_value": -388.8, "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/49c54fed-35db-46f5-b7aa-b22bda051928/?format=api", "uuid": "49c54fed-35db-46f5-b7aa-b22bda051928", "name": "Hoofdmeetnet_97, kavel Q36, freatisch", "code": "21AZ-200-01" }, "extra_metadata": {}, "created": "2025-03-26T16:23:14.751126Z", "last_modified": "2025-05-09T15:20:34.400517Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/622698a9-34d4-4151-84ce-e9580b133d2c/?format=api", "uuid": "622698a9-34d4-4151-84ce-e9580b133d2c", "code": "WNS12779::second::1::3600", "name": "WNS12779", "description": "", "start": "2025-01-29T14:00:00Z", "end": "2025-05-08T22:00:00Z", "value_type": "float", "last_value": -456.9, "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/392e3c9c-91bc-4bb0-be37-50a6d558bdd9/?format=api", "uuid": "392e3c9c-91bc-4bb0-be37-50a6d558bdd9", "name": "ZUIDLOB, Zandkop kavel O63", "code": "26DZ-40076" }, "extra_metadata": {}, "created": "2025-03-26T16:24:49.633227Z", "last_modified": "2025-05-09T15:20:21.607420Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f552933f-f620-492d-b1c7-27ec2000f326/?format=api", "uuid": "f552933f-f620-492d-b1c7-27ec2000f326", "code": "WNS8973::second::1::3600", "name": "WNS8973", "description": "", "start": "2025-01-29T14:00:00Z", "end": "2025-05-08T22:00:00Z", "value_type": "float", "last_value": -109.9, "interval": null, "observation_type": { "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/29/?format=api", "id": 29, "code": "WNS8973", "parameter": "Waterhoogte t.o.v. mv", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "MAAIVD", "compartment": "GW", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2025-05-12T15:41:27.545789Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://zuiderzeeland.lizard.net/api/v4/locations/392e3c9c-91bc-4bb0-be37-50a6d558bdd9/?format=api", "uuid": "392e3c9c-91bc-4bb0-be37-50a6d558bdd9", "name": "ZUIDLOB, Zandkop kavel O63", "code": "26DZ-40076" }, "extra_metadata": {}, "created": "2025-03-26T16:24:49.633295Z", "last_modified": "2025-05-09T15:20:19.956394Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b03054e4-1470-4fc8-9a82-73e553ef9312/?format=api", "uuid": "b03054e4-1470-4fc8-9a82-73e553ef9312", "code": "WNS8832::second::1::900", "name": "WNS8832", "description": "", "start": "2025-03-24T16:15:00Z", "end": "2025-05-09T10:00:00Z", "value_type": "float", "last_value": -31.5, "interval": null, "observation_type": { "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6235/?format=api", "id": 6235, "code": "WNS8832", "parameter": "Kruinhoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "NT", "created": "2020-06-23T16:06:11.550026Z", "last_modified": "2020-06-23T16:06:11.549987Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://zuiderzeeland.lizard.net/api/v4/locations/0a87f12f-74c5-4a04-be12-ed34385619f2/?format=api", "uuid": "0a87f12f-74c5-4a04-be12-ed34385619f2", "name": "Stuw Kuinderdijk, kruinhoogte", "code": "ST41490-LT2" }, "extra_metadata": {}, "created": "2025-03-26T16:31:38.869816Z", "last_modified": "2025-05-09T15:25:40.063662Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/6bdab490-e7e5-4a2e-b268-3082ff69f2cc/?format=api", "uuid": "6bdab490-e7e5-4a2e-b268-3082ff69f2cc", "code": "WNS8832::second::1::900", "name": "WNS8832", "description": "", "start": "2025-03-24T16:15:00Z", "end": "2025-05-09T10:00:00Z", "value_type": "float", "last_value": -158.5, "interval": null, "observation_type": { "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/6235/?format=api", "id": 6235, "code": "WNS8832", "parameter": "Kruinhoogte", "unit": "cm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "NT", "created": "2020-06-23T16:06:11.550026Z", "last_modified": "2020-06-23T16:06:11.549987Z" }, "datasource": null, "supplier": null, "supplier_code": null, "location": { "url": "https://zuiderzeeland.lizard.net/api/v4/locations/8733030f-7815-49aa-b856-766dc066580a/?format=api", "uuid": "8733030f-7815-49aa-b856-766dc066580a", "name": "Stuw Langs Kamperzandweg zuid, kruinhoogte", "code": "ST4870-LT2" }, "extra_metadata": {}, "created": "2025-03-26T16:31:38.869883Z", "last_modified": "2025-05-09T15:25:53.725047Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/3a76b677-9415-4155-baa3-70d1e2c2a9f0/?format=api", "uuid": "3a76b677-9415-4155-baa3-70d1e2c2a9f0", "code": "WNS2184::second::1::900", "name": "WNS2184", "description": "", "start": "2025-03-24T16:15:00Z", "end": "2025-05-09T10:00:00Z", "value_type": "float", "last_value": -23.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/5bfb03f1-3c0d-4a8c-b154-16ede6252763/?format=api", "uuid": "5bfb03f1-3c0d-4a8c-b154-16ede6252763", "name": "Stuw Kuinderdijk, waterhoogte HWZ", "code": "ST41490-LT1" }, "extra_metadata": {}, "created": "2025-03-26T16:31:38.869926Z", "last_modified": "2025-05-09T15:25:38.768593Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8bad4c0f-565e-476c-ade5-0a9d281422a0/?format=api", "uuid": "8bad4c0f-565e-476c-ade5-0a9d281422a0", "code": "WNS2184::second::1::900", "name": "WNS2184", "description": "", "start": "2025-03-24T16:15:00Z", "end": "2025-05-09T10:00:00Z", "value_type": "float", "last_value": -76.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/73284658-7bfe-4602-a8bf-1ec685b89fb4/?format=api", "uuid": "73284658-7bfe-4602-a8bf-1ec685b89fb4", "name": "Stuw Kuinderdijk, waterhoogte LWZ", "code": "ST41490-LT3" }, "extra_metadata": {}, "created": "2025-03-26T16:31:38.869966Z", "last_modified": "2025-05-09T15:25:51.337536Z", "access_modifier": "Public" }, { "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/53229612-bb59-4a76-8d15-365ff06ba1d6/?format=api", "uuid": "53229612-bb59-4a76-8d15-365ff06ba1d6", "code": "WNS2184::second::1::900", "name": "WNS2184", "description": "", "start": "2025-03-24T16:15:00Z", "end": "2025-05-09T10:00:00Z", "value_type": "float", "last_value": -144.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/cdecdbd0-338d-4baa-bc44-67069864c705/?format=api", "uuid": "cdecdbd0-338d-4baa-bc44-67069864c705", "name": "Stuw Langs Kamperzandweg zuid, waterhoogte HWZ", "code": "ST4870-LT1" }, "extra_metadata": {}, "created": "2025-03-26T16:31:38.870006Z", "last_modified": "2025-05-09T15:25:23.449430Z", "access_modifier": "Public" } ] }{ "count": 300609, "next": "