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/7136/?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/7136/?format=api",
    "id": 7136,
    "code": "ZRG-S-0163",
    "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.838443496660694,
                        52.65506598791691,
                        0.0
                    ],
                    [
                        4.839016187170948,
                        52.65469357954994,
                        0.0
                    ],
                    [
                        4.839598978285866,
                        52.65499349699948,
                        0.0
                    ],
                    [
                        4.841827868524094,
                        52.65341057059675,
                        0.0
                    ],
                    [
                        4.841401179679159,
                        52.65313515956042,
                        0.0
                    ],
                    [
                        4.842249889683368,
                        52.65248513878569,
                        0.0
                    ],
                    [
                        4.841414603147101,
                        52.6520532933421,
                        0.0
                    ],
                    [
                        4.842301947713342,
                        52.65143911770311,
                        0.0
                    ],
                    [
                        4.840806473916708,
                        52.65064756156089,
                        0.0
                    ],
                    [
                        4.84234623388996,
                        52.64944191557817,
                        0.0
                    ],
                    [
                        4.841995426097884,
                        52.64905693522731,
                        0.0
                    ],
                    [
                        4.841978005118738,
                        52.6490676067346,
                        0.0
                    ],
                    [
                        4.841699857545357,
                        52.64892460782156,
                        0.0
                    ],
                    [
                        4.841730866732467,
                        52.64889799879231,
                        0.0
                    ],
                    [
                        4.842594390438865,
                        52.64835826647057,
                        0.0
                    ],
                    [
                        4.843212587541842,
                        52.64795835743231,
                        0.0
                    ],
                    [
                        4.843226322597578,
                        52.64794911761933,
                        0.0
                    ],
                    [
                        4.843232055946559,
                        52.6479452820456,
                        0.0
                    ],
                    [
                        4.842989301004264,
                        52.64780869677715,
                        0.0
                    ],
                    [
                        4.842969583622411,
                        52.64779758286174,
                        0.0
                    ],
                    [
                        4.842894581616188,
                        52.64779250067217,
                        0.0
                    ],
                    [
                        4.842610095192788,
                        52.6479731538067,
                        0.0
                    ],
                    [
                        4.841635161041452,
                        52.64859347022885,
                        0.0
                    ],
                    [
                        4.841456755887495,
                        52.64872991660126,
                        0.0
                    ],
                    [
                        4.841414128498974,
                        52.6487625457867,
                        0.0
                    ],
                    [
                        4.841176334660838,
                        52.64864254928061,
                        0.0
                    ],
                    [
                        4.840947950825635,
                        52.64852263056342,
                        0.0
                    ],
                    [
                        4.841032110107979,
                        52.64846421481843,
                        0.0
                    ],
                    [
                        4.84117667700764,
                        52.64836387792316,
                        0.0
                    ],
                    [
                        4.841444365715992,
                        52.64817925428093,
                        0.0
                    ],
                    [
                        4.841406038697868,
                        52.64815376687447,
                        0.0
                    ],
                    [
                        4.84142488058444,
                        52.64814240905962,
                        0.0
                    ],
                    [
                        4.841585417605814,
                        52.64804562030132,
                        0.0
                    ],
                    [
                        4.841324730022826,
                        52.64789631066498,
                        0.0
                    ],
                    [
                        4.84135930039352,
                        52.64786870071762,
                        0.0
                    ],
                    [
                        4.84119312849676,
                        52.64776613014046,
                        0.0
                    ],
                    [
                        4.841939609513799,
                        52.64729642798054,
                        0.0
                    ],
                    [
                        4.842034279671035,
                        52.64724195565213,
                        0.0
                    ],
                    [
                        4.842045441795578,
                        52.6472239272921,
                        0.0
                    ],
                    [
                        4.842039432139262,
                        52.64720582021168,
                        0.0
                    ],
                    [
                        4.84202180139301,
                        52.64719162680438,
                        0.0
                    ],
                    [
                        4.841797387736277,
                        52.64707071051226,
                        0.0
                    ],
                    [
                        4.841778323951812,
                        52.64706044149193,
                        0.0
                    ],
                    [
                        4.841341948165587,
                        52.64733198698006,
                        0.0
                    ],
                    [
                        4.840884990815072,
                        52.64761045801387,
                        0.0
                    ],
                    [
                        4.840728163297454,
                        52.6477083862807,
                        0.0
                    ],
                    [
                        4.840637183604704,
                        52.64765601054755,
                        0.0
                    ],
                    [
                        4.840563569232787,
                        52.64761361485368,
                        0.0
                    ],
                    [
                        4.840544943642094,
                        52.64760292705343,
                        0.0
                    ],
                    [
                        4.840423414079698,
                        52.64753585327266,
                        0.0
                    ],
                    [
                        4.840637390436195,
                        52.64735545468162,
                        0.0
                    ],
                    [
                        4.839772102209968,
                        52.64693546399413,
                        0.0
                    ],
                    [
                        4.839921772200654,
                        52.64682596897512,
                        0.0
                    ],
                    [
                        4.839699486777191,
                        52.64670621692687,
                        0.0
                    ],
                    [
                        4.839530357725778,
                        52.64681812499275,
                        0.0
                    ],
                    [
                        4.83941328921264,
                        52.646761300824,
                        0.0
                    ],
                    [
                        4.839153569261657,
                        52.64692160947775,
                        0.0
                    ],
                    [
                        4.838835770102798,
                        52.64675177215538,
                        0.0
                    ],
                    [
                        4.838813621336257,
                        52.64676680086307,
                        0.0
                    ],
                    [
                        4.838452916951247,
                        52.64701147689939,
                        0.0
                    ],
                    [
                        4.838426098893501,
                        52.64699130811542,
                        0.0
                    ],
                    [
                        4.838336775209049,
                        52.64705169965735,
                        0.0
                    ],
                    [
                        4.838283834555695,
                        52.64708743913651,
                        0.0
                    ],
                    [
                        4.837724588653814,
                        52.64678999929698,
                        0.0
                    ],
                    [
                        4.837452726597046,
                        52.64664512302063,
                        0.0
                    ],
                    [
                        4.837480898736034,
                        52.64662474716905,
                        0.0
                    ],
                    [
                        4.838217483203615,
                        52.64703518598988,
                        0.0
                    ],
                    [
                        4.839695664243303,
                        52.64606113002754,
                        0.0
                    ],
                    [
                        4.838552081345274,
                        52.64606774970604,
                        0.0
                    ],
                    [
                        4.838129711106931,
                        52.64545349910328,
                        0.0
                    ],
                    [
                        4.838037844204922,
                        52.64551934650149,
                        0.0
                    ],
                    [
                        4.837679723818236,
                        52.64509777711066,
                        0.0
                    ],
                    [
                        4.836989086023989,
                        52.6455874398809,
                        0.0
                    ],
                    [
                        4.836618538854124,
                        52.64539172815994,
                        0.0
                    ],
                    [
                        4.836525245412023,
                        52.64534755370625,
                        0.0
                    ],
                    [
                        4.836298063571106,
                        52.64550725282359,
                        0.0
                    ],
                    [
                        4.835877730222934,
                        52.64578682167771,
                        0.0
                    ],
                    [
                        4.835532847939777,
                        52.64560905974966,
                        0.0
                    ],
                    [
                        4.835154795015508,
                        52.64540488223374,
                        0.0
                    ],
                    [
                        4.835618018532002,
                        52.64508117560294,
                        0.0
                    ],
                    [
                        4.835493306491013,
                        52.64501347439634,
                        0.0
                    ],
                    [
                        4.835700619731788,
                        52.64486632246042,
                        0.0
                    ],
                    [
                        4.835281094563221,
                        52.64464218920137,
                        0.0
                    ],
                    [
                        4.83505156577556,
                        52.64451859222035,
                        0.0
                    ],
                    [
                        4.834253809299065,
                        52.64508556739274,
                        0.0
                    ],
                    [
                        4.83420367269419,
                        52.64534214350016,
                        0.0
                    ],
                    [
                        4.833422575053612,
                        52.64590206367833,
                        0.0
                    ],
                    [
                        4.833222848021221,
                        52.64592966781076,
                        0.0
                    ],
                    [
                        4.833056956291228,
                        52.64606443356604,
                        0.0
                    ],
                    [
                        4.833604649836243,
                        52.64634519478302,
                        0.0
                    ],
                    [
                        4.83259881062927,
                        52.64705386890032,
                        0.0
                    ],
                    [
                        4.831847781203593,
                        52.6470860316165,
                        0.0
                    ],
                    [
                        4.830509812816163,
                        52.64808561418305,
                        0.0
                    ],
                    [
                        4.828990737847771,
                        52.64856357857548,
                        0.0
                    ],
                    [
                        4.828977379724816,
                        52.64869192044007,
                        0.0
                    ],
                    [
                        4.829324614230104,
                        52.64905736402316,
                        0.0
                    ],
                    [
                        4.827582329387314,
                        52.65014356082843,
                        0.0
                    ],
                    [
                        4.832626877079594,
                        52.65282128935608,
                        0.0
                    ],
                    [
                        4.832262360665817,
                        52.65308241483677,
                        0.0
                    ],
                    [
                        4.832259558509813,
                        52.65308547897472,
                        0.0
                    ],
                    [
                        4.832258898313563,
                        52.65308896292179,
                        0.0
                    ],
                    [
                        4.832260479878152,
                        52.65309233510403,
                        0.0
                    ],
                    [
                        4.832264062890544,
                        52.65309508212918,
                        0.0
                    ],
                    [
                        4.83226910139826,
                        52.65309678623947,
                        0.0
                    ],
                    [
                        4.832274830217946,
                        52.65309718773329,
                        0.0
                    ],
                    [
                        4.832280375249874,
                        52.65309622591332,
                        0.0
                    ],
                    [
                        4.832284892312561,
                        52.65309404692932,
                        0.0
                    ],
                    [
                        4.832649146239644,
                        52.65283310888238,
                        0.0
                    ],
                    [
                        4.833480032122071,
                        52.65327410407706,
                        0.0
                    ],
                    [
                        4.833992390898671,
                        52.65307715080057,
                        0.0
                    ],
                    [
                        4.838443496660694,
                        52.65506598791691,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-11-29T09:37:31.230552Z",
    "created": "2021-11-29T09:24:37.903383Z",
    "image_url": "",
    "timeseries": [],
    "name": "Rg. Westfrieslandsingel (Rg324)",
    "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": 50.91539737,
    "lowest_invert_level": -5.8,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": -3.5999999,
    "downstream_pumped_drainage_area": "https://demo.lizard.net/api/v4/pumpeddrainageareas/7058/?format=api",
    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/12220/?format=api",
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": 88.08460263
}