List assets of type PumpedDrainageArea

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/pumpeddrainageareas/7137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/7137/?format=api",
    "id": 7137,
    "code": "ZRG-S-0103",
    "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.78332438131134,
                        52.70871552376502,
                        0.0
                    ],
                    [
                        4.784257192032962,
                        52.70715658478825,
                        0.0
                    ],
                    [
                        4.784388546140384,
                        52.70694229755964,
                        0.0
                    ],
                    [
                        4.78439309112187,
                        52.70683960075185,
                        0.0
                    ],
                    [
                        4.784343167099097,
                        52.70682603353856,
                        0.0
                    ],
                    [
                        4.784274276388267,
                        52.7068256846249,
                        0.0
                    ],
                    [
                        4.784236670534386,
                        52.70682739851225,
                        0.0
                    ],
                    [
                        4.784171032340823,
                        52.70681754418217,
                        0.0
                    ],
                    [
                        4.784234071940572,
                        52.70672515711473,
                        0.0
                    ],
                    [
                        4.784431031310348,
                        52.70677256489243,
                        0.0
                    ],
                    [
                        4.784618750045658,
                        52.70678682069848,
                        0.0
                    ],
                    [
                        4.784725140647673,
                        52.7067930633239,
                        0.0
                    ],
                    [
                        4.784940787616872,
                        52.70682650452759,
                        0.0
                    ],
                    [
                        4.785284197532403,
                        52.70690622971437,
                        0.0
                    ],
                    [
                        4.78536526389221,
                        52.70693326747121,
                        0.0
                    ],
                    [
                        4.785555792466561,
                        52.70697038029812,
                        0.0
                    ],
                    [
                        4.78583052193249,
                        52.70703453800289,
                        0.0
                    ],
                    [
                        4.785964739508476,
                        52.70706755695169,
                        0.0
                    ],
                    [
                        4.786030274556683,
                        52.70708500206214,
                        0.0
                    ],
                    [
                        4.786055053598863,
                        52.7071041546777,
                        0.0
                    ],
                    [
                        4.786073434375788,
                        52.70713468409746,
                        0.0
                    ],
                    [
                        4.786388279822011,
                        52.70658400669292,
                        0.0
                    ],
                    [
                        4.786670318305143,
                        52.70612634202296,
                        0.0
                    ],
                    [
                        4.787061950732608,
                        52.70548439608974,
                        0.0
                    ],
                    [
                        4.787299853279103,
                        52.70509182196294,
                        0.0
                    ],
                    [
                        4.787639434728488,
                        52.70516344622291,
                        0.0
                    ],
                    [
                        4.787860209304323,
                        52.70482072241259,
                        0.0
                    ],
                    [
                        4.787884860355411,
                        52.70478676744607,
                        0.0
                    ],
                    [
                        4.787895875183362,
                        52.70478950914881,
                        0.0
                    ],
                    [
                        4.78873650341511,
                        52.70497921158866,
                        0.0
                    ],
                    [
                        4.789017197773585,
                        52.70504197292454,
                        0.0
                    ],
                    [
                        4.789580193248626,
                        52.70405992354733,
                        0.0
                    ],
                    [
                        4.788916935930099,
                        52.70393378837142,
                        0.0
                    ],
                    [
                        4.788613962760133,
                        52.70448426094749,
                        0.0
                    ],
                    [
                        4.78843761575267,
                        52.70450547329026,
                        0.0
                    ],
                    [
                        4.788269386925191,
                        52.7047484370651,
                        0.0
                    ],
                    [
                        4.787939726991207,
                        52.70467417829165,
                        0.0
                    ],
                    [
                        4.787517259565655,
                        52.70458007399487,
                        0.0
                    ],
                    [
                        4.787549340664754,
                        52.70453314051119,
                        0.0
                    ],
                    [
                        4.787964202172646,
                        52.70387462571138,
                        0.0
                    ],
                    [
                        4.788673534802269,
                        52.70271256560815,
                        0.0
                    ],
                    [
                        4.788088013411315,
                        52.70259712295798,
                        0.0
                    ],
                    [
                        4.788064540616793,
                        52.70258504207501,
                        0.0
                    ],
                    [
                        4.788156392787465,
                        52.70249454499892,
                        0.0
                    ],
                    [
                        4.788140925414319,
                        52.70247292146671,
                        0.0
                    ],
                    [
                        4.788113719294489,
                        52.70244646400535,
                        0.0
                    ],
                    [
                        4.788031359648777,
                        52.70241732396762,
                        0.0
                    ],
                    [
                        4.787952696044582,
                        52.70240736119153,
                        0.0
                    ],
                    [
                        4.787893365211244,
                        52.70242381713849,
                        0.0
                    ],
                    [
                        4.787766044957851,
                        52.70251411742397,
                        0.0
                    ],
                    [
                        4.787337853758955,
                        52.70241861390374,
                        0.0
                    ],
                    [
                        4.786245766733444,
                        52.70217855426822,
                        0.0
                    ],
                    [
                        4.786278207370462,
                        52.70211169220912,
                        0.0
                    ],
                    [
                        4.786290515664015,
                        52.7020758499578,
                        0.0
                    ],
                    [
                        4.786279156991167,
                        52.70204228328678,
                        0.0
                    ],
                    [
                        4.786169234386954,
                        52.70201301177978,
                        0.0
                    ],
                    [
                        4.786110198274613,
                        52.70200792173866,
                        0.0
                    ],
                    [
                        4.786054776991939,
                        52.70202679247389,
                        0.0
                    ],
                    [
                        4.786002796485949,
                        52.70208157596714,
                        0.0
                    ],
                    [
                        4.785955053023747,
                        52.70211485222393,
                        0.0
                    ],
                    [
                        4.784721668067669,
                        52.70183575446169,
                        0.0
                    ],
                    [
                        4.784723112589131,
                        52.70173044454541,
                        0.0
                    ],
                    [
                        4.78470390007554,
                        52.70169445188463,
                        0.0
                    ],
                    [
                        4.78463325785353,
                        52.70167494365453,
                        0.0
                    ],
                    [
                        4.784459896656175,
                        52.7016740658979,
                        0.0
                    ],
                    [
                        4.784434948986261,
                        52.7017696729416,
                        0.0
                    ],
                    [
                        4.784187462697462,
                        52.70171576931152,
                        0.0
                    ],
                    [
                        4.783853526823941,
                        52.7016446552353,
                        0.0
                    ],
                    [
                        4.78381002210766,
                        52.70165640643,
                        0.0
                    ],
                    [
                        4.783137084643664,
                        52.70274203931918,
                        0.0
                    ],
                    [
                        4.782583101512973,
                        52.70262672958739,
                        0.0
                    ],
                    [
                        4.783240321360069,
                        52.70153863302609,
                        0.0
                    ],
                    [
                        4.783244579557834,
                        52.70151472105746,
                        0.0
                    ],
                    [
                        4.783217265202846,
                        52.70149542283912,
                        0.0
                    ],
                    [
                        4.782144913652305,
                        52.70125542549353,
                        0.0
                    ],
                    [
                        4.782244564100394,
                        52.70117215146319,
                        0.0
                    ],
                    [
                        4.782001918205291,
                        52.70105363794104,
                        0.0
                    ],
                    [
                        4.781838842259323,
                        52.70116530572832,
                        0.0
                    ],
                    [
                        4.781775664427332,
                        52.70117455925735,
                        0.0
                    ],
                    [
                        4.780204466406045,
                        52.70082428367035,
                        0.0
                    ],
                    [
                        4.780114108238872,
                        52.7008046811798,
                        0.0
                    ],
                    [
                        4.780090890082049,
                        52.70077344127452,
                        0.0
                    ],
                    [
                        4.78016357462338,
                        52.7006469570776,
                        0.0
                    ],
                    [
                        4.78016774998619,
                        52.70063022369683,
                        0.0
                    ],
                    [
                        4.779951814868618,
                        52.70057406715637,
                        0.0
                    ],
                    [
                        4.779892748174285,
                        52.7005713788114,
                        0.0
                    ],
                    [
                        4.779861061648988,
                        52.70058318797006,
                        0.0
                    ],
                    [
                        4.778683733220535,
                        52.70252069097882,
                        0.0
                    ],
                    [
                        4.778626874806245,
                        52.70280359044015,
                        0.0
                    ],
                    [
                        4.778588626445863,
                        52.70285190280701,
                        0.0
                    ],
                    [
                        4.778326666054537,
                        52.70328143570578,
                        0.0
                    ],
                    [
                        4.77775867787976,
                        52.70421111674092,
                        0.0
                    ],
                    [
                        4.777306819514577,
                        52.7049525816869,
                        0.0
                    ],
                    [
                        4.777321568016608,
                        52.70501734015603,
                        0.0
                    ],
                    [
                        4.777367733744168,
                        52.70507654557794,
                        0.0
                    ],
                    [
                        4.777461118643007,
                        52.70511697435693,
                        0.0
                    ],
                    [
                        4.777654648973932,
                        52.7051636209427,
                        0.0
                    ],
                    [
                        4.777782320798179,
                        52.70521563506722,
                        0.0
                    ],
                    [
                        4.777881897200675,
                        52.70526179932509,
                        0.0
                    ],
                    [
                        4.777994000421225,
                        52.70530802851035,
                        0.0
                    ],
                    [
                        4.778122002953618,
                        52.70533721581116,
                        0.0
                    ],
                    [
                        4.778067458656102,
                        52.70543204723976,
                        0.0
                    ],
                    [
                        4.777592201925834,
                        52.70533538175811,
                        0.0
                    ],
                    [
                        4.777367281826498,
                        52.70529427927779,
                        0.0
                    ],
                    [
                        4.777273381433656,
                        52.7052899885391,
                        0.0
                    ],
                    [
                        4.777210683935816,
                        52.70529537227577,
                        0.0
                    ],
                    [
                        4.777147338964058,
                        52.70534640805912,
                        0.0
                    ],
                    [
                        4.777058017024208,
                        52.70546389702135,
                        0.0
                    ],
                    [
                        4.777001232450911,
                        52.70549403358841,
                        0.0
                    ],
                    [
                        4.77694084850034,
                        52.70555650255952,
                        0.0
                    ],
                    [
                        4.77656872347993,
                        52.70617940829255,
                        0.0
                    ],
                    [
                        4.776543850228428,
                        52.70621939823083,
                        0.0
                    ],
                    [
                        4.775973493357841,
                        52.70714668019251,
                        0.0
                    ],
                    [
                        4.775916370505101,
                        52.70726532487679,
                        0.0
                    ],
                    [
                        4.775799270615852,
                        52.70747289263841,
                        0.0
                    ],
                    [
                        4.775759968878679,
                        52.70759634251065,
                        0.0
                    ],
                    [
                        4.775759412798555,
                        52.70763628103279,
                        0.0
                    ],
                    [
                        4.775793604824925,
                        52.70765357977776,
                        0.0
                    ],
                    [
                        4.775859004123793,
                        52.70768055253701,
                        0.0
                    ],
                    [
                        4.775965411888524,
                        52.70768680307705,
                        0.0
                    ],
                    [
                        4.776221717605149,
                        52.70772236512577,
                        0.0
                    ],
                    [
                        4.77649979962528,
                        52.70777134284204,
                        0.0
                    ],
                    [
                        4.776787087629515,
                        52.70783178522613,
                        0.0
                    ],
                    [
                        4.777217967557486,
                        52.70792720904084,
                        0.0
                    ],
                    [
                        4.777695638985248,
                        52.70803618436749,
                        0.0
                    ],
                    [
                        4.778160826571464,
                        52.70814318953082,
                        0.0
                    ],
                    [
                        4.778725981222122,
                        52.70826781802086,
                        0.0
                    ],
                    [
                        4.77927230326464,
                        52.70839615637231,
                        0.0
                    ],
                    [
                        4.77929488940772,
                        52.70838875041211,
                        0.0
                    ],
                    [
                        4.779570065981786,
                        52.70793092273862,
                        0.0
                    ],
                    [
                        4.779579150576895,
                        52.70793277641891,
                        0.0
                    ],
                    [
                        4.779581453399442,
                        52.70793295622896,
                        0.0
                    ],
                    [
                        4.779583736965233,
                        52.7079332437909,
                        0.0
                    ],
                    [
                        4.779584306060883,
                        52.70793317839533,
                        0.0
                    ],
                    [
                        4.779584876595664,
                        52.70793322264861,
                        0.0
                    ],
                    [
                        4.779587115979737,
                        52.70793285392288,
                        0.0
                    ],
                    [
                        4.779589408681051,
                        52.70793258882418,
                        0.0
                    ],
                    [
                        4.779589890749069,
                        52.70793239626562,
                        0.0
                    ],
                    [
                        4.779590448366969,
                        52.70793230474344,
                        0.0
                    ],
                    [
                        4.779592295123554,
                        52.70793143882904,
                        0.0
                    ],
                    [
                        4.779594235304802,
                        52.70793066505581,
                        0.0
                    ],
                    [
                        4.779594560394843,
                        52.70793037553199,
                        0.0
                    ],
                    [
                        4.779595016135429,
                        52.70793016127069,
                        0.0
                    ],
                    [
                        4.779596169414229,
                        52.70792893951953,
                        0.0
                    ],
                    [
                        4.779597483305473,
                        52.70792776622018,
                        0.0
                    ],
                    [
                        4.779597600530588,
                        52.70792742171242,
                        0.0
                    ],
                    [
                        4.77959788733582,
                        52.70792711851566,
                        0.0
                    ],
                    [
                        4.779598183410577,
                        52.70792571803833,
                        0.0
                    ],
                    [
                        4.779598656826781,
                        52.70792433284787,
                        0.0
                    ],
                    [
                        4.779598549145451,
                        52.70792398809206,
                        0.0
                    ],
                    [
                        4.77959862201743,
                        52.70792364066239,
                        0.0
                    ],
                    [
                        4.779598013488899,
                        52.70792227870867,
                        0.0
                    ],
                    [
                        4.779597578473532,
                        52.70792088798149,
                        0.0
                    ],
                    [
                        4.77959733011202,
                        52.70792065844004,
                        0.0
                    ],
                    [
                        4.779597484305977,
                        52.70792063586317,
                        0.0
                    ],
                    [
                        4.779599492830821,
                        52.70791973482,
                        0.0
                    ],
                    [
                        4.779601559463998,
                        52.70791891136882,
                        0.0
                    ],
                    [
                        4.779601791680173,
                        52.70791870405312,
                        0.0
                    ],
                    [
                        4.779602128175229,
                        52.7079185529882,
                        0.0
                    ],
                    [
                        4.779603412686506,
                        52.70791725731543,
                        0.0
                    ],
                    [
                        4.779604807470359,
                        52.70791601253303,
                        0.0
                    ],
                    [
                        4.779604892275056,
                        52.70791576491941,
                        0.0
                    ],
                    [
                        4.77960510685797,
                        52.70791554852725,
                        0.0
                    ],
                    [
                        4.779605476710753,
                        52.70791405586216,
                        0.0
                    ],
                    [
                        4.779605980990773,
                        52.70791257916066,
                        0.0
                    ],
                    [
                        4.779605903037054,
                        52.70791233161622,
                        0.0
                    ],
                    [
                        4.779605965683833,
                        52.70791208119397,
                        0.0
                    ],
                    [
                        4.779605366010728,
                        52.70791061413506,
                        0.0
                    ],
                    [
                        4.779604902637237,
                        52.70790913429431,
                        0.0
                    ],
                    [
                        4.779604674721222,
                        52.70790892373005,
                        0.0
                    ],
                    [
                        4.779604574547418,
                        52.70790867787206,
                        0.0
                    ],
                    [
                        4.779603091056631,
                        52.70790745793961,
                        0.0
                    ],
                    [
                        4.779601735301144,
                        52.70790620270908,
                        0.0
                    ],
                    [
                        4.779601393971834,
                        52.70790606167053,
                        0.0
                    ],
                    [
                        4.779601145262243,
                        52.70790585729105,
                        0.0
                    ],
                    [
                        4.779599012030641,
                        52.70790507710788,
                        0.0
                    ],
                    [
                        4.779596962593237,
                        52.70790422994755,
                        0.0
                    ],
                    [
                        4.779596554923677,
                        52.7079041784391,
                        0.0
                    ],
                    [
                        4.779596198650855,
                        52.70790404810199,
                        0.0
                    ],
                    [
                        4.779587378481191,
                        52.70790211848577,
                        0.0
                    ],
                    [
                        4.779602647864269,
                        52.7078767144092,
                        0.0
                    ],
                    [
                        4.779769048657209,
                        52.70791135332771,
                        0.0
                    ],
                    [
                        4.779757117055502,
                        52.70793026240758,
                        0.0
                    ],
                    [
                        4.779738235142045,
                        52.70792566351802,
                        0.0
                    ],
                    [
                        4.779732560710385,
                        52.70792501804442,
                        0.0
                    ],
                    [
                        4.779726911749113,
                        52.70792574053884,
                        0.0
                    ],
                    [
                        4.779722147951517,
                        52.70792772215155,
                        0.0
                    ],
                    [
                        4.779718995604412,
                        52.70793065922435,
                        0.0
                    ],
                    [
                        4.77971793288728,
                        52.70793410574514,
                        0.0
                    ],
                    [
                        4.779719122411104,
                        52.70793753680027,
                        0.0
                    ],
                    [
                        4.7797223849849,
                        52.70794043021847,
                        0.0
                    ],
                    [
                        4.779727220651319,
                        52.70794234488217,
                        0.0
                    ],
                    [
                        4.779746525808384,
                        52.70794704658832,
                        0.0
                    ],
                    [
                        4.779745118877939,
                        52.70794927629693,
                        0.0
                    ],
                    [
                        4.779726688803322,
                        52.70794517310453,
                        0.0
                    ],
                    [
                        4.779720984812886,
                        52.70794463173002,
                        0.0
                    ],
                    [
                        4.779715374365045,
                        52.70794545777102,
                        0.0
                    ],
                    [
                        4.779710710008431,
                        52.70794752436853,
                        0.0
                    ],
                    [
                        4.779707703365522,
                        52.70795051790308,
                        0.0
                    ],
                    [
                        4.779706812032169,
                        52.70795398237567,
                        0.0
                    ],
                    [
                        4.779708172045264,
                        52.70795739003282,
                        0.0
                    ],
                    [
                        4.77971157454151,
                        52.70796022305581,
                        0.0
                    ],
                    [
                        4.779716503170232,
                        52.70796204922124,
                        0.0
                    ],
                    [
                        4.779734526122217,
                        52.7079660622687,
                        0.0
                    ],
                    [
                        4.779450540943409,
                        52.70841609396845,
                        0.0
                    ],
                    [
                        4.779459722640278,
                        52.70843135959441,
                        0.0
                    ],
                    [
                        4.780152845421682,
                        52.70858897549428,
                        0.0
                    ],
                    [
                        4.782684964296731,
                        52.70916494121586,
                        0.0
                    ],
                    [
                        4.783072171402382,
                        52.70925003750742,
                        0.0
                    ],
                    [
                        4.783363732273317,
                        52.70877404242994,
                        0.0
                    ],
                    [
                        4.783301836307176,
                        52.70876086252103,
                        0.0
                    ],
                    [
                        4.78332438131134,
                        52.70871552376502,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-11-29T09:37:32.584491Z",
    "created": "2021-11-29T09:24:37.934054Z",
    "image_url": "",
    "timeseries": [],
    "name": "Rg. Breekland",
    "sewer_system": null,
    "upstream_load": null,
    "connected_impervious_surface": null,
    "connected_impervious_surface_mixed": null,
    "connected_impervious_surface_rainwater": null,
    "population_equivalent": null,
    "pollution_equivalent": null,
    "water_consumption": null,
    "extraneous_water": null,
    "sanitary_load": 5.12661448,
    "lowest_invert_level": -4.96,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": -1.99000001,
    "downstream_pumped_drainage_area": "https://demo.lizard.net/api/v4/pumpeddrainageareas/6719/?format=api",
    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/12034/?format=api",
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": 80.87338552
}