List assets of type FixedDrainageLevelArea

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

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.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

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

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

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/
GET /api/v4/fixeddrainagelevelareas/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5150,
    "next": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13098/?format=api",
            "id": 13098,
            "code": "04040-14",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.680523100080456,
                                52.71897619522371,
                                0.0
                            ],
                            [
                                4.681403345747023,
                                52.71856346039863,
                                0.0
                            ],
                            [
                                4.681099625997493,
                                52.71870443833281,
                                0.0
                            ],
                            [
                                4.680523100080456,
                                52.71897619522371,
                                0.0
                            ]
                        ]
                    ],
                    [
                        [
                            [
                                4.675974304543031,
                                52.71807852195919,
                                0.0
                            ],
                            [
                                4.675571281837527,
                                52.71778173922327,
                                0.0
                            ],
                            [
                                4.675974303063132,
                                52.71807852195037,
                                0.0
                            ],
                            [
                                4.675974304543031,
                                52.71807852195919,
                                0.0
                            ]
                        ]
                    ],
                    [
                        [
                            [
                                4.679902821979684,
                                52.71714866764181,
                                0.0
                            ],
                            [
                                4.679834464635777,
                                52.7171953272421,
                                0.0
                            ],
                            [
                                4.67889156614354,
                                52.71760362460617,
                                0.0
                            ],
                            [
                                4.675974304543031,
                                52.71807852195919,
                                0.0
                            ],
                            [
                                4.676871394148169,
                                52.71873913139854,
                                0.0
                            ],
                            [
                                4.67833243136732,
                                52.71980559159535,
                                0.0
                            ],
                            [
                                4.67835746039518,
                                52.71982385871526,
                                0.0
                            ],
                            [
                                4.678378504432904,
                                52.7198056861652,
                                0.0
                            ],
                            [
                                4.678517184181117,
                                52.71982694852142,
                                0.0
                            ],
                            [
                                4.678799407566092,
                                52.71967082272743,
                                0.0
                            ],
                            [
                                4.679895786819046,
                                52.7191064684464,
                                0.0
                            ],
                            [
                                4.679955888851668,
                                52.71908274891639,
                                0.0
                            ],
                            [
                                4.68004169129553,
                                52.71906503264955,
                                0.0
                            ],
                            [
                                4.680286985495085,
                                52.71906004560026,
                                0.0
                            ],
                            [
                                4.68032927088683,
                                52.71901405777427,
                                0.0
                            ],
                            [
                                4.680701835054983,
                                52.71879839371406,
                                0.0
                            ],
                            [
                                4.680910118524666,
                                52.7186991711516,
                                0.0
                            ],
                            [
                                4.680907365857132,
                                52.71865132519682,
                                0.0
                            ],
                            [
                                4.6809787570261,
                                52.71866638877724,
                                0.0
                            ],
                            [
                                4.681318315257477,
                                52.71850381182623,
                                0.0
                            ],
                            [
                                4.681572579509887,
                                52.71838069427219,
                                0.0
                            ],
                            [
                                4.679870842942523,
                                52.717170505167,
                                0.0
                            ],
                            [
                                4.679902821979684,
                                52.71714866764181,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.864460Z",
            "created": "2020-03-11T16:26:58.864505Z",
            "image_url": "",
            "timeseries": [],
            "name": "Grootdammerpolder",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -0.2
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13099/?format=api",
            "id": 13099,
            "code": "GPG-EA-138",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.680889099457855,
                                52.63753913360444,
                                0.0
                            ],
                            [
                                4.681124812655653,
                                52.6380108407322,
                                0.0
                            ],
                            [
                                4.681038441623516,
                                52.63856362385484,
                                0.0
                            ],
                            [
                                4.681151638520832,
                                52.6385726183635,
                                0.0
                            ],
                            [
                                4.681140790731619,
                                52.638604180363,
                                0.0
                            ],
                            [
                                4.681136796033875,
                                52.63864505798247,
                                0.0
                            ],
                            [
                                4.681027498755139,
                                52.63863608662144,
                                0.0
                            ],
                            [
                                4.680947523784125,
                                52.63914735018022,
                                0.0
                            ],
                            [
                                4.680892439303656,
                                52.63964305163857,
                                0.0
                            ],
                            [
                                4.683528869853237,
                                52.63972336533045,
                                0.0
                            ],
                            [
                                4.683220703782171,
                                52.63934202433913,
                                0.0
                            ],
                            [
                                4.682943996522701,
                                52.63904648211712,
                                0.0
                            ],
                            [
                                4.682747265279166,
                                52.63888266402933,
                                0.0
                            ],
                            [
                                4.682758286351576,
                                52.63881713980141,
                                0.0
                            ],
                            [
                                4.682928248057794,
                                52.63780682939879,
                                0.0
                            ],
                            [
                                4.680889099457855,
                                52.63753913360444,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.878084Z",
            "created": "2020-03-11T16:26:58.878141Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -1.67
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13100/?format=api",
            "id": 13100,
            "code": "04090-13",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.683046108551266,
                                52.6466627798245,
                                0.0
                            ],
                            [
                                4.698495028961161,
                                52.64622888364021,
                                0.0
                            ],
                            [
                                4.698527346836238,
                                52.64548017706221,
                                0.0
                            ],
                            [
                                4.698467888838787,
                                52.64502907459754,
                                0.0
                            ],
                            [
                                4.698357771703805,
                                52.64477114826526,
                                0.0
                            ],
                            [
                                4.698330174602337,
                                52.64428589870602,
                                0.0
                            ],
                            [
                                4.698147028524071,
                                52.64250141458068,
                                0.0
                            ],
                            [
                                4.698128260369304,
                                52.64220169593017,
                                0.0
                            ],
                            [
                                4.698282895198933,
                                52.64180888491111,
                                0.0
                            ],
                            [
                                4.697463113065658,
                                52.64175003783078,
                                0.0
                            ],
                            [
                                4.695757377459382,
                                52.64162597433562,
                                0.0
                            ],
                            [
                                4.695012669808871,
                                52.64154744224669,
                                0.0
                            ],
                            [
                                4.694816316000281,
                                52.64150349247731,
                                0.0
                            ],
                            [
                                4.69447151683784,
                                52.64135308570745,
                                0.0
                            ],
                            [
                                4.693778276885064,
                                52.64098661352618,
                                0.0
                            ],
                            [
                                4.693484591637609,
                                52.64086789460924,
                                0.0
                            ],
                            [
                                4.692866922660021,
                                52.64076725333103,
                                0.0
                            ],
                            [
                                4.691791800133861,
                                52.64052125164778,
                                0.0
                            ],
                            [
                                4.6913155405354,
                                52.64037863160662,
                                0.0
                            ],
                            [
                                4.691034544767256,
                                52.64034844301635,
                                0.0
                            ],
                            [
                                4.690804367301342,
                                52.64036707393826,
                                0.0
                            ],
                            [
                                4.690177553409205,
                                52.64054889940657,
                                0.0
                            ],
                            [
                                4.68960609871406,
                                52.64078812484254,
                                0.0
                            ],
                            [
                                4.688742189824616,
                                52.64112836403451,
                                0.0
                            ],
                            [
                                4.687565591844863,
                                52.64136402349004,
                                0.0
                            ],
                            [
                                4.685829617439343,
                                52.64166771448507,
                                0.0
                            ],
                            [
                                4.683670064469734,
                                52.64205449698431,
                                0.0
                            ],
                            [
                                4.682276845337774,
                                52.64233733594659,
                                0.0
                            ],
                            [
                                4.681966633548777,
                                52.64237259615309,
                                0.0
                            ],
                            [
                                4.68181519610206,
                                52.64245445314181,
                                0.0
                            ],
                            [
                                4.681832997343124,
                                52.64251449518916,
                                0.0
                            ],
                            [
                                4.682028016353478,
                                52.64264121376435,
                                0.0
                            ],
                            [
                                4.682389899336731,
                                52.64289450102185,
                                0.0
                            ],
                            [
                                4.682587959551602,
                                52.64312397971712,
                                0.0
                            ],
                            [
                                4.682575105143624,
                                52.64334079452118,
                                0.0
                            ],
                            [
                                4.682542299808867,
                                52.64363169038653,
                                0.0
                            ],
                            [
                                4.682496557239313,
                                52.64385116822431,
                                0.0
                            ],
                            [
                                4.68238131525602,
                                52.64401600463403,
                                0.0
                            ],
                            [
                                4.682142544799742,
                                52.64427713563153,
                                0.0
                            ],
                            [
                                4.682097485536977,
                                52.64445381075328,
                                0.0
                            ],
                            [
                                4.682131870686242,
                                52.64465092675168,
                                0.0
                            ],
                            [
                                4.682242908764248,
                                52.64474861215355,
                                0.0
                            ],
                            [
                                4.682417789472587,
                                52.64496083274135,
                                0.0
                            ],
                            [
                                4.682416052293391,
                                52.64506927238153,
                                0.0
                            ],
                            [
                                4.682572537583733,
                                52.64525854691976,
                                0.0
                            ],
                            [
                                4.682704663374308,
                                52.64550476434296,
                                0.0
                            ],
                            [
                                4.68292735772083,
                                52.64624807605897,
                                0.0
                            ],
                            [
                                4.682980939046723,
                                52.64643522162859,
                                0.0
                            ],
                            [
                                4.683681153447696,
                                52.64640230260661,
                                0.0
                            ],
                            [
                                4.683003077103235,
                                52.64651253576343,
                                0.0
                            ],
                            [
                                4.683046108551266,
                                52.6466627798245,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.892952Z",
            "created": "2020-03-11T16:26:58.892995Z",
            "image_url": "",
            "timeseries": [],
            "name": "Bergermeer",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -1.55
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13101/?format=api",
            "id": 13101,
            "code": "GPG-Q-140574",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.685168655508994,
                                52.5248415116044,
                                0.0
                            ],
                            [
                                4.685395766290661,
                                52.52518662019467,
                                0.0
                            ],
                            [
                                4.686107746401023,
                                52.52619096427712,
                                0.0
                            ],
                            [
                                4.686725317984951,
                                52.52711062301092,
                                0.0
                            ],
                            [
                                4.687331529723384,
                                52.52793975148009,
                                0.0
                            ],
                            [
                                4.689317785203984,
                                52.52756080316522,
                                0.0
                            ],
                            [
                                4.689395071793363,
                                52.52758347482902,
                                0.0
                            ],
                            [
                                4.689413407602345,
                                52.52774265339457,
                                0.0
                            ],
                            [
                                4.689425071647163,
                                52.52785405082905,
                                0.0
                            ],
                            [
                                4.689479828477825,
                                52.5279558871832,
                                0.0
                            ],
                            [
                                4.689551533563677,
                                52.52800542568254,
                                0.0
                            ],
                            [
                                4.689647544636784,
                                52.52804528359324,
                                0.0
                            ],
                            [
                                4.689940949397184,
                                52.52806834409131,
                                0.0
                            ],
                            [
                                4.690921798022098,
                                52.52759105714492,
                                0.0
                            ],
                            [
                                4.691452557386959,
                                52.52730360200822,
                                0.0
                            ],
                            [
                                4.69178503075645,
                                52.5271540652802,
                                0.0
                            ],
                            [
                                4.69259257230577,
                                52.52671437751451,
                                0.0
                            ],
                            [
                                4.69370750067675,
                                52.52612830295264,
                                0.0
                            ],
                            [
                                4.693897816516322,
                                52.52602574339183,
                                0.0
                            ],
                            [
                                4.69469042812841,
                                52.52560423488138,
                                0.0
                            ],
                            [
                                4.694637926531909,
                                52.52547171258217,
                                0.0
                            ],
                            [
                                4.694620437533716,
                                52.52539361650834,
                                0.0
                            ],
                            [
                                4.694539067655954,
                                52.52526216597369,
                                0.0
                            ],
                            [
                                4.694463974153989,
                                52.52527167691076,
                                0.0
                            ],
                            [
                                4.694460149995309,
                                52.52527216688025,
                                0.0
                            ],
                            [
                                4.694450506193653,
                                52.52524255051408,
                                0.0
                            ],
                            [
                                4.694438070976941,
                                52.5252105271629,
                                0.0
                            ],
                            [
                                4.694478329591338,
                                52.52520667281154,
                                0.0
                            ],
                            [
                                4.694367842737287,
                                52.52489403379533,
                                0.0
                            ],
                            [
                                4.694276969035936,
                                52.52472229027907,
                                0.0
                            ],
                            [
                                4.694109330705767,
                                52.52427426122766,
                                0.0
                            ],
                            [
                                4.694113529200568,
                                52.52420580054292,
                                0.0
                            ],
                            [
                                4.694098747166768,
                                52.52415435031216,
                                0.0
                            ],
                            [
                                4.694046049211063,
                                52.52413311051383,
                                0.0
                            ],
                            [
                                4.693941338746027,
                                52.52414740027856,
                                0.0
                            ],
                            [
                                4.688828231769251,
                                52.52451007108174,
                                0.0
                            ],
                            [
                                4.685307745547482,
                                52.52476248874399,
                                0.0
                            ],
                            [
                                4.685168655508994,
                                52.5248415116044,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.908148Z",
            "created": "2020-03-11T16:26:58.908191Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -1.5
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13102/?format=api",
            "id": 13102,
            "code": "2030 X",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.707113336591402,
                                52.84220552039396,
                                0.0
                            ],
                            [
                                4.706901794513114,
                                52.84212237224882,
                                0.0
                            ],
                            [
                                4.70611081129087,
                                52.8431530527845,
                                0.0
                            ],
                            [
                                4.705589602644136,
                                52.84376942176894,
                                0.0
                            ],
                            [
                                4.705763464145103,
                                52.84383355649762,
                                0.0
                            ],
                            [
                                4.705994211785892,
                                52.84354264938506,
                                0.0
                            ],
                            [
                                4.705955432369442,
                                52.84344233256832,
                                0.0
                            ],
                            [
                                4.706116497134201,
                                52.84339601739979,
                                0.0
                            ],
                            [
                                4.707113336591402,
                                52.84220552039396,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.922257Z",
            "created": "2020-03-11T16:26:58.922301Z",
            "image_url": "",
            "timeseries": [],
            "name": "Callantsoog",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -0.1
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13103/?format=api",
            "id": 13103,
            "code": "GPG-JF-247",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.689048000375661,
                                52.76527248150948,
                                0.0
                            ],
                            [
                                4.688214339243777,
                                52.76424800498948,
                                0.0
                            ],
                            [
                                4.685897378753182,
                                52.76485880003496,
                                0.0
                            ],
                            [
                                4.685872457389604,
                                52.76483293242885,
                                0.0
                            ],
                            [
                                4.685852628090411,
                                52.76483050603468,
                                0.0
                            ],
                            [
                                4.685840492057105,
                                52.76483987997498,
                                0.0
                            ],
                            [
                                4.685859606286923,
                                52.76486940707823,
                                0.0
                            ],
                            [
                                4.682494680462236,
                                52.76586817932466,
                                0.0
                            ],
                            [
                                4.683080126034331,
                                52.7666211058288,
                                0.0
                            ],
                            [
                                4.683394823225993,
                                52.76653857147519,
                                0.0
                            ],
                            [
                                4.683869567331948,
                                52.76641406086353,
                                0.0
                            ],
                            [
                                4.684063212935535,
                                52.76665916596093,
                                0.0
                            ],
                            [
                                4.686662192183301,
                                52.76593140003375,
                                0.0
                            ],
                            [
                                4.686688912205318,
                                52.76588279346678,
                                0.0
                            ],
                            [
                                4.686760259811921,
                                52.76590273277537,
                                0.0
                            ],
                            [
                                4.689048000375661,
                                52.76527248150948,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.936460Z",
            "created": "2020-03-11T16:26:58.936504Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -0.7
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13104/?format=api",
            "id": 13104,
            "code": "04040-16",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.692242195546545,
                                52.71199740281564,
                                0.0
                            ],
                            [
                                4.692042359635849,
                                52.71200693972419,
                                0.0
                            ],
                            [
                                4.690553858349968,
                                52.71128656290712,
                                0.0
                            ],
                            [
                                4.68930781245879,
                                52.71175459525748,
                                0.0
                            ],
                            [
                                4.688894187455179,
                                52.71188714778754,
                                0.0
                            ],
                            [
                                4.688886114046092,
                                52.71197607332079,
                                0.0
                            ],
                            [
                                4.688749256663527,
                                52.71193359695256,
                                0.0
                            ],
                            [
                                4.685883661526407,
                                52.71287206655373,
                                0.0
                            ],
                            [
                                4.685953632227137,
                                52.71302839700722,
                                0.0
                            ],
                            [
                                4.68565976628101,
                                52.71294591593119,
                                0.0
                            ],
                            [
                                4.684620049833797,
                                52.71328881858198,
                                0.0
                            ],
                            [
                                4.6839521579148,
                                52.71350908661488,
                                0.0
                            ],
                            [
                                4.684007032746138,
                                52.71411695182566,
                                0.0
                            ],
                            [
                                4.683733848430253,
                                52.71430437375625,
                                0.0
                            ],
                            [
                                4.684640414431597,
                                52.71490895516248,
                                0.0
                            ],
                            [
                                4.68450644723412,
                                52.71498331508838,
                                0.0
                            ],
                            [
                                4.686231884034526,
                                52.71617723931345,
                                0.0
                            ],
                            [
                                4.686602806757085,
                                52.71600173773363,
                                0.0
                            ],
                            [
                                4.686671217863339,
                                52.71598359981142,
                                0.0
                            ],
                            [
                                4.686701686716919,
                                52.71593927471295,
                                0.0
                            ],
                            [
                                4.68682073257937,
                                52.71593930109622,
                                0.0
                            ],
                            [
                                4.68699797946484,
                                52.71587375790794,
                                0.0
                            ],
                            [
                                4.687207159463509,
                                52.71577036859023,
                                0.0
                            ],
                            [
                                4.687671855998828,
                                52.71560426738085,
                                0.0
                            ],
                            [
                                4.687940750549565,
                                52.71543939602962,
                                0.0
                            ],
                            [
                                4.688789711989821,
                                52.71499258639587,
                                0.0
                            ],
                            [
                                4.689001543310106,
                                52.71514070600158,
                                0.0
                            ],
                            [
                                4.689003266379641,
                                52.71518590351459,
                                0.0
                            ],
                            [
                                4.689078622453883,
                                52.71519341833221,
                                0.0
                            ],
                            [
                                4.689597633763188,
                                52.71487453197759,
                                0.0
                            ],
                            [
                                4.690100769204554,
                                52.71458012128067,
                                0.0
                            ],
                            [
                                4.690521963147336,
                                52.71432541052116,
                                0.0
                            ],
                            [
                                4.690630854418782,
                                52.71426469242073,
                                0.0
                            ],
                            [
                                4.690672272216403,
                                52.71425935373705,
                                0.0
                            ],
                            [
                                4.690704345831068,
                                52.71426372940636,
                                0.0
                            ],
                            [
                                4.690761280700728,
                                52.71429334264581,
                                0.0
                            ],
                            [
                                4.691017688038364,
                                52.71448728431111,
                                0.0
                            ],
                            [
                                4.691072351877242,
                                52.71451549110831,
                                0.0
                            ],
                            [
                                4.691118113887096,
                                52.71452551874229,
                                0.0
                            ],
                            [
                                4.691168721140281,
                                52.71452023361712,
                                0.0
                            ],
                            [
                                4.691212565216144,
                                52.71450655087845,
                                0.0
                            ],
                            [
                                4.692101001622958,
                                52.71408503165556,
                                0.0
                            ],
                            [
                                4.692387976244063,
                                52.71394307424969,
                                0.0
                            ],
                            [
                                4.693025044676949,
                                52.71358841010099,
                                0.0
                            ],
                            [
                                4.693056257722652,
                                52.7135704470434,
                                0.0
                            ],
                            [
                                4.693435203250506,
                                52.71335234496767,
                                0.0
                            ],
                            [
                                4.693662879240275,
                                52.71321831607261,
                                0.0
                            ],
                            [
                                4.693805157371862,
                                52.71313455779035,
                                0.0
                            ],
                            [
                                4.693898300827554,
                                52.71308475424924,
                                0.0
                            ],
                            [
                                4.693898479953155,
                                52.7130846564338,
                                0.0
                            ],
                            [
                                4.693897114469481,
                                52.71308397444481,
                                0.0
                            ],
                            [
                                4.692242195546545,
                                52.71199740281564,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.953969Z",
            "created": "2020-03-11T16:26:58.954018Z",
            "image_url": "",
            "timeseries": [],
            "name": "Grootdammerpolder",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -0.2
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13105/?format=api",
            "id": 13105,
            "code": "GPG-EA-92",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.686592812927566,
                                52.65035154644306,
                                0.0
                            ],
                            [
                                4.686467979124515,
                                52.65037535526096,
                                0.0
                            ],
                            [
                                4.686567283676821,
                                52.65203968701946,
                                0.0
                            ],
                            [
                                4.687066139308728,
                                52.65192092793009,
                                0.0
                            ],
                            [
                                4.687303361508323,
                                52.6518423912478,
                                0.0
                            ],
                            [
                                4.687388932398152,
                                52.65181406357074,
                                0.0
                            ],
                            [
                                4.688112100056756,
                                52.65035419620784,
                                0.0
                            ],
                            [
                                4.68804869607928,
                                52.65028505265606,
                                0.0
                            ],
                            [
                                4.688033679281371,
                                52.65023876066479,
                                0.0
                            ],
                            [
                                4.686664397024307,
                                52.65027342812767,
                                0.0
                            ],
                            [
                                4.686593446008521,
                                52.65032014854538,
                                0.0
                            ],
                            [
                                4.686592812927566,
                                52.65035154644306,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.968938Z",
            "created": "2020-03-11T16:26:58.968982Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -1.83
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13106/?format=api",
            "id": 13106,
            "code": "GPG-Q-141410",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.687652883522772,
                                52.7524523815767,
                                0.0
                            ],
                            [
                                4.687593900984639,
                                52.75239681862911,
                                0.0
                            ],
                            [
                                4.685058171359686,
                                52.75314412833714,
                                0.0
                            ],
                            [
                                4.685123203660935,
                                52.75319174767787,
                                0.0
                            ],
                            [
                                4.685193631358002,
                                52.7532983539499,
                                0.0
                            ],
                            [
                                4.686017128792987,
                                52.75442699189792,
                                0.0
                            ],
                            [
                                4.688628130199468,
                                52.75361843398215,
                                0.0
                            ],
                            [
                                4.687652883522772,
                                52.7524523815767,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.983235Z",
            "created": "2020-03-11T16:26:58.983279Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -1.2
        },
        {
            "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/13107/?format=api",
            "id": 13107,
            "code": "GPG-Q-140968",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                4.695962820164152,
                                52.78336755046517,
                                0.0
                            ],
                            [
                                4.69557355464578,
                                52.78263272660058,
                                0.0
                            ],
                            [
                                4.694562332941001,
                                52.7813189677817,
                                0.0
                            ],
                            [
                                4.69393426485446,
                                52.78053825522584,
                                0.0
                            ],
                            [
                                4.691159892632644,
                                52.78133455344297,
                                0.0
                            ],
                            [
                                4.687139469805558,
                                52.78246966259661,
                                0.0
                            ],
                            [
                                4.687343918737581,
                                52.7825033064302,
                                0.0
                            ],
                            [
                                4.687295719725144,
                                52.78261454304081,
                                0.0
                            ],
                            [
                                4.68833271480147,
                                52.78396131751862,
                                0.0
                            ],
                            [
                                4.688405624519338,
                                52.78400508930334,
                                0.0
                            ],
                            [
                                4.688403260427705,
                                52.78406316736999,
                                0.0
                            ],
                            [
                                4.689398565846921,
                                52.78532070714773,
                                0.0
                            ],
                            [
                                4.691819430824396,
                                52.78456600142869,
                                0.0
                            ],
                            [
                                4.695362943476485,
                                52.78353898349392,
                                0.0
                            ],
                            [
                                4.695962820164152,
                                52.78336755046517,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2020-03-11T16:26:58.996648Z",
            "created": "2020-03-11T16:26:58.996692Z",
            "image_url": "",
            "timeseries": [],
            "name": "LEEG",
            "type": "default",
            "water_level_summer": null,
            "water_level_winter": null,
            "water_level_fixed": -0.6
        }
    ]
}