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=32649
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=32650",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32648",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd5c6281-3493-4f0d-8aa9-4d1ec9004d36/?format=api",
            "uuid": "fd5c6281-3493-4f0d-8aa9-4d1ec9004d36",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2024-11-01T12:25:58Z",
            "end": "2025-03-12T13:01:05Z",
            "value_type": "float",
            "last_value": -1.78,
            "interval": 0,
            "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/2f9a401d-1bf0-47c2-af32-e0666ba4acf6/?format=api",
                "uuid": "2f9a401d-1bf0-47c2-af32-e0666ba4acf6",
                "name": "11DM065002",
                "code": "11DM065002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-11-01T13:25:58Z",
                        "observationtype": "controlemeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2024-11-22T13:59:14.645885Z",
            "last_modified": "2025-03-17T14:15:38.884327Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4c198615-fa73-4267-8105-c50abe5d5bec/?format=api",
            "uuid": "4c198615-fa73-4267-8105-c50abe5d5bec",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-11-01T14:00:00Z",
            "end": "2025-03-12T12:00:00Z",
            "value_type": "float",
            "last_value": -1.7610000000000001,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/2f9a401d-1bf0-47c2-af32-e0666ba4acf6/?format=api",
                "uuid": "2f9a401d-1bf0-47c2-af32-e0666ba4acf6",
                "name": "11DM065002",
                "code": "11DM065002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-11-01T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2024-11-22T13:59:15.011166Z",
            "last_modified": "2025-03-18T07:41:21.458516Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ad790ed1-9577-4b3a-a220-a72167aaddd4/?format=api",
            "uuid": "ad790ed1-9577-4b3a-a220-a72167aaddd4",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2024-11-07T12:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -396.4,
            "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/f89eae79-5fc4-42ca-9b6e-b3d343d95a67/?format=api",
                "uuid": "f89eae79-5fc4-42ca-9b6e-b3d343d95a67",
                "name": "KETELMEERDIJK, hmp 11,23, binnentalud, 1e WVP",
                "code": "20HN-124-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245326Z",
            "last_modified": "2025-03-19T18:20:50.814768Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2640ab89-d851-4cf5-9b6d-f7d00fc56faa/?format=api",
            "uuid": "2640ab89-d851-4cf5-9b6d-f7d00fc56faa",
            "code": "WNS8972::second::1::3600",
            "name": "WNS8972",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -309.5,
            "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/4d174e5a-4fdc-4975-865f-6f7f0e855fd5/?format=api",
                "uuid": "4d174e5a-4fdc-4975-865f-6f7f0e855fd5",
                "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, 1e WVP",
                "code": "21CN-069-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245399Z",
            "last_modified": "2025-03-19T18:20:56.237437Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/90f60160-4d6b-40f0-a8aa-4ea2f6fb332c/?format=api",
            "uuid": "90f60160-4d6b-40f0-a8aa-4ea2f6fb332c",
            "code": "WNS12930::second::1::3600",
            "name": "WNS12930",
            "description": "",
            "start": "2024-11-07T12:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -86.4,
            "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/f89eae79-5fc4-42ca-9b6e-b3d343d95a67/?format=api",
                "uuid": "f89eae79-5fc4-42ca-9b6e-b3d343d95a67",
                "name": "KETELMEERDIJK, hmp 11,23, binnentalud, 1e WVP",
                "code": "20HN-124-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245444Z",
            "last_modified": "2025-03-19T18:21:03.737553Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7be66ed0-fa2b-4f0d-ab1a-5aa2618e57b2/?format=api",
            "uuid": "7be66ed0-fa2b-4f0d-ab1a-5aa2618e57b2",
            "code": "WNS12930::second::1::3600",
            "name": "WNS12930",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-19T00:00:00Z",
            "value_type": "float",
            "last_value": -96.5,
            "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/4d174e5a-4fdc-4975-865f-6f7f0e855fd5/?format=api",
                "uuid": "4d174e5a-4fdc-4975-865f-6f7f0e855fd5",
                "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, 1e WVP",
                "code": "21CN-069-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245486Z",
            "last_modified": "2025-03-19T18:21:06.332374Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87415a59-67a4-49c7-95b6-2f56cbfaf193/?format=api",
            "uuid": "87415a59-67a4-49c7-95b6-2f56cbfaf193",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-06T14:00:00Z",
            "end": "2025-03-19T02:00:00Z",
            "value_type": "float",
            "last_value": -348.3,
            "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/1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce/?format=api",
                "uuid": "1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce",
                "name": "KETELMEERDIJK, hmp 17,34, buitenkruin, freatisch",
                "code": "20FZ-134-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245528Z",
            "last_modified": "2025-03-19T18:20:31.359318Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/29fe2ff3-fc47-4101-af61-8222571c33a6/?format=api",
            "uuid": "29fe2ff3-fc47-4101-af61-8222571c33a6",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-06T13:00:00Z",
            "end": "2025-03-19T01:00:00Z",
            "value_type": "float",
            "last_value": -354.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/0cfb29fa-bd52-45b7-b497-397f0d44110a/?format=api",
                "uuid": "0cfb29fa-bd52-45b7-b497-397f0d44110a",
                "name": "KETELMEERDIJK, hmp17,34, binnentalud, freatisch",
                "code": "20FZ-134-02"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245568Z",
            "last_modified": "2025-03-19T18:20:30.452857Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2ccd485c-e1fa-4f71-ab14-1b0205d936a0/?format=api",
            "uuid": "2ccd485c-e1fa-4f71-ab14-1b0205d936a0",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-06T13:00:00Z",
            "end": "2025-03-19T03:00:00Z",
            "value_type": "float",
            "last_value": -398.3,
            "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/867fd874-9489-4fbe-b505-1c79da25ac66/?format=api",
                "uuid": "867fd874-9489-4fbe-b505-1c79da25ac66",
                "name": "KETELMEERDIJK, hmp17,34, benedenbeloop, freatisch",
                "code": "20FZ-134-03"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245609Z",
            "last_modified": "2025-03-19T18:20:42.463311Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5f6d42d1-3a15-475a-a8f1-f4bd783920b1/?format=api",
            "uuid": "5f6d42d1-3a15-475a-a8f1-f4bd783920b1",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2024-11-07T13:00:00Z",
            "end": "2025-03-18T23:00:00Z",
            "value_type": "float",
            "last_value": -321.3,
            "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/b4bbb460-63b3-47d6-90e5-1055902b5bd3/?format=api",
                "uuid": "b4bbb460-63b3-47d6-90e5-1055902b5bd3",
                "name": "KETELMEERDIJK, hmp 11,23, buitenkruin, freatisch",
                "code": "20HN-124-01"
            },
            "extra_metadata": {},
            "created": "2024-11-25T13:06:49.245649Z",
            "last_modified": "2025-03-19T18:20:32.861327Z",
            "access_modifier": "Public"
        }
    ]
}