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

{
    "count": 326796,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=47",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=45",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/32fda1a2-e963-4064-a4fb-60556aaa7cde/?format=api",
            "uuid": "32fda1a2-e963-4064-a4fb-60556aaa7cde",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:06:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.838,
            "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/1100e549-52da-4a59-bb77-ff702aab5d42/?format=api",
                "uuid": "1100e549-52da-4a59-bb77-ff702aab5d42",
                "name": "Rg. Eenigenburg, kelder",
                "code": "ZRG-IB-0197_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.269926Z",
            "last_modified": "2023-03-30T03:27:07.668813Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a23240cb-de76-4dee-b9e2-d38cd1cbf48c/?format=api",
            "uuid": "a23240cb-de76-4dee-b9e2-d38cd1cbf48c",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-11-13T08:46:00Z",
            "end": "2018-01-26T06:04:00Z",
            "value_type": "float",
            "last_value": -1.428,
            "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/4236931d-ccdd-4170-9b64-430c4cee7b98/?format=api",
                "uuid": "4236931d-ccdd-4170-9b64-430c4cee7b98",
                "name": "Rg. Egmond aan de Hoef, kelder 1",
                "code": "ZRG-IB-0273_kelder 1"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.402179Z",
            "last_modified": "2023-06-13T08:15:12.531940Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cc487e7a-02fe-4c5e-b5ea-1f36bfc575db/?format=api",
            "uuid": "cc487e7a-02fe-4c5e-b5ea-1f36bfc575db",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2012-01-31T08:14:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": 3.246,
            "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/ec962b49-f580-438b-a03a-78a321eb1e23/?format=api",
                "uuid": "ec962b49-f580-438b-a03a-78a321eb1e23",
                "name": "Rg. Egmond aan Zee, kelder",
                "code": "ZRG-L-0443_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.562259Z",
            "last_modified": "2023-03-30T03:27:00.910743Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8af70cfc-99c2-4d80-ab9a-8ffd896d1f28/?format=api",
            "uuid": "8af70cfc-99c2-4d80-ab9a-8ffd896d1f28",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2011-11-13T08:46:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -2.169,
            "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/418ec03b-ac40-47b2-a2a8-6dbf5039b7f2/?format=api",
                "uuid": "418ec03b-ac40-47b2-a2a8-6dbf5039b7f2",
                "name": "Rg. Egmond Binnen, kelder",
                "code": "ZRG-IB-0267_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.723887Z",
            "last_modified": "2023-06-13T08:15:12.514801Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1c469ee4-7df1-4e13-adf4-6622d763dfac/?format=api",
            "uuid": "1c469ee4-7df1-4e13-adf4-6622d763dfac",
            "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": -4.536,
            "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/c5ce7e77-ef8b-4f3c-b82e-4ad3fe80d818/?format=api",
                "uuid": "c5ce7e77-ef8b-4f3c-b82e-4ad3fe80d818",
                "name": "Rg. Eilandsgracht, kelder",
                "code": "ZRG-O-0031_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:03.890680Z",
            "last_modified": "2023-03-30T03:27:04.496495Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ea3a3d6c-f825-40d9-b84f-58bfb4873ca7/?format=api",
            "uuid": "ea3a3d6c-f825-40d9-b84f-58bfb4873ca7",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:04:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -5.928,
            "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/537cac77-a324-4701-b5fe-60d7761aca30/?format=api",
                "uuid": "537cac77-a324-4701-b5fe-60d7761aca30",
                "name": "Rg. Enkhuizen, kelder 1",
                "code": "ZRG-L-0547_kelder 1"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.169180Z",
            "last_modified": "2023-03-30T03:27:06.923507Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/93dedb9e-17c2-407c-b2b4-c9d25063ba6a/?format=api",
            "uuid": "93dedb9e-17c2-407c-b2b4-c9d25063ba6a",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:04:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -5.13,
            "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/20749e3b-4dda-41a4-81ee-e707c5850457/?format=api",
                "uuid": "20749e3b-4dda-41a4-81ee-e707c5850457",
                "name": "Rg. Enkhuizen, kelder 2",
                "code": "ZRG-L-0547_kelder 2"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.352865Z",
            "last_modified": "2023-03-30T03:27:07.885112Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a350781c-b1f9-41ba-bca1-2f1caff17012/?format=api",
            "uuid": "a350781c-b1f9-41ba-bca1-2f1caff17012",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.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/6feca37e-9b1c-4977-b70a-6c83435fb276/?format=api",
                "uuid": "6feca37e-9b1c-4977-b70a-6c83435fb276",
                "name": "Rg. Grootschermer, kelder",
                "code": "ZRG-L-0449_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.508071Z",
            "last_modified": "2023-03-30T03:27:00.241473Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/11ab0a0e-1d11-4eef-b690-8a768f8ea34b/?format=api",
            "uuid": "11ab0a0e-1d11-4eef-b690-8a768f8ea34b",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.266,
            "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/cacbcc4e-b0b6-4742-965f-5c3e74a6d3a3/?format=api",
                "uuid": "cacbcc4e-b0b6-4742-965f-5c3e74a6d3a3",
                "name": "Rg. Het Grootslag, kelder",
                "code": "ZRG-L-0549_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.662106Z",
            "last_modified": "2023-03-30T03:27:04.089221Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/255fd45a-25c3-4c9e-ba8b-59141bb070ce/?format=api",
            "uuid": "255fd45a-25c3-4c9e-ba8b-59141bb070ce",
            "code": "WNS9688::second::1::120",
            "name": "WNS9688",
            "description": "",
            "start": "2010-12-12T14:02:00Z",
            "end": "2023-03-21T10:14:00Z",
            "value_type": "float",
            "last_value": -4.993,
            "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/1e62b55a-5b5e-42f0-980c-ed1b691e2d39/?format=api",
                "uuid": "1e62b55a-5b5e-42f0-980c-ed1b691e2d39",
                "name": "Rg. Hauwert, kelder",
                "code": "ZRG-L-0548_kelder"
            },
            "extra_metadata": {},
            "created": "2014-11-17T13:49:04.833329Z",
            "last_modified": "2023-03-30T03:27:07.962833Z",
            "access_modifier": "Public"
        }
    ]
}