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

{
    "count": 326798,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=50",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=48",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d81056eb-bf61-4665-b53c-adaf29b46fdd/?format=api",
            "uuid": "d81056eb-bf61-4665-b53c-adaf29b46fdd",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-03-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.248,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/971a67a9-d7e6-458e-bf5d-199f378ba8ab/?format=api",
                "uuid": "971a67a9-d7e6-458e-bf5d-199f378ba8ab",
                "name": "Rg. Katwoude, kelder",
                "code": "ZRG-O-0033_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.400723Z",
            "last_modified": "2023-03-30T03:27:00.970472Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e856540a-90ed-44d8-b1bf-037758730c18/?format=api",
            "uuid": "e856540a-90ed-44d8-b1bf-037758730c18",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-02-11T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.843,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/29dad387-6cf2-43c0-9cd2-a87292c73a46/?format=api",
                "uuid": "29dad387-6cf2-43c0-9cd2-a87292c73a46",
                "name": "Rg. Koedijk Noord, kelder",
                "code": "ZRG-IB-0066_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.594222Z",
            "last_modified": "2023-06-13T08:14:41.268425Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/648accb8-2f9d-48e8-99db-5ff8b65362a4/?format=api",
            "uuid": "648accb8-2f9d-48e8-99db-5ff8b65362a4",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-05-13T12:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.478,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/85ed3410-68a1-4f65-9e3d-af7a35aea298/?format=api",
                "uuid": "85ed3410-68a1-4f65-9e3d-af7a35aea298",
                "name": "Rg. Kolhorn, kelder",
                "code": "ZRG-L-0526_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.769667Z",
            "last_modified": "2023-03-30T03:27:07.628705Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bcfda83c-3309-428b-bf36-2675fd26ad77/?format=api",
            "uuid": "bcfda83c-3309-428b-bf36-2675fd26ad77",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-03-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -5.961,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/43f9b003-4833-439e-8e8e-e4722cf030c9/?format=api",
                "uuid": "43f9b003-4833-439e-8e8e-e4722cf030c9",
                "name": "Rg. Koningsspil, kelder",
                "code": "ZRG-O-0034_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:08.965995Z",
            "last_modified": "2023-03-30T03:27:05.717869Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/05fe7c63-4b3a-4220-a940-a40ae32986f0/?format=api",
            "uuid": "05fe7c63-4b3a-4220-a940-a40ae32986f0",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T15:34:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.889,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/a380eecc-c843-4f0c-9cbc-c98ea1e09ef0/?format=api",
                "uuid": "a380eecc-c843-4f0c-9cbc-c98ea1e09ef0",
                "name": "Rg. Kooizand, kelder",
                "code": "ZRG-O-0035_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:09.123225Z",
            "last_modified": "2023-03-30T03:27:00.456460Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3022650f-be07-4c8a-9c03-646068334e87/?format=api",
            "uuid": "3022650f-be07-4c8a-9c03-646068334e87",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-12-19T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.468,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/13af1562-0e89-4f5b-8c3c-c43aada3da00/?format=api",
                "uuid": "13af1562-0e89-4f5b-8c3c-c43aada3da00",
                "name": "Rg. Kooypunt, kelder",
                "code": "ZRG-O-0091_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:09.281363Z",
            "last_modified": "2023-03-30T03:27:01.498357Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/11a41d83-7f28-42c7-bdde-3b30892bb7b6/?format=api",
            "uuid": "11a41d83-7f28-42c7-bdde-3b30892bb7b6",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2014-05-06T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -6.561,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/73fad6b5-1f03-4d10-81b3-84139b216a02/?format=api",
                "uuid": "73fad6b5-1f03-4d10-81b3-84139b216a02",
                "name": "Rg. Kreileroord, kelder",
                "code": "ZRG-L-0564_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:09.495757Z",
            "last_modified": "2023-03-30T03:27:00.657910Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1658e60b-06f5-4d05-9216-240605cf87e9/?format=api",
            "uuid": "1658e60b-06f5-4d05-9216-240605cf87e9",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T21:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.712,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/628a211a-d40f-4559-83a4-92b0ec062f48/?format=api",
                "uuid": "628a211a-d40f-4559-83a4-92b0ec062f48",
                "name": "Rg. Kwadijk, kelder",
                "code": "ZRG-L-0452_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:09.687447Z",
            "last_modified": "2023-03-30T03:27:07.131440Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2d3b1a39-30df-4479-8cbc-4be09c73854f/?format=api",
            "uuid": "2d3b1a39-30df-4479-8cbc-4be09c73854f",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2013-02-11T08:00:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -3.448,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/cc474647-087d-40aa-afe3-c83e1338f238/?format=api",
                "uuid": "cc474647-087d-40aa-afe3-c83e1338f238",
                "name": "Rg. Landsmeer, kelder",
                "code": "ZRG-L-0571_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:09.894012Z",
            "last_modified": "2023-03-30T03:27:01.851793Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d956019-c286-49d4-8748-ff67abb57a82/?format=api",
            "uuid": "6d956019-c286-49d4-8748-ff67abb57a82",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:08:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.194,
            "interval": 120,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/14/?format=api",
                "id": 14,
                "code": "WNS9688",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "AW",
                "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/18d6dc47-1a2a-4608-adc4-3a2e33fbd99d/?format=api",
                "uuid": "18d6dc47-1a2a-4608-adc4-3a2e33fbd99d",
                "name": "Rg. Langedijk vrijverval, kelder",
                "code": "ZRG-L-0492_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:10.068643Z",
            "last_modified": "2023-03-30T03:27:06.983909Z",
            "access_modifier": "Public"
        }
    ]
}