Endpoint for interacting with timeseries metadata and events.

In absence of startTime and endTime query parameters, no events will be returned to avoid unintentionally large responses. Events are raw (i.e. not aggregated) by default, but may be aggregated by specifying a min_points or window parameter. Aggregated events have several characteristics, which may be exposed via fields parameters.

Retrieving raw events for large periods is best done asynchronously. See the async parameter below.

Query parameters

async: Requests can be handled asynchronously by specifying async=true. This is particularly useful when retrieving events for many timeseries and/or large periods, which may result in time-outs otherwise.

fields: Controls how (aggregated) events are serialized. Multiple fields parameters may be present. Possible values are: avg, count, first, first_timestamp, last, last_timestamp, max, max_timestamp, min, min_timestamp, nans, size, and sum. When working with raw events, fields=value will return familiar timestamp-value pairs.

startTime: Temporal filter on startTime. Supports various lookup types (startTime__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

format: Controls in what format the reponse is. Possible values: json and api (the default). Another way of controlling this, is by sending an Accept HTTP header field in the request, e.g. Accept: application/json.

endTime: Temporal filter on endTime. Supports various lookup types (endTime__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

location: Related filter on location. See the locations endpoint.

median: Include this argument to get the 50th percentile for every timeseries.

min_points: Controls the number of events to be returned. The system will automatically choose an aggregation level that yields a minimum number of (aggregated) events, but no less than min_points, if possible.

name: Text filter on name. Supports various lookup types (name__exact by default).

no_events: Include this arguments to not collect events (events are returned as null).

ordering: Offers basic ordering functionality on the last_modified and name attributes of timeseries. Orderings may be reversed by prefixing the attribute with '-'.

organisation_code (or just code for short): Text filter on code. Supports various lookup types (organisation_code__exact by default).

page: To prevent system overloads, list-view results are paginated. This parameter specifies which page to return.

pageSize: The maximum number of results to return in list-view. The default is 10.

percentiles: Either a comma-seperated list of requested percentiles (e.g. 1.20,5 ) or just this argument without value. The latter case includes a list of all cardinal percentiles from 0 to 100.

search: Offers basic search functionality on the name attribute of timeseries and associated locations. More advanced search functionality is available via the search endpoint.

startTime/endTime: Both query parameters are required to obtain events. They define an interval [startTime, endTime) and should be either in ISO 8601 YYYY-MM-DDThh:mm:ssZ format or in milliseconds since the epoch.

supplier: Related filter on supplier. See the users endpoint.

supplier_code: Text filter on supplier_code. Supports various lookup types (supplier_code__exact by default).

id: Text filter on uuid. Supports a comma-separated list of (fragments of) UUIDs. Supports id__icontains and id__iexact as default.

value_type: Number filter on value_type. Values in use are: 0 (integer), 1 (float), 4 (text), 5 (image), 8 (movie), 10 (file), 12 (float array). Supports various lookup types (value_type__exact by default).

window: Temporal aggregation window. One of raw, second, minute, 5min, hour, day, week, month, or year. Takes precedence over min_points. When used with percentiles, the percentiles are aggregated over month or year digests only.

timezone: If window is day or longer, the aggregation depends on the timezone. By default, aggregations are done in UTC (fastest). Supply another timezone (e.g. Europe/Amsterdam) to perform aggregation in local days (months, years) NB: This only effects the aggregation buckets, not the timestamps themselves, which are always UTC.

intervalLength: Timestep between measurements in seconds for equidistant Timeseries. A Timeseries with an interval of 0 or null is considered nonequidistant.

Examples

?location__locationName=Valkenburg

?location__object_type__model=pumpstation&location__object_id=1

?object=pumpstation$1 (a shorthand for above)

?median&window=year&no_events

?name=WNS1400.1d

?ordering=-last_modified

?organisation_code__startswith=WNS1400

?page=25&pageSize=4

?percentiles&no_events

?percentiles=5,50,95&no_events

?search=Valkenburg

?startTime__gte=2017-01-01T00:00:00Z

?endTime__lt=2018-01-01T00:00:00Z

?startTime=2016-08-27T12:15:00Z&endTime=2016-08-28T12:15:00Z

?startTime=1472300100000&endTime=1472386500000&fields=value

?supplier__email__endswith=satelligence.com

?supplier_code__isnull=False

?id=88f7-4c9f-8f28,15ea-4b7f-b2ed

?id__icontains=88f7-4

?value_type__in=0,1

?intervalLength=1000

As a more elaborate example, below is shown how to retrieve raw events (without metadata) for a particular timeseries in an asynchronous way. This example combines several of the above query string parameters.

https://demo.lizard.net/api/v3/timeseries/<UUID>/data/ ↵
?startTime=1262304000000&endTime=1478794500000&fields=value&format=json&async=true
GET /dd/api/v2/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "paging": {
        "totalObjectCount": 310102,
        "prev": null,
        "next": "https://demo.lizard.net/dd/api/v2/timeseries/?format=api&page=2",
        "maxPageSize": 1000,
        "minPageSize": 2
    },
    "results": [
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/ca167ffd-ad8e-4578-8683-bf450e377ce3/?format=api",
            "id": "ca167ffd-ad8e-4578-8683-bf450e377ce3",
            "qualifier": "H.meting::second::1::600",
            "location": {
                "id": "8568bc8c-b439-4727-8b4a-47eec86e26c4",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911742217785714,
                        52.48515739228901,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/8568bc8c-b439-4727-8b4a-47eec86e26c4/?format=api",
                    "locationCode": "Ouderlandsdijkje_MP2-4v2",
                    "locationName": "PB-05",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/bd337911-2600-42be-9439-fbaeedb34350/?format=api",
                "id": "bd337911-2600-42be-9439-fbaeedb34350",
                "quantity": "Waterhoogte",
                "unit": "m",
                "parameterCode": "Waterhoogte",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2016-08-15T11:20:00Z",
            "endTime": "2016-08-16T11:30:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/ec49a6d5-8c99-4348-beb6-58b6482c32cb/?format=api",
            "id": "ec49a6d5-8c99-4348-beb6-58b6482c32cb",
            "qualifier": "Hk.15::second::1::900",
            "location": {
                "id": "13b4ed88-2855-4eef-8e9e-147a277d7b58",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.874411497121353,
                        52.14156495216375,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/13b4ed88-2855-4eef-8e9e-147a277d7b58/?format=api",
                    "locationCode": "KW439431",
                    "locationName": "OUD KAMERIK_4394-K_OUD KAMERIK STUW-stuw1_afvoer",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/0d93f3f9-7563-427c-a682-23e94406cc05/?format=api",
                "id": "0d93f3f9-7563-427c-a682-23e94406cc05",
                "quantity": "Kruinhoogte",
                "unit": "m",
                "parameterCode": "Kruinhoogte",
                "compartment": "NT",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2017-01-23T13:00:00Z",
            "endTime": "2019-12-04T17:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/5f0b501d-0aab-42a2-bb79-efdebcc77f68/?format=api",
            "id": "5f0b501d-0aab-42a2-bb79-efdebcc77f68",
            "qualifier": "H.niveau::second::1::180",
            "location": {
                "id": "38253382-2604-4f85-8d07-ee18ffa7ae5a",
                "type": "Feature",
                "geometry": null,
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/38253382-2604-4f85-8d07-ee18ffa7ae5a/?format=api",
                    "locationCode": "Nkgem_683",
                    "locationName": "Anna Paulowna - Nieuweweg 1 (hist - apr 2012)",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/2ffff489-21f9-4448-888c-a85ae807690d/?format=api",
                "id": "2ffff489-21f9-4448-888c-a85ae807690d",
                "quantity": "Waterhoogte",
                "unit": "mm",
                "parameterCode": "Waterhoogte",
                "compartment": "AW",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2014-10-08T16:00:00Z",
            "endTime": "2015-09-04T12:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": 180
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/acb49291-20f0-4cfc-96d2-2884b846e8a2/?format=api",
            "id": "acb49291-20f0-4cfc-96d2-2884b846e8a2",
            "qualifier": "H.meting::second::1::1800",
            "location": {
                "id": "221706e1-9bf7-4835-ba36-8e0e7a949853",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.812419588105253,
                        52.54518805519724,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/221706e1-9bf7-4835-ba36-8e0e7a949853/?format=api",
                    "locationCode": "PB_OG5D_1212-0086-000_F-432_KR",
                    "locationName": "PB_OG5D_1212-0086-000_KR_F-432",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/bd337911-2600-42be-9439-fbaeedb34350/?format=api",
                "id": "bd337911-2600-42be-9439-fbaeedb34350",
                "quantity": "Waterhoogte",
                "unit": "m",
                "parameterCode": "Waterhoogte",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2016-08-15T11:00:00Z",
            "endTime": "2016-08-16T11:30:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/0a4e1b26-5c70-4e8d-90c0-f3931a3c4473/?format=api",
            "id": "0a4e1b26-5c70-4e8d-90c0-f3931a3c4473",
            "qualifier": "H.meting.proc::second::1::86400",
            "location": {
                "id": "2ad97c6d-23d4-43d0-95f9-5a9f495480b6",
                "type": "Feature",
                "geometry": {
                    "type": "MultiPolygon",
                    "coordinates": [
                        [
                            [
                                [
                                    5.00860200928277,
                                    52.7514285173755,
                                    0.0
                                ],
                                [
                                    5.008573966375294,
                                    52.75089209232569,
                                    0.0
                                ],
                                [
                                    5.00857273244843,
                                    52.75086860573177,
                                    0.0
                                ],
                                [
                                    5.007695213022473,
                                    52.75080097359091,
                                    0.0
                                ],
                                [
                                    5.007695186433829,
                                    52.75080062301854,
                                    0.0
                                ],
                                [
                                    5.007603200323672,
                                    52.74976641815819,
                                    0.0
                                ],
                                [
                                    5.007466735209122,
                                    52.74977001838849,
                                    0.0
                                ],
                                [
                                    5.007319738412946,
                                    52.74977378259369,
                                    0.0
                                ],
                                [
                                    5.007207456938128,
                                    52.7483431016243,
                                    0.0
                                ],
                                [
                                    5.005581813297882,
                                    52.74775535856755,
                                    0.0
                                ],
                                [
                                    5.005357446914742,
                                    52.74769900194326,
                                    0.0
                                ],
                                [
                                    5.004730029334579,
                                    52.74759390993896,
                                    0.0
                                ],
                                [
                                    5.003186313644096,
                                    52.74748833600378,
                                    0.0
                                ],
                                [
                                    5.002303925432813,
                                    52.74740528964497,
                                    0.0
                                ],
                                [
                                    5.000991291648222,
                                    52.74739786027315,
                                    0.0
                                ],
                                [
                                    4.998093748720888,
                                    52.74738142209813,
                                    0.0
                                ],
                                [
                                    4.996872194992615,
                                    52.74734242223192,
                                    0.0
                                ],
                                [
                                    4.996169582286517,
                                    52.74735721118662,
                                    0.0
                                ],
                                [
                                    4.995609746924613,
                                    52.74741205257918,
                                    0.0
                                ],
                                [
                                    4.995112472726383,
                                    52.74748274340869,
                                    0.0
                                ],
                                [
                                    4.993521975208195,
                                    52.74768189579671,
                                    0.0
                                ],
                                [
                                    4.992823489903932,
                                    52.74770797516723,
                                    0.0
                                ],
                                [
                                    4.992092938850602,
                                    52.74775726504982,
                                    0.0
                                ],
                                [
                                    4.991320479282331,
                                    52.74776498169289,
                                    0.0
                                ],
                                [
                                    4.990115833894771,
                                    52.74790915725539,
                                    0.0
                                ],
                                [
                                    4.989850191030569,
                                    52.74794007611705,
                                    0.0
                                ],
                                [
                                    4.989564541850807,
                                    52.74797565471166,
                                    0.0
                                ],
                                [
                                    4.989281135732687,
                                    52.7479924755113,
                                    0.0
                                ],
                                [
                                    4.988725487098236,
                                    52.74792529268579,
                                    0.0
                                ],
                                [
                                    4.988235135404357,
                                    52.74778822829033,
                                    0.0
                                ],
                                [
                                    4.988404850279553,
                                    52.74975517918677,
                                    0.0
                                ],
                                [
                                    4.988471765041922,
                                    52.7514121331919,
                                    0.0
                                ],
                                [
                                    4.98817577503891,
                                    52.75141934725343,
                                    0.0
                                ],
                                [
                                    4.987310588957496,
                                    52.75144042343246,
                                    0.0
                                ],
                                [
                                    4.987026094548907,
                                    52.75144734969368,
                                    0.0
                                ],
                                [
                                    4.984705861618576,
                                    52.75144508773808,
                                    0.0
                                ],
                                [
                                    4.984128635220024,
                                    52.75148812458116,
                                    0.0
                                ],
                                [
                                    4.984020354990241,
                                    52.74976841622844,
                                    0.0
                                ],
                                [
                                    4.983839764467778,
                                    52.74976910804332,
                                    0.0
                                ],
                                [
                                    4.983174426973114,
                                    52.74978427014259,
                                    0.0
                                ],
                                [
                                    4.983202150008946,
                                    52.75021709126585,
                                    0.0
                                ],
                                [
                                    4.982958493477762,
                                    52.75022426309847,
                                    0.0
                                ],
                                [
                                    4.982470143053606,
                                    52.7502386466791,
                                    0.0
                                ],
                                [
                                    4.982557567060818,
                                    52.7511750255871,
                                    0.0
                                ],
                                [
                                    4.982568147699367,
                                    52.75128841296854,
                                    0.0
                                ],
                                [
                                    4.981326361411202,
                                    52.75131754834442,
                                    0.0
                                ],
                                [
                                    4.980788712112351,
                                    52.75133619661679,
                                    0.0
                                ],
                                [
                                    4.980793615844894,
                                    52.75144955581001,
                                    0.0
                                ],
                                [
                                    4.980800814744008,
                                    52.7516173293662,
                                    0.0
                                ],
                                [
                                    4.980781392492103,
                                    52.75169458617978,
                                    0.0
                                ],
                                [
                                    4.979172509417539,
                                    52.75172262604158,
                                    0.0
                                ],
                                [
                                    4.978031491580373,
                                    52.75177629178659,
                                    0.0
                                ],
                                [
                                    4.976607840250614,
                                    52.75177180738932,
                                    0.0
                                ],
                                [
                                    4.976103239725004,
                                    52.75178909254197,
                                    0.0
                                ],
                                [
                                    4.975486851872627,
                                    52.75187181817734,
                                    0.0
                                ],
                                [
                                    4.974794746812575,
                                    52.75181748031881,
                                    0.0
                                ],
                                [
                                    4.974434685425406,
                                    52.75181450794047,
                                    0.0
                                ],
                                [
                                    4.974238689346572,
                                    52.75020825990434,
                                    0.0
                                ],
                                [
                                    4.974384597716807,
                                    52.75019945516325,
                                    0.0
                                ],
                                [
                                    4.974537710422632,
                                    52.75024034568744,
                                    0.0
                                ],
                                [
                                    4.975400830629787,
                                    52.75013777229632,
                                    0.0
                                ],
                                [
                                    4.975341864824913,
                                    52.74960511373419,
                                    0.0
                                ],
                                [
                                    4.974238073921438,
                                    52.74974818336435,
                                    0.0
                                ],
                                [
                                    4.97394576985574,
                                    52.74980053389911,
                                    0.0
                                ],
                                [
                                    4.97360872158498,
                                    52.74990796176949,
                                    0.0
                                ],
                                [
                                    4.97312193924636,
                                    52.75009043904667,
                                    0.0
                                ],
                                [
                                    4.972956259016647,
                                    52.75015254658529,
                                    0.0
                                ],
                                [
                                    4.972791688111519,
                                    52.75029471289258,
                                    0.0
                                ],
                                [
                                    4.972760338183803,
                                    52.75037420963526,
                                    0.0
                                ],
                                [
                                    4.972413280136441,
                                    52.75125435417497,
                                    0.0
                                ],
                                [
                                    4.972293789057329,
                                    52.7516015415959,
                                    0.0
                                ],
                                [
                                    4.972076536022708,
                                    52.75238285886376,
                                    0.0
                                ],
                                [
                                    4.972102189873609,
                                    52.75259564964241,
                                    0.0
                                ],
                                [
                                    4.97406737912529,
                                    52.75250840566871,
                                    0.0
                                ],
                                [
                                    4.974956615668582,
                                    52.75247332756826,
                                    0.0
                                ],
                                [
                                    4.97580087151728,
                                    52.75244898859991,
                                    0.0
                                ],
                                [
                                    4.97786197810926,
                                    52.75240158241466,
                                    0.0
                                ],
                                [
                                    4.979631276296759,
                                    52.75235314269074,
                                    0.0
                                ],
                                [
                                    4.981970916541338,
                                    52.75228481576237,
                                    0.0
                                ],
                                [
                                    4.983695213673868,
                                    52.75224706369259,
                                    0.0
                                ],
                                [
                                    4.988468412231609,
                                    52.7521459448585,
                                    0.0
                                ],
                                [
                                    4.99127505682848,
                                    52.75206264109868,
                                    0.0
                                ],
                                [
                                    4.996354527678844,
                                    52.75184503492866,
                                    0.0
                                ],
                                [
                                    4.998685381681613,
                                    52.7517490937712,
                                    0.0
                                ],
                                [
                                    4.999906754167672,
                                    52.75172036707981,
                                    0.0
                                ],
                                [
                                    5.002255257492556,
                                    52.75165711665282,
                                    0.0
                                ],
                                [
                                    5.00722665948788,
                                    52.7514659549264,
                                    0.0
                                ],
                                [
                                    5.008439075764907,
                                    52.75143165717144,
                                    0.0
                                ],
                                [
                                    5.00860200928277,
                                    52.7514285173755,
                                    0.0
                                ]
                            ]
                        ]
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/2ad97c6d-23d4-43d0-95f9-5a9f495480b6/?format=api",
                    "locationCode": "6750T-15",
                    "locationName": "6750T-15",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/63da4f4f-bbec-4958-9d56-54d5437064ad/?format=api",
                "id": "63da4f4f-bbec-4958-9d56-54d5437064ad",
                "quantity": "Vullingsgraad",
                "unit": "%",
                "parameterCode": "Vullingsgraad",
                "compartment": "AW",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2018-06-13T00:00:00Z",
            "endTime": "2019-06-13T00:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/1765ca7f-f627-4165-bc37-21525306db35/?format=api",
            "id": "1765ca7f-f627-4165-bc37-21525306db35",
            "qualifier": "H.meting.proc::second::1::86400",
            "location": {
                "id": "572d4222-d878-4463-ad20-9e1320cd5942",
                "type": "Feature",
                "geometry": {
                    "type": "MultiPolygon",
                    "coordinates": [
                        [
                            [
                                [
                                    5.069714938270513,
                                    52.71202186925913,
                                    0.0
                                ],
                                [
                                    5.069669034823524,
                                    52.71243955805241,
                                    0.0
                                ],
                                [
                                    5.070998596562866,
                                    52.71274481402424,
                                    0.0
                                ],
                                [
                                    5.071043264973903,
                                    52.7127580535375,
                                    0.0
                                ],
                                [
                                    5.072017589844494,
                                    52.71304677105808,
                                    0.0
                                ],
                                [
                                    5.072985888540834,
                                    52.71344115985078,
                                    0.0
                                ],
                                [
                                    5.07397740228792,
                                    52.71387166627274,
                                    0.0
                                ],
                                [
                                    5.074090316509992,
                                    52.71350797493299,
                                    0.0
                                ],
                                [
                                    5.074597270174301,
                                    52.71358730431498,
                                    0.0
                                ],
                                [
                                    5.074688790190996,
                                    52.71341149972517,
                                    0.0
                                ],
                                [
                                    5.074320536442912,
                                    52.71336191348145,
                                    0.0
                                ],
                                [
                                    5.074386884167027,
                                    52.71270428998415,
                                    0.0
                                ],
                                [
                                    5.073510191338158,
                                    52.71262841679775,
                                    0.0
                                ],
                                [
                                    5.072944539594088,
                                    52.71253159207272,
                                    0.0
                                ],
                                [
                                    5.072598930416231,
                                    52.71252201609828,
                                    0.0
                                ],
                                [
                                    5.072257381673695,
                                    52.71254879298224,
                                    0.0
                                ],
                                [
                                    5.07231544532124,
                                    52.71209515175449,
                                    0.0
                                ],
                                [
                                    5.069714938270513,
                                    52.71202186925913,
                                    0.0
                                ]
                            ]
                        ]
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/572d4222-d878-4463-ad20-9e1320cd5942/?format=api",
                    "locationCode": "6750O-18",
                    "locationName": "6750O-18",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/63da4f4f-bbec-4958-9d56-54d5437064ad/?format=api",
                "id": "63da4f4f-bbec-4958-9d56-54d5437064ad",
                "quantity": "Vullingsgraad",
                "unit": "%",
                "parameterCode": "Vullingsgraad",
                "compartment": "AW",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2018-06-13T00:00:00Z",
            "endTime": "2019-06-13T00:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/fceb139b-e8a9-4668-b566-cd63bc86ae6b/?format=api",
            "id": "fceb139b-e8a9-4668-b566-cd63bc86ae6b",
            "qualifier": "WNS9040::nonequidistant::1::1",
            "location": {
                "id": "db159bd8-4e36-4bd8-b62d-d95ac070cdd2",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        5.137273168900555,
                        52.34501806839409,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/db159bd8-4e36-4bd8-b62d-d95ac070cdd2/?format=api",
                    "locationCode": "61PB008",
                    "locationName": "BD24",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/b2c771d1-60a6-4274-984e-08d011cbce5c/?format=api",
                "id": "b2c771d1-60a6-4274-984e-08d011cbce5c",
                "quantity": "Stijghoogte",
                "unit": "m",
                "parameterCode": "Stijghoogte",
                "compartment": "GW",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2012-02-03T13:00:00Z",
            "endTime": "2018-01-12T10:30:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/64d6d992-310a-433f-ade0-a8c3000ea057/?format=api",
            "id": "64d6d992-310a-433f-ade0-a8c3000ea057",
            "qualifier": "H.meting::second::1::1800",
            "location": {
                "id": "49f9377a-d7f2-4c7e-a779-af6519874e45",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.901840711658623,
                        52.602967824810186,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/49f9377a-d7f2-4c7e-a779-af6519874e45/?format=api",
                    "locationCode": "MB_Westdijk_D2",
                    "locationName": "PB_BE0177+082_KR_F-859",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/bd337911-2600-42be-9439-fbaeedb34350/?format=api",
                "id": "bd337911-2600-42be-9439-fbaeedb34350",
                "quantity": "Waterhoogte",
                "unit": "m",
                "parameterCode": "Waterhoogte",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2016-08-15T11:00:00Z",
            "endTime": "2016-08-16T11:30:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/73575c2f-16a1-4328-a8f6-4067048182df/?format=api",
            "id": "73575c2f-16a1-4328-a8f6-4067048182df",
            "qualifier": "H.meting::second::1::900",
            "location": {
                "id": "2248412a-23c4-4ce6-be0d-b6d9354ca785",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.808602256796783,
                        52.71752317852759,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/2248412a-23c4-4ce6-be0d-b6d9354ca785/?format=api",
                    "locationCode": "KST-Q-8797 / KST-D-29 (Allemansgat)_benedenpeil",
                    "locationName": "Middenkoogweg, Benedenpeil",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/bd337911-2600-42be-9439-fbaeedb34350/?format=api",
                "id": "bd337911-2600-42be-9439-fbaeedb34350",
                "quantity": "Waterhoogte",
                "unit": "m",
                "parameterCode": "Waterhoogte",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2017-12-07T23:00:00Z",
            "endTime": "2018-02-08T23:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/timeseries/a2bcbd00-262d-4c6a-b4e8-b186525410ea/?format=api",
            "id": "a2bcbd00-262d-4c6a-b4e8-b186525410ea",
            "qualifier": "H.meting::second::1::3600",
            "location": {
                "id": "604661bf-7a8a-450a-9137-1aa313a08bf7",
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        5.012425200172488,
                        52.417561248431205,
                        0.0
                    ]
                },
                "properties": {
                    "url": "https://demo.lizard.net/dd/api/v2/locations/604661bf-7a8a-450a-9137-1aa313a08bf7/?format=api",
                    "locationCode": "DM_Belmermeer_MP3-pb01s10",
                    "locationName": "PB_BLM0012+059_BIT_F-552",
                    "node": {
                        "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                        "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                        "name": "Lizard",
                        "description": "",
                        "baseUrl": ""
                    }
                }
            },
            "observationType": {
                "url": "https://demo.lizard.net/dd/api/v2/observationtypes/bd337911-2600-42be-9439-fbaeedb34350/?format=api",
                "id": "bd337911-2600-42be-9439-fbaeedb34350",
                "quantity": "Waterhoogte",
                "unit": "m",
                "parameterCode": "Waterhoogte",
                "qualifier": "NAP",
                "node": {
                    "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                    "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                    "name": "Lizard",
                    "description": "",
                    "baseUrl": ""
                }
            },
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            },
            "valueType": "float",
            "startTime": "2016-08-15T11:00:00Z",
            "endTime": "2016-08-16T12:00:00Z",
            "events": [],
            "source": {
                "process": "user_import",
                "realizationCount": 1
            },
            "intervalLength": null
        }
    ]
}