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

{
    "count": 310102,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1bcba36e-781d-4339-9632-00d5398c3b15/?format=api",
            "uuid": "1bcba36e-781d-4339-9632-00d5398c3b15",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/13bc925b-7664-4636-bee7-af3814c80e36/?format=api",
                "uuid": "13bc925b-7664-4636-bee7-af3814c80e36",
                "name": "Scheidingsvliet, instroom",
                "code": "KGM-A-369_in"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:31.597427Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4350e6b3-08a0-484d-bebd-4c8158f666a1/?format=api",
            "uuid": "4350e6b3-08a0-484d-bebd-4c8158f666a1",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2013-07-21T06:15:00Z",
            "end": "2016-11-10T06:00:00Z",
            "value_type": "float",
            "last_value": -3.724,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/6329a784-2990-4235-bd29-36a56a7100a8/?format=api",
                "uuid": "6329a784-2990-4235-bd29-36a56a7100a8",
                "name": "Spoorvijver",
                "code": "KGM-P-311000"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:37.745948Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9eb2b824-e62a-4075-8b62-ab2909821682/?format=api",
            "uuid": "9eb2b824-e62a-4075-8b62-ab2909821682",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2016-11-10T06:00:00Z",
            "value_type": "float",
            "last_value": -3.716,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/0236616d-00fc-4629-85df-f598522e2aef/?format=api",
                "uuid": "0236616d-00fc-4629-85df-f598522e2aef",
                "name": "Vier Noorder Koggen gemaal, instroom (-2,20)",
                "code": "KGM-Q-31673_in(-2,20)"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:46.048329Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a92699dc-4d0b-4a0a-bfd9-5f6d7040ee51/?format=api",
            "uuid": "a92699dc-4d0b-4a0a-bfd9-5f6d7040ee51",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2016-11-10T06:00:00Z",
            "value_type": "float",
            "last_value": -3.725,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/66ad3c40-c66f-4bff-a558-550c25211706/?format=api",
                "uuid": "66ad3c40-c66f-4bff-a558-550c25211706",
                "name": "Vier Noorder Koggen gemaal, instroom (-3,70)",
                "code": "KGM-Q-31673_in(-3,70)"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:46.260314Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6909acfb-80b4-4fa1-af3e-a31fa2726ddd/?format=api",
            "uuid": "6909acfb-80b4-4fa1-af3e-a31fa2726ddd",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2012-05-23T06:00:00Z",
            "end": "2016-11-10T06:00:00Z",
            "value_type": "float",
            "last_value": -1.334,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/8fdeb240-6ef1-4d93-8ec3-76371b9829fa/?format=api",
                "uuid": "8fdeb240-6ef1-4d93-8ec3-76371b9829fa",
                "name": "Volkstuinen Anna Paulowna",
                "code": "KGM-Q-25397"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:47.428452Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89470582-65b4-4db1-84d1-c3693550ee3c/?format=api",
            "uuid": "89470582-65b4-4db1-84d1-c3693550ee3c",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/e409b32f-74b3-4699-908e-4128a02fb758/?format=api",
                "uuid": "e409b32f-74b3-4699-908e-4128a02fb758",
                "name": "Zwaan, instroom",
                "code": "KGM-Q-29208_in"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:26:06.983568Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f2eef369-0af0-49f7-ab24-49fadb5bceaf/?format=api",
            "uuid": "f2eef369-0af0-49f7-ab24-49fadb5bceaf",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-11-23T23:15:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/f6782f59-62ae-4976-8a2f-006fb705b2a6/?format=api",
                "uuid": "f6782f59-62ae-4976-8a2f-006fb705b2a6",
                "name": "H-on",
                "code": "KDU-Q-6957"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:15.622651Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1c381f4b-238d-4a69-9cd2-60da7df72581/?format=api",
            "uuid": "1c381f4b-238d-4a69-9cd2-60da7df72581",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-09-13T06:00:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/b10da8b3-df84-41c7-855d-d4dcf69767b6/?format=api",
                "uuid": "b10da8b3-df84-41c7-855d-d4dcf69767b6",
                "name": "Luijendijk",
                "code": "KSL-Q-8161"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:35.280497Z",
            "last_modified": null,
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8766b8a7-c6cb-4e22-8c5f-e7fdffc3b5f9/?format=api",
            "uuid": "8766b8a7-c6cb-4e22-8c5f-e7fdffc3b5f9",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2024-04-24T08:00:00Z",
            "value_type": "float",
            "last_value": 2.2,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/8d51324f-86ab-4d3d-a15d-8ab91fc41802/?format=api",
                "uuid": "8d51324f-86ab-4d3d-a15d-8ab91fc41802",
                "name": "Busch en Dam",
                "code": "982"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:39.877574Z",
            "last_modified": "2024-04-25T13:05:16.542976Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/acd3d1de-172f-4433-aaa6-0e66627d6c06/?format=api",
            "uuid": "acd3d1de-172f-4433-aaa6-0e66627d6c06",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2011-07-26T06:00:00Z",
            "end": "2024-04-04T06:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "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/4d3a32d0-1ddc-43ba-a1b1-2a9fd3b46a95/?format=api",
                "uuid": "4d3a32d0-1ddc-43ba-a1b1-2a9fd3b46a95",
                "name": "Egmond",
                "code": "963"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:28:40.089300Z",
            "last_modified": "2024-04-02T04:26:35.818468Z",
            "access_modifier": "Public"
        }
    ]
}