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

{
    "count": 282953,
    "next": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=4",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/fad92818-8a01-4c09-852b-5f06a2a94293/?format=api",
            "uuid": "fad92818-8a01-4c09-852b-5f06a2a94293",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1993-06-22T13:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/b51c206c-cc4e-42b5-be9a-1d98a4c0acd6/?format=api",
                "uuid": "b51c206c-cc4e-42b5-be9a-1d98a4c0acd6",
                "name": "Westdorpe",
                "code": "06319"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:46.409420Z",
            "last_modified": "2024-05-01T13:05:14.835207Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f66a3b2e-7327-4198-8ae4-4d2829388da3/?format=api",
            "uuid": "f66a3b2e-7327-4198-8ae4-4d2829388da3",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-12-04T14:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/f035a387-d270-4e97-8747-40bd362875f2/?format=api",
                "uuid": "f035a387-d270-4e97-8747-40bd362875f2",
                "name": "Wilhelminadorp",
                "code": "06323"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:46.856476Z",
            "last_modified": "2024-05-01T13:05:11.633830Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/38fc567a-e434-4d32-9b5d-1da6572398a5/?format=api",
            "uuid": "38fc567a-e434-4d32-9b5d-1da6572398a5",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1995-08-01T01:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/c0525d0a-8a50-44d9-9b42-a9f04a49070f/?format=api",
                "uuid": "c0525d0a-8a50-44d9-9b42-a9f04a49070f",
                "name": "Hoek van Holland",
                "code": "06330"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:47.335905Z",
            "last_modified": "2024-05-01T13:05:13.066259Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/4cb22370-2474-4b2d-8a5a-d9717283fff5/?format=api",
            "uuid": "4cb22370-2474-4b2d-8a5a-d9717283fff5",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "2009-12-29T12:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/33b8d510-9cb0-4121-8075-9ca9fbf77d2f/?format=api",
                "uuid": "33b8d510-9cb0-4121-8075-9ca9fbf77d2f",
                "name": "Woensdrecht",
                "code": "06340"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:47.908638Z",
            "last_modified": "2024-05-01T13:05:16.167073Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/388d1ff7-cc28-483c-aa0a-8759fdaeb449/?format=api",
            "uuid": "388d1ff7-cc28-483c-aa0a-8759fdaeb449",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "2009-12-29T12:00:00Z",
            "end": "2021-06-23T15:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/e51b57e2-04cb-4324-ba3f-eb80c4b74131/?format=api",
                "uuid": "e51b57e2-04cb-4324-ba3f-eb80c4b74131",
                "name": "Rotterdam Geulhaven",
                "code": "06343"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:48.336077Z",
            "last_modified": "2021-06-23T16:12:54.104612Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/104fede1-8c69-4edb-a10a-f83b7deed537/?format=api",
            "uuid": "104fede1-8c69-4edb-a10a-f83b7deed537",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/364da2a9-e7f4-46be-a8ec-2e2fdcb2f423/?format=api",
                "uuid": "364da2a9-e7f4-46be-a8ec-2e2fdcb2f423",
                "name": "Rotterdam *)",
                "code": "06344"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:48.743172Z",
            "last_modified": "2024-05-01T13:05:15.655110Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/867b166a-fa39-457d-a9e9-4bcb2ff04f61/?format=api",
            "uuid": "867b166a-fa39-457d-a9e9-4bcb2ff04f61",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/908dc271-91e8-471c-8f67-b491e48d7c99/?format=api",
                "uuid": "908dc271-91e8-471c-8f67-b491e48d7c99",
                "name": "Cabauw",
                "code": "06348"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:49.176881Z",
            "last_modified": "2024-05-01T13:05:16.517734Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8439f4c2-24ef-4a28-8e70-aac750706f3a/?format=api",
            "uuid": "8439f4c2-24ef-4a28-8e70-aac750706f3a",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/f44037d8-cc47-49d9-990b-9e8661038ed5/?format=api",
                "uuid": "f44037d8-cc47-49d9-990b-9e8661038ed5",
                "name": "Gilze Rijen",
                "code": "06350"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:49.643326Z",
            "last_modified": "2024-05-01T13:05:16.151830Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7aa58d7-03fd-4d13-b5d5-cb041531bf5c/?format=api",
            "uuid": "e7aa58d7-03fd-4d13-b5d5-cb041531bf5c",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1993-05-04T11:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/900108be-e116-4360-8ae3-3f51d568d2df/?format=api",
                "uuid": "900108be-e116-4360-8ae3-3f51d568d2df",
                "name": "Herwijnen",
                "code": "06356"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:50.083507Z",
            "last_modified": "2024-05-01T13:05:16.765900Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/72cc2742-64b8-4c87-9b38-f39e6d99f665/?format=api",
            "uuid": "72cc2742-64b8-4c87-9b38-f39e6d99f665",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-01T01:00:00Z",
            "end": "2024-04-30T00:00:00Z",
            "value_type": "float",
            "last_value": 0.0,
            "interval": 3600,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/36/?format=api",
                "id": 36,
                "code": "WNS1400",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "NT",
                "created": "2015-08-06T15:16:49.002578Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "",
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/28ddbf5b-ef6f-4476-82ae-ada939b15133/?format=api",
                "uuid": "28ddbf5b-ef6f-4476-82ae-ada939b15133",
                "name": "Eindhoven*)",
                "code": "06370"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:50.567920Z",
            "last_modified": "2024-05-01T13:05:16.676203Z",
            "access_modifier": "Public"
        }
    ]
}