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

{
    "count": 326771,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32656",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32654",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e339b62f-190a-499c-8c70-b61719b9087a/?format=api",
            "uuid": "e339b62f-190a-499c-8c70-b61719b9087a",
            "code": "WNS12778::second::1::86400",
            "name": "WNS12778",
            "description": "",
            "start": "2024-11-23T00:00:00Z",
            "end": "2025-03-17T00:00:00Z",
            "value_type": "float",
            "last_value": 46.835,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/3904/?format=api",
                "id": 3904,
                "code": "WNS12778",
                "parameter": "Elektrische energie",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2020-02-19T15:58:40.833517Z",
                "last_modified": "2020-02-19T15:58:40.833479Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0a3c06bd-0579-4ed5-8df4-340c6cb409c5/?format=api",
                "uuid": "0a3c06bd-0579-4ed5-8df4-340c6cb409c5",
                "name": "Rioolgemaal Beloop, hoofdmeter, inkoop",
                "code": "A04918030-HFD/Ap"
            },
            "extra_metadata": {},
            "created": "2024-12-02T14:12:21.412708Z",
            "last_modified": "2025-03-18T11:25:41.132104Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a2540009-b1fb-4f69-83a4-e858494f50a9/?format=api",
            "uuid": "a2540009-b1fb-4f69-83a4-e858494f50a9",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": "2023-08-15T17:00:00Z",
            "end": "2025-02-25T23:00:00Z",
            "value_type": "float",
            "last_value": 1.704,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c68a45a6-2706-4b9f-bd8e-e095f634039e/?format=api",
                "uuid": "c68a45a6-2706-4b9f-bd8e-e095f634039e",
                "name": "B45C0542-002",
                "code": "B45C0542-002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1971-09-28T00:00:00Z",
                            "start": "1965-06-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1972-03-01T00:00:00Z",
                            "start": "1971-09-28T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1987-08-17T00:00:00Z",
                            "start": "1972-03-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1988-02-25T00:00:00Z",
                            "start": "1987-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2010-08-17T00:00:00Z",
                            "start": "1988-02-25T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2017-07-04T00:00:00Z",
                            "start": "2010-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2017-07-04T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        }
                    ],
                    "last_event_sent_to_bro": "2017-07-04T00:00:00Z"
                }
            },
            "created": "2024-12-13T14:23:31.512334Z",
            "last_modified": "2025-02-26T13:50:44.670837Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1571b17c-03e9-40e4-8c60-424488f9898c/?format=api",
            "uuid": "1571b17c-03e9-40e4-8c60-424488f9898c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/c68a45a6-2706-4b9f-bd8e-e095f634039e/?format=api",
                "uuid": "c68a45a6-2706-4b9f-bd8e-e095f634039e",
                "name": "B45C0542-002",
                "code": "B45C0542-002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2024-12-13T14:32:03.463654Z",
            "last_modified": "2025-02-16T19:28:54.662120Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bdb4e3ff-2561-4fee-9dd4-45865ce22d8d/?format=api",
            "uuid": "bdb4e3ff-2561-4fee-9dd4-45865ce22d8d",
            "code": "WNS10228::nonequidistant::1::1",
            "name": "WNS10228",
            "description": "",
            "start": "2024-12-06T09:59:00Z",
            "end": "2025-03-03T09:50:00Z",
            "value_type": "float",
            "last_value": 4.16,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/531/?format=api",
                "id": 531,
                "code": "WNS10228",
                "parameter": "Volume",
                "unit": "m3",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "AW",
                "created": "2016-08-11T06:37:31.967827Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/210d9f1a-d9d3-452f-ac9c-a26898932389/?format=api",
                "uuid": "210d9f1a-d9d3-452f-ac9c-a26898932389",
                "name": "Influentkelder. Debiet aanvoer per as (1200LPLUOVG) - Plukon",
                "code": "400-W-1131"
            },
            "extra_metadata": {},
            "created": "2025-01-13T07:20:48.791062Z",
            "last_modified": "2025-03-18T10:25:50.081324Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fee9a3be-5fc1-4df8-ace8-6faaf32e58f4/?format=api",
            "uuid": "fee9a3be-5fc1-4df8-ace8-6faaf32e58f4",
            "code": "ZZL99004::nonequidistant::1::1",
            "name": "ZZL99004",
            "description": "",
            "start": "2024-12-20T08:00:00Z",
            "end": "2025-01-21T09:11:00Z",
            "value_type": "float",
            "last_value": 29.72,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-13T07:20:58.968774Z",
            "last_modified": "2025-02-18T10:28:19.020800Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08ae1327-0dc0-4865-8b8f-973e2119543d/?format=api",
            "uuid": "08ae1327-0dc0-4865-8b8f-973e2119543d",
            "code": "ZZL99005::nonequidistant::1::1",
            "name": "ZZL99005",
            "description": "",
            "start": "2024-12-20T08:00:00Z",
            "end": "2025-01-21T09:11:00Z",
            "value_type": "float",
            "last_value": 108604.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-13T07:20:58.968854Z",
            "last_modified": "2025-02-04T10:28:09.874728Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69716e73-b610-4704-8c67-390202d6929c/?format=api",
            "uuid": "69716e73-b610-4704-8c67-390202d6929c",
            "code": "WNS8130::nonequidistant::1::1",
            "name": "WNS8130",
            "description": "",
            "start": "2024-12-20T08:00:00Z",
            "end": "2025-01-21T09:11:00Z",
            "value_type": "float",
            "last_value": 20.53,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-14T07:22:56.270508Z",
            "last_modified": "2025-02-11T10:28:08.874081Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/58ca5a8a-186e-4e85-a909-2c0ccf7c3dd4/?format=api",
            "uuid": "58ca5a8a-186e-4e85-a909-2c0ccf7c3dd4",
            "code": "WNS9040.hand.uncorrected",
            "name": "WNS9040.hand.uncorrected",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8791/?format=api",
                "id": 8791,
                "code": "WNS9040.hand.uncorrected",
                "parameter": "Handpeiling ongevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GWS",
                "created": "2023-06-02T06:35:45.312788Z",
                "last_modified": "2023-06-02T13:24:33.990679Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c68a45a6-2706-4b9f-bd8e-e095f634039e/?format=api",
                "uuid": "c68a45a6-2706-4b9f-bd8e-e095f634039e",
                "name": "B45C0542-002",
                "code": "B45C0542-002"
            },
            "extra_metadata": {},
            "created": "2025-01-20T12:55:59.014849Z",
            "last_modified": "2025-01-20T12:55:59.014833Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2d608383-d16a-4ebd-9bf6-48ffe919ae18/?format=api",
            "uuid": "2d608383-d16a-4ebd-9bf6-48ffe919ae18",
            "code": "WNS2095::nonequidistant::1::1",
            "name": "WNS2095",
            "description": "",
            "start": "2024-12-02T23:00:00Z",
            "end": "2025-02-06T09:00:00Z",
            "value_type": "float",
            "last_value": 370.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9167/?format=api",
                "id": 9167,
                "code": "WNS2095",
                "parameter": "",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-01-27T13:00:56.900320Z",
                "last_modified": "2025-01-27T13:00:56.900303Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/eb3e58bd-3d88-4c1d-a880-a85f72df25f7/?format=api",
                "uuid": "eb3e58bd-3d88-4c1d-a880-a85f72df25f7",
                "name": "Bemonsteringspunt percolaatwater",
                "code": "800-X-6105"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:00:56.928301Z",
            "last_modified": "2025-03-17T10:31:02.870662Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c06144d7-fbd3-4bb7-b284-40d8aa23731a/?format=api",
            "uuid": "c06144d7-fbd3-4bb7-b284-40d8aa23731a",
            "code": "WNS491::nonequidistant::1::1",
            "name": "WNS491",
            "description": "",
            "start": "2024-12-02T23:00:00Z",
            "end": "2025-02-06T09:00:00Z",
            "value_type": "float",
            "last_value": 53.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9168/?format=api",
                "id": 9168,
                "code": "WNS491",
                "parameter": "",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-01-27T13:00:56.910353Z",
                "last_modified": "2025-01-27T13:00:56.910340Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/eb3e58bd-3d88-4c1d-a880-a85f72df25f7/?format=api",
                "uuid": "eb3e58bd-3d88-4c1d-a880-a85f72df25f7",
                "name": "Bemonsteringspunt percolaatwater",
                "code": "800-X-6105"
            },
            "extra_metadata": {},
            "created": "2025-01-27T13:00:56.928392Z",
            "last_modified": "2025-03-17T10:31:32.971067Z",
            "access_modifier": "Public"
        }
    ]
}