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

{
    "count": 326234,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32624",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32622",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/596ba506-4152-4faa-aedb-9ff5c5f8d388/?format=api",
            "uuid": "596ba506-4152-4faa-aedb-9ff5c5f8d388",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T13:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -446.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/123244c1-bf14-491b-8016-308e3db17157/?format=api",
                "uuid": "123244c1-bf14-491b-8016-308e3db17157",
                "name": "Meetpunt Oudebostocht",
                "code": "MP6044"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803834Z",
            "last_modified": "2025-05-09T15:25:36.404567Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a278f97a-6bea-4e6c-b9c7-a94eec9d80d7/?format=api",
            "uuid": "a278f97a-6bea-4e6c-b9c7-a94eec9d80d7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T14:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -586.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/9e7270b0-f2c2-4063-80a9-36ce3b2647fc/?format=api",
                "uuid": "9e7270b0-f2c2-4063-80a9-36ce3b2647fc",
                "name": "Meetpunt Elandtocht Zuid",
                "code": "MP6047"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803875Z",
            "last_modified": "2025-05-09T15:25:45.281745Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8446c9b0-4660-45e3-8f96-7e50d50b6912/?format=api",
            "uuid": "8446c9b0-4660-45e3-8f96-7e50d50b6912",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T16:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -543.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/91f771fb-7144-49b2-86e3-929048ebe278/?format=api",
                "uuid": "91f771fb-7144-49b2-86e3-929048ebe278",
                "name": "Meetpunt Hanzetocht",
                "code": "MP6048"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803916Z",
            "last_modified": "2025-05-09T15:25:50.505516Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/11378020-1fe5-4fa3-bc6f-c6a3851fec5f/?format=api",
            "uuid": "11378020-1fe5-4fa3-bc6f-c6a3851fec5f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T18:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -527.9,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/93097f22-78f3-42ee-82e7-6f31bfccc90d/?format=api",
                "uuid": "93097f22-78f3-42ee-82e7-6f31bfccc90d",
                "name": "Meetpunt Warande 2 Larserdreef",
                "code": "MP6110"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803958Z",
            "last_modified": "2025-05-09T15:25:22.725476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aaa9ae0e-1836-485c-98bb-444cd148dc73/?format=api",
            "uuid": "aaa9ae0e-1836-485c-98bb-444cd148dc73",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T11:00:00Z",
            "end": "2025-05-09T07:15:00Z",
            "value_type": "float",
            "last_value": -537.3,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/a781f41f-4b06-4bbe-b9b7-b0223820114f/?format=api",
                "uuid": "a781f41f-4b06-4bbe-b9b7-b0223820114f",
                "name": "Meetpunt Kempenaar",
                "code": "MP6112"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803999Z",
            "last_modified": "2025-05-09T15:25:33.327472Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cd96801a-1f13-4052-bdbc-979941c76eb7/?format=api",
            "uuid": "cd96801a-1f13-4052-bdbc-979941c76eb7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T16:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -490.1,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/853441cb-1a2d-45d6-ae67-04ffa455a9be/?format=api",
                "uuid": "853441cb-1a2d-45d6-ae67-04ffa455a9be",
                "name": "Meetpunt Zuigerplas",
                "code": "MP6111"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.804040Z",
            "last_modified": "2025-05-09T15:25:43.240402Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9b61b2dd-88f8-48c1-b302-b5f0bbc19c15/?format=api",
            "uuid": "9b61b2dd-88f8-48c1-b302-b5f0bbc19c15",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-05T11:00:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -538.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/4777c36d-7b47-45b2-9d45-119cf9f7f45a/?format=api",
                "uuid": "4777c36d-7b47-45b2-9d45-119cf9f7f45a",
                "name": "Meetpunt Schoener",
                "code": "MP6113"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.804219Z",
            "last_modified": "2025-05-09T15:25:34.201581Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88577e28-3714-45c3-9fc7-c8b59439f080/?format=api",
            "uuid": "88577e28-3714-45c3-9fc7-c8b59439f080",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-03-21T17:15:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -619.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/d45706bd-33e0-422f-ac2a-bba3dee107a9/?format=api",
                "uuid": "d45706bd-33e0-422f-ac2a-bba3dee107a9",
                "name": "Meetpunt Wulptocht nabij Schollevaarweg",
                "code": "MP6114"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.804270Z",
            "last_modified": "2025-05-09T15:25:20.014316Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/58563d66-bab7-4f68-8d23-3e31d75500c2/?format=api",
            "uuid": "58563d66-bab7-4f68-8d23-3e31d75500c2",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T12:15:00Z",
            "end": "2025-05-09T05:00:00Z",
            "value_type": "float",
            "last_value": -606.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/7289d0e5-e480-4599-89f5-9065a7db517f/?format=api",
                "uuid": "7289d0e5-e480-4599-89f5-9065a7db517f",
                "name": "Meetpunt Rendiertocht Zuid",
                "code": "MP6035"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.804313Z",
            "last_modified": "2025-05-09T15:25:33.145210Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f179e0fe-21ce-49d4-a115-7f1ca5dcf730/?format=api",
            "uuid": "f179e0fe-21ce-49d4-a115-7f1ca5dcf730",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-28T15:00:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -481.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.lizard.net/api/v4/locations/7dc11515-84c2-4d9b-b176-7e06622aa776/?format=api",
                "uuid": "7dc11515-84c2-4d9b-b176-7e06622aa776",
                "name": "Meetpunt Olstertocht Zuid",
                "code": "MP6045"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.804366Z",
            "last_modified": "2025-05-09T15:25:57.400947Z",
            "access_modifier": "Public"
        }
    ]
}