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=30052
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=30053",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/timeseries/?format=api&page=30051",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/2104eca2-36f7-4312-823c-218a917132cb/?format=api",
            "uuid": "2104eca2-36f7-4312-823c-218a917132cb",
            "code": "WNS6723::nonequidistant::1::1",
            "name": "WNS6723",
            "description": "",
            "start": "2025-01-21T23:00:00Z",
            "end": "2025-04-22T11:45:00Z",
            "value_type": "float",
            "last_value": 30.0,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/9174/?format=api",
                "id": 9174,
                "code": "WNS6723",
                "parameter": "",
                "unit": "mg/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-02-20T13:20:38.254588Z",
                "last_modified": "2025-02-20T13:20:38.254580Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/5f3c759f-7366-446b-897c-64771c64908b/?format=api",
                "uuid": "5f3c759f-7366-446b-897c-64771c64908b",
                "name": "Bemonsteringspunt ontwaterd slib",
                "code": "400-X-2401"
            },
            "extra_metadata": {},
            "created": "2025-02-20T13:20:38.264854Z",
            "last_modified": "2025-05-13T08:26:18.873933Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e40205fa-b602-41b8-82a0-6ca87134510c/?format=api",
            "uuid": "e40205fa-b602-41b8-82a0-6ca87134510c",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -107.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/74b63f5d-7ad8-455b-bcdc-edda36d27fdc/?format=api",
                "uuid": "74b63f5d-7ad8-455b-bcdc-edda36d27fdc",
                "name": "DRONTERMEERDIJK, hmp 4.8, benedenbeloop, freatisch",
                "code": "20CZ-096-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366296Z",
            "last_modified": "2025-05-13T14:20:37.475803Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5f8b2da7-a313-41ee-a70c-84361d52993d/?format=api",
            "uuid": "5f8b2da7-a313-41ee-a70c-84361d52993d",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -108.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api",
                "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d",
                "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch",
                "code": "27AN-079-01"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366496Z",
            "last_modified": "2025-05-13T14:20:45.700216Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f9f20fb-9cec-4433-bdb7-2726a61ca8ed/?format=api",
            "uuid": "1f9f20fb-9cec-4433-bdb7-2726a61ca8ed",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -133.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api",
                "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch",
                "code": "27AN-079-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366546Z",
            "last_modified": "2025-05-13T14:20:49.971729Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d9211896-89ba-4bb3-9ece-a7f15e5cc4a2/?format=api",
            "uuid": "d9211896-89ba-4bb3-9ece-a7f15e5cc4a2",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -164.4,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api",
                "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d",
                "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch",
                "code": "27AN-079-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366588Z",
            "last_modified": "2025-05-13T14:25:24.088696Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/1aa52f75-f6aa-4eed-ac71-dd0236847702/?format=api",
            "uuid": "1aa52f75-f6aa-4eed-ac71-dd0236847702",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-12T18:00:00Z",
            "value_type": "float",
            "last_value": -145.8,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api",
                "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298",
                "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch",
                "code": "26FZ-197-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366630Z",
            "last_modified": "2025-05-13T14:25:25.653258Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9/?format=api",
            "uuid": "a0f3ad14-cdbf-4943-8ba1-c4ec49d5f8e9",
            "code": "WNS12779::second::1::3600",
            "name": "WNS12779",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-12T22:00:00Z",
            "value_type": "float",
            "last_value": -185.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/3905/?format=api",
                "id": 3905,
                "code": "WNS12779",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:40.840685Z",
                "last_modified": "2020-02-19T15:58:40.840648Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/034f2411-9428-44c6-a097-ef15436e7467/?format=api",
                "uuid": "034f2411-9428-44c6-a097-ef15436e7467",
                "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch",
                "code": "26FZ-197-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366671Z",
            "last_modified": "2025-05-13T14:20:52.028432Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/d92368b8-f2ad-4fc8-a9ab-57f564badcd4/?format=api",
            "uuid": "d92368b8-f2ad-4fc8-a9ab-57f564badcd4",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -81.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Waterhoogte t.o.v. mv",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2025-05-12T15:41:27.545789Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/74b63f5d-7ad8-455b-bcdc-edda36d27fdc/?format=api",
                "uuid": "74b63f5d-7ad8-455b-bcdc-edda36d27fdc",
                "name": "DRONTERMEERDIJK, hmp 4.8, benedenbeloop, freatisch",
                "code": "20CZ-096-04"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366732Z",
            "last_modified": "2025-05-13T14:20:44.436369Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/dab8aa47-a18d-4e6c-9e3d-eac2422b01a2/?format=api",
            "uuid": "dab8aa47-a18d-4e6c-9e3d-eac2422b01a2",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -377.7,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Waterhoogte t.o.v. mv",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2025-05-12T15:41:27.545789Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api",
                "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d",
                "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch",
                "code": "27AN-079-01"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366773Z",
            "last_modified": "2025-05-13T14:20:59.685430Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/ba1baa71-f8d0-429b-a0ab-3f83bff45df1/?format=api",
            "uuid": "ba1baa71-f8d0-429b-a0ab-3f83bff45df1",
            "code": "WNS8973::second::1::3600",
            "name": "WNS8973",
            "description": "",
            "start": "2025-01-22T06:00:00Z",
            "end": "2025-05-13T01:00:00Z",
            "value_type": "float",
            "last_value": -299.3,
            "interval": null,
            "observation_type": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/observationtypes/29/?format=api",
                "id": 29,
                "code": "WNS8973",
                "parameter": "Waterhoogte t.o.v. mv",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MAAIVD",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2025-05-12T15:41:27.545789Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/locations/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api",
                "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b",
                "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch",
                "code": "27AN-079-02"
            },
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.366832Z",
            "last_modified": "2025-05-13T14:21:03.312034Z",
            "access_modifier": "Public"
        }
    ]
}