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

{
    "count": 300609,
    "next": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30061",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30059",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/fa1261d7-05b8-45f9-bed1-74977243ec48/?format=api",
            "uuid": "fa1261d7-05b8-45f9-bed1-74977243ec48",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T13:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -448.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/63546956-881d-4ab0-b689-29e29fbda03d/?format=api",
                "uuid": "63546956-881d-4ab0-b689-29e29fbda03d",
                "name": "Meetpunt Strandgapertocht",
                "code": "MP6038"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803624Z",
            "last_modified": "2025-05-09T15:25:37.936019Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2a0d43d2-0ef1-4e20-a995-67eb30b1f71b/?format=api",
            "uuid": "2a0d43d2-0ef1-4e20-a995-67eb30b1f71b",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T13:30:00Z",
            "end": "2025-05-09T07:15:00Z",
            "value_type": "float",
            "last_value": -620.05,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/8df8921a-e089-408c-aed0-0e451a0f7bb4/?format=api",
                "uuid": "8df8921a-e089-408c-aed0-0e451a0f7bb4",
                "name": "Meetpunt Lepelaartocht",
                "code": "MP6040"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803667Z",
            "last_modified": "2025-05-09T15:25:27.119913Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a51c4eef-fe4a-4862-91cb-f98a465db9de/?format=api",
            "uuid": "a51c4eef-fe4a-4862-91cb-f98a465db9de",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T11:00:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -545.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/780b7377-7924-4d20-b9d8-0387ad35802c/?format=api",
                "uuid": "780b7377-7924-4d20-b9d8-0387ad35802c",
                "name": "Meetpunt Sterappeltocht",
                "code": "MP6041"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803710Z",
            "last_modified": "2025-05-09T15:25:32.446480Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c8ecc296-3545-45c2-bd26-0dbcf42eafc8/?format=api",
            "uuid": "c8ecc296-3545-45c2-bd26-0dbcf42eafc8",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T16:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -616.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/84d5727c-c32f-41b4-be0b-b9d293a00ee6/?format=api",
                "uuid": "84d5727c-c32f-41b4-be0b-b9d293a00ee6",
                "name": "Meetpunt Roerdomptocht",
                "code": "MP6042"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803752Z",
            "last_modified": "2025-05-09T15:25:51.830069Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/f70dac58-53e0-402f-9eb4-ebe66fc9451f/?format=api",
            "uuid": "f70dac58-53e0-402f-9eb4-ebe66fc9451f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-07T04:00:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -617.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/1404e81c-f32c-46b9-8082-67ee2cd3768f/?format=api",
                "uuid": "1404e81c-f32c-46b9-8082-67ee2cd3768f",
                "name": "Meetpunt Gruttotocht",
                "code": "MP6043"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803793Z",
            "last_modified": "2025-05-09T15:25:34.613492Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/596ba506-4152-4faa-aedb-9ff5c5f8d388/?format=api",
            "uuid": "596ba506-4152-4faa-aedb-9ff5c5f8d388",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T13:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -446.1,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/123244c1-bf14-491b-8016-308e3db17157/?format=api",
                "uuid": "123244c1-bf14-491b-8016-308e3db17157",
                "name": "Meetpunt Oudebostocht",
                "code": "MP6044"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803834Z",
            "last_modified": "2025-05-09T15:25:36.404567Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a278f97a-6bea-4e6c-b9c7-a94eec9d80d7/?format=api",
            "uuid": "a278f97a-6bea-4e6c-b9c7-a94eec9d80d7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T14:30:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -586.2,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/9e7270b0-f2c2-4063-80a9-36ce3b2647fc/?format=api",
                "uuid": "9e7270b0-f2c2-4063-80a9-36ce3b2647fc",
                "name": "Meetpunt Elandtocht Zuid",
                "code": "MP6047"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803875Z",
            "last_modified": "2025-05-09T15:25:45.281745Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/8446c9b0-4660-45e3-8f96-7e50d50b6912/?format=api",
            "uuid": "8446c9b0-4660-45e3-8f96-7e50d50b6912",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T16:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -543.6,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/91f771fb-7144-49b2-86e3-929048ebe278/?format=api",
                "uuid": "91f771fb-7144-49b2-86e3-929048ebe278",
                "name": "Meetpunt Hanzetocht",
                "code": "MP6048"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803916Z",
            "last_modified": "2025-05-09T15:25:50.505516Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/11378020-1fe5-4fa3-bc6f-c6a3851fec5f/?format=api",
            "uuid": "11378020-1fe5-4fa3-bc6f-c6a3851fec5f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-04T18:45:00Z",
            "end": "2025-05-09T07:00:00Z",
            "value_type": "float",
            "last_value": -527.9,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/93097f22-78f3-42ee-82e7-6f31bfccc90d/?format=api",
                "uuid": "93097f22-78f3-42ee-82e7-6f31bfccc90d",
                "name": "Meetpunt Warande 2 Larserdreef",
                "code": "MP6110"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803958Z",
            "last_modified": "2025-05-09T15:25:22.725476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/aaa9ae0e-1836-485c-98bb-444cd148dc73/?format=api",
            "uuid": "aaa9ae0e-1836-485c-98bb-444cd148dc73",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2025-02-06T11:00:00Z",
            "end": "2025-05-09T07:15:00Z",
            "value_type": "float",
            "last_value": -537.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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://zuiderzeeland.lizard.net/api/v4/locations/a781f41f-4b06-4bbe-b9b7-b0223820114f/?format=api",
                "uuid": "a781f41f-4b06-4bbe-b9b7-b0223820114f",
                "name": "Meetpunt Kempenaar",
                "code": "MP6112"
            },
            "extra_metadata": {},
            "created": "2025-05-08T15:22:55.803999Z",
            "last_modified": "2025-05-09T15:25:33.327472Z",
            "access_modifier": "Public"
        }
    ]
}