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

{
    "count": 326210,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32619",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32617",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6fc5ebc4-b4be-4224-8722-c6a249d6a387/?format=api",
            "uuid": "6fc5ebc4-b4be-4224-8722-c6a249d6a387",
            "code": "WNS1591::nonequidistant::1::1",
            "name": "WNS1591",
            "description": "",
            "start": "2025-03-04T00:00:00Z",
            "end": "2025-03-04T00:00:00Z",
            "value_type": "float",
            "last_value": 7.08,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6268/?format=api",
                "id": 6268,
                "code": "WNS1591",
                "parameter": "Zuurgraad",
                "unit": "DIMSLS",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "ZB",
                "created": "2020-06-24T09:06:21.784321Z",
                "last_modified": "2020-06-24T09:06:21.784278Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c38f5ceb-4c7c-4735-974a-f677ef3b5a4d/?format=api",
                "uuid": "c38f5ceb-4c7c-4735-974a-f677ef3b5a4d",
                "name": "Ephyra slibgistingstank, Handmeetpunt Ephyra naar vergister (Comp3)",
                "code": "800-Y-2440"
            },
            "extra_metadata": {},
            "created": "2025-03-11T13:20:49.146853Z",
            "last_modified": "2025-03-25T10:26:15.364859Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/136d8c61-1951-489c-b3d1-205561e41161/?format=api",
            "uuid": "136d8c61-1951-489c-b3d1-205561e41161",
            "code": "WNS1591::nonequidistant::1::1",
            "name": "WNS1591",
            "description": "",
            "start": "2025-03-04T00:00:00Z",
            "end": "2025-03-04T00:00:00Z",
            "value_type": "float",
            "last_value": 6.89,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6268/?format=api",
                "id": 6268,
                "code": "WNS1591",
                "parameter": "Zuurgraad",
                "unit": "DIMSLS",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "ZB",
                "created": "2020-06-24T09:06:21.784321Z",
                "last_modified": "2020-06-24T09:06:21.784278Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/bf54c48b-4b05-47c9-8455-6ae1fd9cadab/?format=api",
                "uuid": "bf54c48b-4b05-47c9-8455-6ae1fd9cadab",
                "name": "Ephyra slibgistingstank, Handmeetpunt Compartiment 1",
                "code": "800-Y-2451"
            },
            "extra_metadata": {},
            "created": "2025-03-11T13:20:49.146925Z",
            "last_modified": "2025-03-25T10:26:24.427746Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d341ad7f-6f64-4977-a8e6-cb26759cbcc3/?format=api",
            "uuid": "d341ad7f-6f64-4977-a8e6-cb26759cbcc3",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2025-01-29T10:00:00Z",
            "end": "2025-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -396.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/477/?format=api",
                "id": 477,
                "code": "WNS8972",
                "parameter": "Stijghoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2016-01-27T09:49:13.648684Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.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:21:02.929480Z",
            "last_modified": "2025-04-30T07:20:38.044024Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -116.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/4056/?format=api",
                "id": 4056,
                "code": "WNS12930",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:41.886177Z",
                "last_modified": "2020-02-19T15:58:41.886140Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.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-04-30T07:20:11.286117Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -98.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:20:10.202514Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-30T02:00:00Z",
            "value_type": "float",
            "last_value": -374.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:20:22.522720Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-29T22:00:00Z",
            "value_type": "float",
            "last_value": -441.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:25:13.985922Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-29T22:00:00Z",
            "value_type": "float",
            "last_value": -94.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:25:10.934723Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-30T07:00:00Z",
            "value_type": "float",
            "last_value": -31.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:25:32.207323Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-04-30T07:00:00Z",
            "value_type": "float",
            "last_value": -164.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-04-30T07:25:48.006162Z",
            "access_modifier": "Public"
        }
    ]
}