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=2
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=3",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2099c44-3cc5-4002-877f-e487928d2b8e/?format=api",
            "uuid": "d2099c44-3cc5-4002-877f-e487928d2b8e",
            "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/a209c69b-e70a-4b18-8683-c0b2c70b48b2/?format=api",
                "uuid": "a209c69b-e70a-4b18-8683-c0b2c70b48b2",
                "name": "Marknesse",
                "code": "06273"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:41.646694Z",
            "last_modified": "2024-05-01T13:05:12.179746Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a53d79b2-bca2-4f47-8eb1-61708983b9b9/?format=api",
            "uuid": "a53d79b2-bca2-4f47-8eb1-61708983b9b9",
            "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/d2f4ac90-8d77-48a2-9652-fe92bf30a43b/?format=api",
                "uuid": "d2f4ac90-8d77-48a2-9652-fe92bf30a43b",
                "name": "Deelen",
                "code": "06275"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:42.190269Z",
            "last_modified": "2024-05-01T13:05:14.430354Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/00034b5c-62e4-4493-b5ee-279cb1f89f77/?format=api",
            "uuid": "00034b5c-62e4-4493-b5ee-279cb1f89f77",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1992-03-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/f8d24537-e62e-41a4-af4d-cbe939f759bc/?format=api",
                "uuid": "f8d24537-e62e-41a4-af4d-cbe939f759bc",
                "name": "Heino",
                "code": "06278"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:42.737190Z",
            "last_modified": "2024-05-01T13:05:17.687462Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e5063b6a-9b80-4dc1-b4fd-645d71788ee7/?format=api",
            "uuid": "e5063b6a-9b80-4dc1-b4fd-645d71788ee7",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1993-03-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/fbf7d46a-87dd-4a74-b2c7-ef3344d6f90f/?format=api",
                "uuid": "fbf7d46a-87dd-4a74-b2c7-ef3344d6f90f",
                "name": "Hoogeveen",
                "code": "06279"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:43.189961Z",
            "last_modified": "2024-05-01T13:05:09.767125Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/fd75b635-fe1a-4c8b-92f1-7c1ce9892fc4/?format=api",
            "uuid": "fd75b635-fe1a-4c8b-92f1-7c1ce9892fc4",
            "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/5c93b2f8-7bde-4b4c-8b06-aee06b0cf497/?format=api",
                "uuid": "5c93b2f8-7bde-4b4c-8b06-aee06b0cf497",
                "name": "Groningen *)",
                "code": "06280"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:43.584904Z",
            "last_modified": "2024-05-01T13:05:09.003401Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/60a5521b-5a39-4700-ab1c-8749e7535a05/?format=api",
            "uuid": "60a5521b-5a39-4700-ab1c-8749e7535a05",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1992-02-24T16: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/d2e915e1-53e9-43e7-af09-4e28bc032094/?format=api",
                "uuid": "d2e915e1-53e9-43e7-af09-4e28bc032094",
                "name": "Hupsel",
                "code": "06283"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:44.020613Z",
            "last_modified": "2024-05-01T13:05:10.491029Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb7a173f-a373-4f6a-bbf4-5ebf18740ca1/?format=api",
            "uuid": "cb7a173f-a373-4f6a-bbf4-5ebf18740ca1",
            "code": "WNS1400.1h::second::1::3600",
            "name": "WNS1400.1h",
            "description": "",
            "start": "1990-01-17T12: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/72746816-2e43-4b15-9da0-f4e4ece6504d/?format=api",
                "uuid": "72746816-2e43-4b15-9da0-f4e4ece6504d",
                "name": "Nieuw Beerta",
                "code": "06286"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:44.466777Z",
            "last_modified": "2024-05-01T13:05:11.941131Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/492b08ca-08e9-40bc-ad33-11a2646ed414/?format=api",
            "uuid": "492b08ca-08e9-40bc-ad33-11a2646ed414",
            "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/5e93aa59-1395-4381-b8b8-350bdeed1c4a/?format=api",
                "uuid": "5e93aa59-1395-4381-b8b8-350bdeed1c4a",
                "name": "Twenthe *)",
                "code": "06290"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:44.906639Z",
            "last_modified": "2024-05-01T13:05:08.106542Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/410379a2-f06a-4342-a611-d68c134b6234/?format=api",
            "uuid": "410379a2-f06a-4342-a611-d68c134b6234",
            "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/2392b90a-d2da-491c-a444-b74f5471c710/?format=api",
                "uuid": "2392b90a-d2da-491c-a444-b74f5471c710",
                "name": "Vlissingen *)",
                "code": "06310"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:45.452140Z",
            "last_modified": "2024-05-01T13:05:17.252894Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c023fb22-4464-4e99-ab3c-28256be27561/?format=api",
            "uuid": "c023fb22-4464-4e99-ab3c-28256be27561",
            "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/f279d8c3-fb20-49ab-9192-b142f4996b1f/?format=api",
                "uuid": "f279d8c3-fb20-49ab-9192-b142f4996b1f",
                "name": "Hansweert",
                "code": "06315"
            },
            "extra_metadata": {},
            "created": "2014-11-05T13:46:45.986132Z",
            "last_modified": "2021-06-23T16:12:39.867492Z",
            "access_modifier": "Public"
        }
    ]
}