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

{
    "count": 326771,
    "next": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32674",
    "previous": "https://demo.lizard.net/api/v4/timeseries/?format=api&page=32672",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6a241a7a-2999-4372-87c4-c90c3279091b/?format=api",
            "uuid": "6a241a7a-2999-4372-87c4-c90c3279091b",
            "code": "WNS5139::nonequidistant::1::1",
            "name": "WNS5139",
            "description": "",
            "start": "2025-01-19T00:00:00Z",
            "end": "2025-02-12T00:00:00Z",
            "value_type": "float",
            "last_value": 0.09,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6621/?format=api",
                "id": 6621,
                "code": "WNS5139",
                "parameter": "uranium",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.272126Z",
                "last_modified": "2020-06-24T11:06:18.272089Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4e398ee0-4f2a-4b56-aabb-9352ee4a4365/?format=api",
                "uuid": "4e398ee0-4f2a-4b56-aabb-9352ee4a4365",
                "name": "Bemonsteringspunt influent",
                "code": "600-X-1104"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:50.707910Z",
            "last_modified": "2025-03-15T10:25:46.330335Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/804341a0-5612-4523-8c6d-d991086059a7/?format=api",
            "uuid": "804341a0-5612-4523-8c6d-d991086059a7",
            "code": "WNS2182::nonequidistant::1::1",
            "name": "WNS2182",
            "description": "",
            "start": "2025-01-19T00:00:00Z",
            "end": "2025-02-12T00:00:00Z",
            "value_type": "float",
            "last_value": 0.67,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6623/?format=api",
                "id": 6623,
                "code": "WNS2182",
                "parameter": "wolfraam",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "AW",
                "created": "2020-06-24T11:06:18.311221Z",
                "last_modified": "2020-06-24T11:06:18.311182Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/4e398ee0-4f2a-4b56-aabb-9352ee4a4365/?format=api",
                "uuid": "4e398ee0-4f2a-4b56-aabb-9352ee4a4365",
                "name": "Bemonsteringspunt influent",
                "code": "600-X-1104"
            },
            "extra_metadata": {},
            "created": "2025-02-18T12:20:50.707988Z",
            "last_modified": "2025-03-15T10:25:52.225399Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64be24e0-6070-4682-93aa-01a8be2306d8/?format=api",
            "uuid": "64be24e0-6070-4682-93aa-01a8be2306d8",
            "code": "WNS14750::nonequidistant::1::1",
            "name": "WNS14750",
            "description": "",
            "start": "2025-01-07T09:00:00Z",
            "end": "2025-02-06T09:00:00Z",
            "value_type": "float",
            "last_value": 100000.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9170/?format=api",
                "id": 9170,
                "code": "WNS14750",
                "parameter": "",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-02-19T13:21:00.297949Z",
                "last_modified": "2025-02-19T13:21:00.297931Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/eb3e58bd-3d88-4c1d-a880-a85f72df25f7/?format=api",
                "uuid": "eb3e58bd-3d88-4c1d-a880-a85f72df25f7",
                "name": "Bemonsteringspunt percolaatwater",
                "code": "800-X-6105"
            },
            "extra_metadata": {},
            "created": "2025-02-19T13:21:00.316941Z",
            "last_modified": "2025-03-04T10:25:59.111160Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed9c1e2d-578e-4a20-953c-7c725dd279f4/?format=api",
            "uuid": "ed9c1e2d-578e-4a20-953c-7c725dd279f4",
            "code": "WNS2411::nonequidistant::1::1",
            "name": "WNS2411",
            "description": "",
            "start": "2025-01-07T09:00:00Z",
            "end": "2025-02-06T09:00:00Z",
            "value_type": "float",
            "last_value": 0.05,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9171/?format=api",
                "id": 9171,
                "code": "WNS2411",
                "parameter": "",
                "unit": "ug/l",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-02-19T13:21:00.306214Z",
                "last_modified": "2025-02-19T13:21:00.306197Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/eb3e58bd-3d88-4c1d-a880-a85f72df25f7/?format=api",
                "uuid": "eb3e58bd-3d88-4c1d-a880-a85f72df25f7",
                "name": "Bemonsteringspunt percolaatwater",
                "code": "800-X-6105"
            },
            "extra_metadata": {},
            "created": "2025-02-19T13:21:00.317041Z",
            "last_modified": "2025-03-04T10:26:08.489833Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/55c01b96-be96-4d3f-9c09-a17c7f9839fd/?format=api",
            "uuid": "55c01b96-be96-4d3f-9c09-a17c7f9839fd",
            "code": "WNS535::nonequidistant::1::1",
            "name": "WNS535",
            "description": "",
            "start": "2025-01-21T23:00:00Z",
            "end": "2025-01-21T23:00:00Z",
            "value_type": "float",
            "last_value": 0.39,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9172/?format=api",
                "id": 9172,
                "code": "WNS535",
                "parameter": "",
                "unit": "mg/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-02-20T13:20:38.235797Z",
                "last_modified": "2025-02-20T13:20:38.235786Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.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.264663Z",
            "last_modified": "2025-03-04T10:25:26.990092Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a1c82dff-4cdb-4392-bd0c-5f5e150ec725/?format=api",
            "uuid": "a1c82dff-4cdb-4392-bd0c-5f5e150ec725",
            "code": "WNS13145::nonequidistant::1::1",
            "name": "WNS13145",
            "description": "",
            "start": "2025-01-21T23:00:00Z",
            "end": "2025-01-21T23:00:00Z",
            "value_type": "float",
            "last_value": 0.5,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/4271/?format=api",
                "id": 4271,
                "code": "WNS13145",
                "parameter": "",
                "unit": "",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-02-19T15:58:43.360708Z",
                "last_modified": "2020-02-19T15:58:43.360668Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.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.264765Z",
            "last_modified": "2025-03-04T10:25:54.792886Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2c807de-3eed-4f0e-b4e2-8366beaf2e8d/?format=api",
            "uuid": "e2c807de-3eed-4f0e-b4e2-8366beaf2e8d",
            "code": "WNS2181::nonequidistant::1::1",
            "name": "WNS2181",
            "description": "",
            "start": "2025-01-21T23:00:00Z",
            "end": "2025-01-21T23:00:00Z",
            "value_type": "float",
            "last_value": 1.8,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/9173/?format=api",
                "id": 9173,
                "code": "WNS2181",
                "parameter": "",
                "unit": "mg/kg",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2025-02-20T13:20:38.248851Z",
                "last_modified": "2025-02-20T13:20:38.248832Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.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.264812Z",
            "last_modified": "2025-03-04T10:25:57.200595Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-01-21T23:00:00Z",
            "value_type": "float",
            "last_value": 49.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-03-04T10:26:13.133794Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-03-15T02:00:00Z",
            "value_type": "float",
            "last_value": -91.7,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-03-15T11:20:48.984237Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.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-03-15T02:00:00Z",
            "value_type": "float",
            "last_value": -99.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.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://demo.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-03-15T11:20:57.735797Z",
            "access_modifier": "Public"
        }
    ]
}