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/7161/?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/7161/?format=api",
    "id": 7161,
    "code": "OPR-O-0045",
    "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": [
            [
                [
                    [
                        5.018958762769777,
                        52.630796855424,
                        0.0
                    ],
                    [
                        5.018435419477168,
                        52.6302271571594,
                        0.0
                    ],
                    [
                        5.018263249095818,
                        52.62985633535244,
                        0.0
                    ],
                    [
                        5.018084321286111,
                        52.62928593301453,
                        0.0
                    ],
                    [
                        5.017908847585179,
                        52.628755057472,
                        0.0
                    ],
                    [
                        5.017321322991172,
                        52.62770028964691,
                        0.0
                    ],
                    [
                        5.016634296691973,
                        52.62626315626497,
                        0.0
                    ],
                    [
                        5.016469533471732,
                        52.625802051736244,
                        0.0
                    ],
                    [
                        5.016342562474603,
                        52.6248241603369,
                        0.0
                    ],
                    [
                        5.016357205475583,
                        52.623544966939946,
                        0.0
                    ],
                    [
                        5.016410561919116,
                        52.6229346814516,
                        0.0
                    ],
                    [
                        5.016371058019698,
                        52.621884302175566,
                        0.0
                    ],
                    [
                        5.016472397792461,
                        52.621399482892556,
                        0.0
                    ],
                    [
                        5.01653150627888,
                        52.620533395711114,
                        0.0
                    ],
                    [
                        5.017758597588203,
                        52.61713416593386,
                        0.0
                    ],
                    [
                        5.01890882122291,
                        52.61301150373033,
                        0.0
                    ],
                    [
                        5.018961595635344,
                        52.61238026476903,
                        0.0
                    ],
                    [
                        5.018969182218725,
                        52.61195666908341,
                        0.0
                    ],
                    [
                        5.019103818851475,
                        52.61120190315495,
                        0.0
                    ],
                    [
                        5.018242958772748,
                        52.61013157627962,
                        0.0
                    ],
                    [
                        5.018929479421818,
                        52.6098819833865,
                        0.0
                    ],
                    [
                        5.019373890020765,
                        52.6095969111698,
                        0.0
                    ],
                    [
                        5.019406397815176,
                        52.609119604054264,
                        0.0
                    ],
                    [
                        5.019124308382866,
                        52.608749816343675,
                        0.0
                    ],
                    [
                        5.018696604800005,
                        52.60703850084336,
                        0.0
                    ],
                    [
                        5.018888415484048,
                        52.60626655728613,
                        0.0
                    ],
                    [
                        5.020034946031147,
                        52.60555832856061,
                        0.0
                    ],
                    [
                        5.020168149189103,
                        52.60497282953697,
                        0.0
                    ],
                    [
                        5.021496723846748,
                        52.604655758583256,
                        0.0
                    ],
                    [
                        5.021727076292886,
                        52.60438737282496,
                        0.0
                    ],
                    [
                        5.021558500952358,
                        52.604083051586976,
                        0.0
                    ],
                    [
                        5.020267715699026,
                        52.603289172071946,
                        0.0
                    ],
                    [
                        5.020647126228371,
                        52.602240046022274,
                        0.0
                    ],
                    [
                        5.019251692380253,
                        52.6018306367482,
                        0.0
                    ],
                    [
                        5.012315758634284,
                        52.600868794024215,
                        0.0
                    ],
                    [
                        4.991459204535217,
                        52.60108652190575,
                        0.0
                    ],
                    [
                        4.971080519150919,
                        52.60030355851442,
                        0.0
                    ],
                    [
                        4.952250219599753,
                        52.59976134941505,
                        0.0
                    ],
                    [
                        4.949943409922519,
                        52.59994060071533,
                        0.0
                    ],
                    [
                        4.951722000399393,
                        52.60152372433452,
                        0.0
                    ],
                    [
                        4.956162384190889,
                        52.60272884008788,
                        0.0
                    ],
                    [
                        4.9580582518509,
                        52.604561912090396,
                        0.0
                    ],
                    [
                        4.958265392206438,
                        52.60675219627375,
                        0.0
                    ],
                    [
                        4.9583199340072,
                        52.60732892254033,
                        0.0
                    ],
                    [
                        4.9581819830008,
                        52.60763913044621,
                        0.0
                    ],
                    [
                        4.957810411300038,
                        52.6084746414613,
                        0.0
                    ],
                    [
                        4.956630504701513,
                        52.61068950263901,
                        0.0
                    ],
                    [
                        4.956133975401025,
                        52.61129560631152,
                        0.0
                    ],
                    [
                        4.954837756071613,
                        52.61262297236373,
                        0.0
                    ],
                    [
                        4.953728231204205,
                        52.6132334402059,
                        0.0
                    ],
                    [
                        4.952621770366896,
                        52.61369335534832,
                        0.0
                    ],
                    [
                        4.952025680271403,
                        52.613945341552835,
                        0.0
                    ],
                    [
                        4.951233301167782,
                        52.61409270404544,
                        0.0
                    ],
                    [
                        4.951227798526508,
                        52.614093726379046,
                        0.0
                    ],
                    [
                        4.950356055474293,
                        52.61403985616125,
                        0.0
                    ],
                    [
                        4.94885372499867,
                        52.61362840087263,
                        0.0
                    ],
                    [
                        4.948277709669298,
                        52.613426966223145,
                        0.0
                    ],
                    [
                        4.947603729062763,
                        52.61303399974698,
                        0.0
                    ],
                    [
                        4.945933633712481,
                        52.61202995353407,
                        0.0
                    ],
                    [
                        4.944959110221038,
                        52.61143008465785,
                        0.0
                    ],
                    [
                        4.94426230933039,
                        52.61101913842283,
                        0.0
                    ],
                    [
                        4.94310233554124,
                        52.61044467967369,
                        0.0
                    ],
                    [
                        4.942003898563665,
                        52.60996494945698,
                        0.0
                    ],
                    [
                        4.940967593208956,
                        52.60958008657677,
                        0.0
                    ],
                    [
                        4.940252931502454,
                        52.609299085413696,
                        0.0
                    ],
                    [
                        4.939636601719865,
                        52.6089541287191,
                        0.0
                    ],
                    [
                        4.938893768880263,
                        52.60834889825108,
                        0.0
                    ],
                    [
                        4.938408755827894,
                        52.60788731783833,
                        0.0
                    ],
                    [
                        4.937986714567232,
                        52.60756190506479,
                        0.0
                    ],
                    [
                        4.937350471854982,
                        52.607207873776275,
                        0.0
                    ],
                    [
                        4.936637412379691,
                        52.606966741893544,
                        0.0
                    ],
                    [
                        4.935923906077006,
                        52.60671378580416,
                        0.0
                    ],
                    [
                        4.93489788606488,
                        52.606297318306034,
                        0.0
                    ],
                    [
                        4.933845224579227,
                        52.6060601971289,
                        0.0
                    ],
                    [
                        4.93094554433706,
                        52.60561476661133,
                        0.0
                    ],
                    [
                        4.92943969131919,
                        52.605244858852075,
                        0.0
                    ],
                    [
                        4.928935857974957,
                        52.605198978705715,
                        0.0
                    ],
                    [
                        4.928462703923607,
                        52.60546183626582,
                        0.0
                    ],
                    [
                        4.92759906573729,
                        52.606197977827485,
                        0.0
                    ],
                    [
                        4.927008084862741,
                        52.60665348243702,
                        0.0
                    ],
                    [
                        4.926179907799177,
                        52.6072227143245,
                        0.0
                    ],
                    [
                        4.925440845349697,
                        52.60747380636336,
                        0.0
                    ],
                    [
                        4.924359333587758,
                        52.607691611182894,
                        0.0
                    ],
                    [
                        4.921783988261992,
                        52.60822008717371,
                        0.0
                    ],
                    [
                        4.919982221721629,
                        52.608449633938946,
                        0.0
                    ],
                    [
                        4.918985152567252,
                        52.608535025430974,
                        0.0
                    ],
                    [
                        4.916319555740176,
                        52.608692717898386,
                        0.0
                    ],
                    [
                        4.916307074115798,
                        52.608691976432475,
                        0.0
                    ],
                    [
                        4.916296112989605,
                        52.60869262502248,
                        0.0
                    ],
                    [
                        4.915556923722368,
                        52.608648757290666,
                        0.0
                    ],
                    [
                        4.914939318228708,
                        52.608474639875304,
                        0.0
                    ],
                    [
                        4.913894652775004,
                        52.608030110169274,
                        0.0
                    ],
                    [
                        4.912511510972594,
                        52.60732836229914,
                        0.0
                    ],
                    [
                        4.911213099219263,
                        52.606633965464695,
                        0.0
                    ],
                    [
                        4.910327561214439,
                        52.60618414552204,
                        0.0
                    ],
                    [
                        4.909211606073293,
                        52.605935596301016,
                        0.0
                    ],
                    [
                        4.907687771653301,
                        52.605617996323026,
                        0.0
                    ],
                    [
                        4.905904187197735,
                        52.60484967543072,
                        0.0
                    ],
                    [
                        4.90479142339061,
                        52.60433121043995,
                        0.0
                    ],
                    [
                        4.903627547965274,
                        52.603870944030874,
                        0.0
                    ],
                    [
                        4.902488963740966,
                        52.60342985816591,
                        0.0
                    ],
                    [
                        4.90121360074868,
                        52.6029281043012,
                        0.0
                    ],
                    [
                        4.900045166208878,
                        52.602282134143636,
                        0.0
                    ],
                    [
                        4.899036955231488,
                        52.60172752787963,
                        0.0
                    ],
                    [
                        4.898094695968522,
                        52.601083320802545,
                        0.0
                    ],
                    [
                        4.897078006782414,
                        52.60021677793248,
                        0.0
                    ],
                    [
                        4.895916289028304,
                        52.599152365226644,
                        0.0
                    ],
                    [
                        4.895071350277289,
                        52.59864839555255,
                        0.0
                    ],
                    [
                        4.89385430534398,
                        52.59809766060974,
                        0.0
                    ],
                    [
                        4.893177431617266,
                        52.59733298020517,
                        0.0
                    ],
                    [
                        4.892287268967024,
                        52.5960900129086,
                        0.0
                    ],
                    [
                        4.891423343620982,
                        52.59531351539888,
                        0.0
                    ],
                    [
                        4.890779653129906,
                        52.59481385889091,
                        0.0
                    ],
                    [
                        4.890202956089794,
                        52.59437649120248,
                        0.0
                    ],
                    [
                        4.889736506475239,
                        52.59384041663881,
                        0.0
                    ],
                    [
                        4.889440674052652,
                        52.59329221216042,
                        0.0
                    ],
                    [
                        4.888671534580183,
                        52.59189511477392,
                        0.0
                    ],
                    [
                        4.888023323056862,
                        52.5907490404137,
                        0.0
                    ],
                    [
                        4.887837996860429,
                        52.5901961369198,
                        0.0
                    ],
                    [
                        4.85134387045423,
                        52.59230484240234,
                        0.0
                    ],
                    [
                        4.850631185095975,
                        52.589456155283685,
                        0.0
                    ],
                    [
                        4.85038032551132,
                        52.58841153251574,
                        0.0
                    ],
                    [
                        4.84806657125464,
                        52.58793549520162,
                        0.0
                    ],
                    [
                        4.846059348219945,
                        52.586112289107945,
                        0.0
                    ],
                    [
                        4.843104784061013,
                        52.584640682918646,
                        0.0
                    ],
                    [
                        4.843099167465064,
                        52.58463788011295,
                        0.0
                    ],
                    [
                        4.842069328024588,
                        52.584793690810336,
                        0.0
                    ],
                    [
                        4.840390233907112,
                        52.58629503608263,
                        0.0
                    ],
                    [
                        4.837400633799842,
                        52.59141844432618,
                        0.0
                    ],
                    [
                        4.833850579251529,
                        52.592830749556136,
                        0.0
                    ],
                    [
                        4.818750844582977,
                        52.59343373477919,
                        0.0
                    ],
                    [
                        4.813984914346749,
                        52.59467331478862,
                        0.0
                    ],
                    [
                        4.813963145699916,
                        52.59467897963283,
                        0.0
                    ],
                    [
                        4.813080467774404,
                        52.59160844004656,
                        0.0
                    ],
                    [
                        4.815646339833415,
                        52.588891663854824,
                        0.0
                    ],
                    [
                        4.816115834287004,
                        52.587240386666764,
                        0.0
                    ],
                    [
                        4.814544458240592,
                        52.58646223963988,
                        0.0
                    ],
                    [
                        4.813280203721884,
                        52.58639192458388,
                        0.0
                    ],
                    [
                        4.810458336320386,
                        52.58449995840065,
                        0.0
                    ],
                    [
                        4.809528387206537,
                        52.58305862382619,
                        0.0
                    ],
                    [
                        4.809925517824722,
                        52.580909341668544,
                        0.0
                    ],
                    [
                        4.809469010659508,
                        52.58036508607293,
                        0.0
                    ],
                    [
                        4.808448613303705,
                        52.58000010368137,
                        0.0
                    ],
                    [
                        4.806799486103476,
                        52.57840916806907,
                        0.0
                    ],
                    [
                        4.805036642440641,
                        52.57870215778501,
                        0.0
                    ],
                    [
                        4.805024867046301,
                        52.57870010488205,
                        0.0
                    ],
                    [
                        4.805013215984217,
                        52.578702042976055,
                        0.0
                    ],
                    [
                        4.801884439640973,
                        52.578156889652895,
                        0.0
                    ],
                    [
                        4.800348853508839,
                        52.576712493861585,
                        0.0
                    ],
                    [
                        4.797711013070264,
                        52.57525686941516,
                        0.0
                    ],
                    [
                        4.797706810171802,
                        52.575254556776855,
                        0.0
                    ],
                    [
                        4.792930346525297,
                        52.575801104387594,
                        0.0
                    ],
                    [
                        4.792910415081986,
                        52.57580338632566,
                        0.0
                    ],
                    [
                        4.79253854459848,
                        52.57554837778642,
                        0.0
                    ],
                    [
                        4.792341060211871,
                        52.5742897939877,
                        0.0
                    ],
                    [
                        4.792784631577798,
                        52.57342295278417,
                        0.0
                    ],
                    [
                        4.793853937835364,
                        52.57143170698786,
                        0.0
                    ],
                    [
                        4.794118437693347,
                        52.57083915052987,
                        0.0
                    ],
                    [
                        4.794556230618068,
                        52.56897799856228,
                        0.0
                    ],
                    [
                        4.794602370575796,
                        52.56845977318428,
                        0.0
                    ],
                    [
                        4.794369755473666,
                        52.56692246918668,
                        0.0
                    ],
                    [
                        4.794104467632715,
                        52.56604249198214,
                        0.0
                    ],
                    [
                        4.793856004736666,
                        52.565377297982884,
                        0.0
                    ],
                    [
                        4.793503269866827,
                        52.56501505964041,
                        0.0
                    ],
                    [
                        4.792578497453146,
                        52.564216027826994,
                        0.0
                    ],
                    [
                        4.79233563744197,
                        52.56338282082609,
                        0.0
                    ],
                    [
                        4.792956780258672,
                        52.56181753851268,
                        0.0
                    ],
                    [
                        4.792963826454189,
                        52.56109314384689,
                        0.0
                    ],
                    [
                        4.792867505641901,
                        52.56018634459712,
                        0.0
                    ],
                    [
                        4.792661487221675,
                        52.55939779151824,
                        0.0
                    ],
                    [
                        4.792335736457418,
                        52.55858617865184,
                        0.0
                    ],
                    [
                        4.792229353914156,
                        52.557948941350496,
                        0.0
                    ],
                    [
                        4.792249642807595,
                        52.557410076704606,
                        0.0
                    ],
                    [
                        4.781452334177414,
                        52.557821406761185,
                        0.0
                    ],
                    [
                        4.776092558629671,
                        52.55857163623088,
                        0.0
                    ],
                    [
                        4.758495519367695,
                        52.554456519615904,
                        0.0
                    ],
                    [
                        4.746825007542786,
                        52.56717126823243,
                        0.0
                    ],
                    [
                        4.74453970871753,
                        52.56752488326012,
                        0.0
                    ],
                    [
                        4.747515403637774,
                        52.57141255933124,
                        0.0
                    ],
                    [
                        4.749116205151496,
                        52.574065420572055,
                        0.0
                    ],
                    [
                        4.749446080315757,
                        52.57608367059336,
                        0.0
                    ],
                    [
                        4.751327959387178,
                        52.582000522203515,
                        0.0
                    ],
                    [
                        4.757432324570256,
                        52.59374184985887,
                        0.0
                    ],
                    [
                        4.76405151451085,
                        52.60519903957885,
                        0.0
                    ],
                    [
                        4.765909296004283,
                        52.60774913475814,
                        0.0
                    ],
                    [
                        4.767366623063156,
                        52.61367774472616,
                        0.0
                    ],
                    [
                        4.781550111974437,
                        52.61342872394494,
                        0.0
                    ],
                    [
                        4.787514938051413,
                        52.62294506333906,
                        0.0
                    ],
                    [
                        4.819606056181558,
                        52.62478246298607,
                        0.0
                    ],
                    [
                        4.824616973339956,
                        52.633535005064665,
                        0.0
                    ],
                    [
                        4.832932258563822,
                        52.63971271643608,
                        0.0
                    ],
                    [
                        4.845387933927425,
                        52.6439188565297,
                        0.0
                    ],
                    [
                        4.853074992729138,
                        52.64395363117469,
                        0.0
                    ],
                    [
                        4.873017242441566,
                        52.634917115502326,
                        0.0
                    ],
                    [
                        4.87675312115917,
                        52.636785095002644,
                        0.0
                    ],
                    [
                        4.877071047897923,
                        52.639654522570304,
                        0.0
                    ],
                    [
                        4.875435017730585,
                        52.642252292980785,
                        0.0
                    ],
                    [
                        4.868886277093441,
                        52.64684557792913,
                        0.0
                    ],
                    [
                        4.865055574452458,
                        52.64918515913063,
                        0.0
                    ],
                    [
                        4.862607869346773,
                        52.65281251047793,
                        0.0
                    ],
                    [
                        4.862918523420877,
                        52.65627366750644,
                        0.0
                    ],
                    [
                        4.866903862432311,
                        52.660094547106084,
                        0.0
                    ],
                    [
                        4.868154005213869,
                        52.6641780225678,
                        0.0
                    ],
                    [
                        4.877864939479579,
                        52.67180696963737,
                        0.0
                    ],
                    [
                        4.946671907617244,
                        52.75415534182925,
                        0.0
                    ],
                    [
                        4.951070548095826,
                        52.75443111072794,
                        0.0
                    ],
                    [
                        4.953837290360394,
                        52.75387707285918,
                        0.0
                    ],
                    [
                        4.95993901135246,
                        52.75259296639329,
                        0.0
                    ],
                    [
                        4.979880151960141,
                        52.74320255132461,
                        0.0
                    ],
                    [
                        4.997526783208562,
                        52.73064346218001,
                        0.0
                    ],
                    [
                        5.003591425859573,
                        52.72258184943852,
                        0.0
                    ],
                    [
                        5.002895341101325,
                        52.72083966303771,
                        0.0
                    ],
                    [
                        4.995767600433652,
                        52.71862547592204,
                        0.0
                    ],
                    [
                        4.968625806747878,
                        52.711965029597664,
                        0.0
                    ],
                    [
                        4.9726553071143,
                        52.69627989353641,
                        0.0
                    ],
                    [
                        4.982279010194177,
                        52.69251690914372,
                        0.0
                    ],
                    [
                        4.981766153841895,
                        52.68978067605746,
                        0.0
                    ],
                    [
                        5.006162970330426,
                        52.67229829048129,
                        0.0
                    ],
                    [
                        5.028996778020813,
                        52.65678255487729,
                        0.0
                    ],
                    [
                        5.030670217538287,
                        52.643293362326126,
                        0.0
                    ],
                    [
                        5.022873845490649,
                        52.64065410292762,
                        0.0
                    ],
                    [
                        5.014972245764077,
                        52.63843084852785,
                        0.0
                    ],
                    [
                        5.018958762769777,
                        52.630796855424,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-12-03T14:32:01.745372Z",
    "created": "2021-12-03T14:32:01.745408Z",
    "image_url": "",
    "timeseries": [],
    "name": "Ursem",
    "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": null,
    "lowest_invert_level": null,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": null,
    "downstream_pumped_drainage_area": null,
    "pump_station": null,
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": null
}