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

{
    "count": 326548,
    "next": "https://demo.lizard.net/api/v4/timeseries/?page=4",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4ed8790a-602e-493d-8ed6-799fb708af63/",
            "uuid": "4ed8790a-602e-493d-8ed6-799fb708af63",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-31T23:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/efbad270-760a-437b-9657-baf2a2ef7a6a/",
                "uuid": "efbad270-760a-437b-9657-baf2a2ef7a6a",
                "name": "MP3 Purmerdijk-Oosterweg 18 (hist)",
                "code": "MOB_MP3-2"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.047140Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/736e30f3-2d5b-421f-ac03-d1701d80fb64/",
            "uuid": "736e30f3-2d5b-421f-ac03-d1701d80fb64",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/ecaa1faa-bacf-48f4-92af-06e12ab130f6/",
                "uuid": "ecaa1faa-bacf-48f4-92af-06e12ab130f6",
                "name": "MP8 Hofweg 4 (hist)",
                "code": "MOB_MP_8-2"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.111703Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8632c625-7e33-4d37-a74c-f19d9a7b49a7/",
            "uuid": "8632c625-7e33-4d37-a74c-f19d9a7b49a7",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-31T23:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/23267725-f147-4ee5-99f1-e5137be39f72/",
                "uuid": "23267725-f147-4ee5-99f1-e5137be39f72",
                "name": "MP9 Purmerdijk-Oosterweg 16 (hist)",
                "code": "MOB_MP_9-2"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.162962Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/40a45b5a-1b54-47a9-9778-a76f6dcedd11/",
            "uuid": "40a45b5a-1b54-47a9-9778-a76f6dcedd11",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:15:00Z",
            "end": "2018-08-14T07:45:00Z",
            "value_type": "float",
            "last_value": -0.166,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/13b8a1f5-34a2-4e4b-99f9-a083a8e549e4/",
                "uuid": "13b8a1f5-34a2-4e4b-99f9-a083a8e549e4",
                "name": "Meetpunt SAS",
                "code": "957"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.230183Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9f607c9b-d842-4b03-9e3d-d1c6a3d1529a/",
            "uuid": "9f607c9b-d842-4b03-9e3d-d1c6a3d1529a",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2018-08-06T12:30:00Z",
            "value_type": "float",
            "last_value": -5.235,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/eaa6b3a6-9a2f-4afb-a1d5-277aecf193c1/",
                "uuid": "eaa6b3a6-9a2f-4afb-a1d5-277aecf193c1",
                "name": "Oudelandertocht",
                "code": "422"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.493633Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d7ddf87-12ab-45de-a633-d3621ccc80ac/",
            "uuid": "6d7ddf87-12ab-45de-a633-d3621ccc80ac",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-03-05T10:00:00Z",
            "end": "2021-07-27T14:00:00Z",
            "value_type": "float",
            "last_value": -1.797,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/2736e8a8-3a57-4c99-acfa-4a49fd51f419/",
                "uuid": "2736e8a8-3a57-4c99-acfa-4a49fd51f419",
                "name": "Overwhere-1",
                "code": "MOB_MP4"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.733385Z",
            "last_modified": "2021-07-27T15:42:05.697366Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/52e626e5-802e-45a2-aa9a-79e202c1f15d/",
            "uuid": "52e626e5-802e-45a2-aa9a-79e202c1f15d",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/bee4002d-745f-4c11-bfb3-1bef02edfa2f/",
                "uuid": "bee4002d-745f-4c11-bfb3-1bef02edfa2f",
                "name": "Peilmeter 19 Overwhere (hist)",
                "code": "MOB_MP11"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:42.954246Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e7fbf56a-2c47-41d0-8c18-bea3131d5026/",
            "uuid": "e7fbf56a-2c47-41d0-8c18-bea3131d5026",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:15:00Z",
            "end": "2021-07-27T14:00:00Z",
            "value_type": "float",
            "last_value": -4.281,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/c5c3f936-83fd-47bf-8242-af34b952822d/",
                "uuid": "c5c3f936-83fd-47bf-8242-af34b952822d",
                "name": "Peilmeter 20 Purmer Stedelijk",
                "code": "MOB_MP5"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.159353Z",
            "last_modified": "2021-07-27T15:46:33.223168Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8591ef29-fd56-41f3-93cd-1b86da4e476c/",
            "uuid": "8591ef29-fd56-41f3-93cd-1b86da4e476c",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/8583d8d5-ee9d-4834-b11b-068ebed5cb92/",
                "uuid": "8583d8d5-ee9d-4834-b11b-068ebed5cb92",
                "name": "Peilmeter 21 De Gors (hist)",
                "code": "MOB_MP6"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.343321Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/132b6b97-7833-4e8d-a130-deb7d706a3a3/",
            "uuid": "132b6b97-7833-4e8d-a130-deb7d706a3a3",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2018-01-01T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/5bdee930-44de-4090-823d-8ff84f2e5d76/",
                "uuid": "5bdee930-44de-4090-823d-8ff84f2e5d76",
                "name": "Peilmeter 22 Gemaal Hazepolder",
                "code": "MOB_MP7"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:43.426390Z",
            "last_modified": null,
            "access_modifier": "Public"
        }
    ]
}