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/?format=api&page=23
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 990,
    "next": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5725/?format=api",
            "id": 5725,
            "code": "Ir-Bemalingsgebied Westerhaar M mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.622500570994305,
                                52.46885214864505,
                                42.684292894788086
                            ],
                            [
                                6.622597892772755,
                                52.46901046903581,
                                42.68399513140321
                            ],
                            [
                                6.622777342337955,
                                52.46901872219433,
                                42.68395073059946
                            ],
                            [
                                6.623079131365271,
                                52.469006817487916,
                                42.683921922929585
                            ],
                            [
                                6.623295836849223,
                                52.46858681893095,
                                42.68463318236172
                            ],
                            [
                                6.622821559909375,
                                52.468565087050564,
                                42.68475040141493
                            ],
                            [
                                6.622555259606322,
                                52.4687641643014,
                                42.68444036040455
                            ],
                            [
                                6.622500570994305,
                                52.46885214864505,
                                42.684292894788086
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.884849Z",
            "created": "2021-05-03T15:25:57.884886Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Westerhaar M mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5726/?format=api",
            "id": 5726,
            "code": "Ir-Bemalingsgebied Vroomshoop C vuilwater",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.55218693092241,
                                52.46253429537288,
                                42.706911955960095
                            ],
                            [
                                6.553097417414329,
                                52.46239581384462,
                                42.707014054991305
                            ],
                            [
                                6.553483876689216,
                                52.461979141399134,
                                42.70769358612597
                            ],
                            [
                                6.552411609380407,
                                52.461005500487765,
                                42.70959400758147
                            ],
                            [
                                6.552139427072114,
                                52.45972562803986,
                                42.71191177610308
                            ],
                            [
                                6.551840616708823,
                                52.45748018208522,
                                42.71594895143062
                            ],
                            [
                                6.550948772990395,
                                52.45928397905132,
                                42.7128849318251
                            ],
                            [
                                6.550141860509243,
                                52.46033621828253,
                                42.71114245057106
                            ],
                            [
                                6.549634848926751,
                                52.461774093454764,
                                42.708666786551476
                            ],
                            [
                                6.550635615868839,
                                52.462549534915084,
                                42.70713016577065
                            ],
                            [
                                6.551199755491653,
                                52.46264310134643,
                                42.70687464810908
                            ],
                            [
                                6.551377054742241,
                                52.4626050575356,
                                42.706914249807596
                            ],
                            [
                                6.55218693092241,
                                52.46253429537288,
                                42.706911955960095
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.903197Z",
            "created": "2021-05-03T15:25:57.903233Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop C vuilwater",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5727/?format=api",
            "id": 5727,
            "code": "Ir-Bemalingsgebied Vroomshoop AD mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.576454759980456,
                                52.45162119114618,
                                42.72242821473628
                            ],
                            [
                                6.576489055143549,
                                52.45136575998085,
                                42.722876134328544
                            ],
                            [
                                6.575724636867611,
                                52.451337908400504,
                                42.72304846998304
                            ],
                            [
                                6.575692888136808,
                                52.45155905950232,
                                42.722660990431905
                            ],
                            [
                                6.574888502562284,
                                52.451522165711616,
                                42.7228557318449
                            ],
                            [
                                6.574853086186584,
                                52.45164195672968,
                                42.722648767754436
                            ],
                            [
                                6.574887708615939,
                                52.451546837461315,
                                42.7228120630607
                            ],
                            [
                                6.576454759980456,
                                52.45162119114618,
                                42.72242821473628
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.921104Z",
            "created": "2021-05-03T15:25:57.921140Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop AD mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5728/?format=api",
            "id": 5728,
            "code": "Ir-Bemalingsgebied Vroomshoop D mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.554550653154458,
                                52.462980902272704,
                                42.705743715167046
                            ],
                            [
                                6.552447692233231,
                                52.46338203442314,
                                42.70536352228373
                            ],
                            [
                                6.552232353847181,
                                52.46393914190194,
                                42.704407033510506
                            ],
                            [
                                6.552553186210478,
                                52.46448607880055,
                                42.70338372606784
                            ],
                            [
                                6.553368989278552,
                                52.464375643627186,
                                42.703450976870954
                            ],
                            [
                                6.55473393057061,
                                52.46439146511639,
                                42.70320663880557
                            ],
                            [
                                6.554773452982316,
                                52.46407506580023,
                                42.703762985765934
                            ],
                            [
                                6.555180414104214,
                                52.46412190466116,
                                42.70361519791186
                            ],
                            [
                                6.555784422935146,
                                52.4636068232254,
                                42.70443528704345
                            ],
                            [
                                6.555855844853681,
                                52.463262637580215,
                                42.705035916529596
                            ],
                            [
                                6.555722869814788,
                                52.463157820696026,
                                42.70524335838854
                            ],
                            [
                                6.556040683089671,
                                52.462964930007104,
                                42.70553589332849
                            ],
                            [
                                6.55570984268998,
                                52.46315011343307,
                                42.70525912940502
                            ],
                            [
                                6.555301343939886,
                                52.46295742977826,
                                42.705666466616094
                            ],
                            [
                                6.554550653154458,
                                52.462980902272704,
                                42.705743715167046
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.938380Z",
            "created": "2021-05-03T15:25:57.938416Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop D mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5729/?format=api",
            "id": 5729,
            "code": "Ir-Bemalingsgebied Vroomshoop U mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.554653787250062,
                                52.45286899967018,
                                42.72369342762977
                            ],
                            [
                                6.552460283530103,
                                52.45272493482914,
                                42.724296644330025
                            ],
                            [
                                6.550385355383222,
                                52.45274968093314,
                                42.72458088211715
                            ],
                            [
                                6.550296429526552,
                                52.45425017651969,
                                42.721930460073054
                            ],
                            [
                                6.552006665589789,
                                52.457388662586105,
                                42.716085280291736
                            ],
                            [
                                6.552207552990359,
                                52.45671668551121,
                                42.717247284948826
                            ],
                            [
                                6.553751022283682,
                                52.455774484867035,
                                42.718676606193185
                            ],
                            [
                                6.554961894300495,
                                52.45462287502569,
                                42.72053010948002
                            ],
                            [
                                6.554653787250062,
                                52.45286899967018,
                                42.72369342762977
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.955930Z",
            "created": "2021-05-03T15:25:57.955967Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop U mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5730/?format=api",
            "id": 5730,
            "code": "Ir-Bemalingsgebied Vroomshoop E mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.53176875818198,
                                52.46281771889276,
                                42.70961641333997
                            ],
                            [
                                6.52779781533615,
                                52.46325262257729,
                                42.7094620205462
                            ],
                            [
                                6.526663347247769,
                                52.463797832412205,
                                42.7086690813303
                            ],
                            [
                                6.527244525554616,
                                52.46544897668714,
                                42.70564237050712
                            ],
                            [
                                6.527364280603688,
                                52.467803094644324,
                                42.7014362225309
                            ],
                            [
                                6.531617218049901,
                                52.47065902230343,
                                42.695691829547286
                            ],
                            [
                                6.534847161798021,
                                52.469295036525374,
                                42.69761463906616
                            ],
                            [
                                6.540031361814396,
                                52.469823639415324,
                                42.69586202502251
                            ],
                            [
                                6.538757589801909,
                                52.4728725967807,
                                42.690635135397315
                            ],
                            [
                                6.539958787597486,
                                52.473060239389305,
                                42.690112721174955
                            ],
                            [
                                6.541935452587408,
                                52.47058784558117,
                                42.69420311972499
                            ],
                            [
                                6.543764985579636,
                                52.46896954713112,
                                42.69679523445666
                            ],
                            [
                                6.543697293582165,
                                52.467573092811804,
                                42.6992903444916
                            ],
                            [
                                6.546105792070029,
                                52.465075995211116,
                                42.703352705575526
                            ],
                            [
                                6.546443812206726,
                                52.46466597991408,
                                42.70402858685702
                            ],
                            [
                                6.546218801229236,
                                52.46369354104609,
                                42.70579321682453
                            ],
                            [
                                6.544804426185812,
                                52.46370534850103,
                                42.705994985066354
                            ],
                            [
                                6.544819988249939,
                                52.46486799512668,
                                42.70392510667443
                            ],
                            [
                                6.533514570800341,
                                52.46369508776506,
                                42.70778383221477
                            ],
                            [
                                6.533286792089681,
                                52.463066010791295,
                                42.70893794298172
                            ],
                            [
                                6.53176875818198,
                                52.46281771889276,
                                42.70961641333997
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.973325Z",
            "created": "2021-05-03T15:25:57.973361Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop E mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5731/?format=api",
            "id": 5731,
            "code": "Ir-Bemalingsgebied Den Ham B mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.478730067889626,
                                52.464182971854186,
                                42.71531757619232
                            ],
                            [
                                6.47882812956418,
                                52.46410091566211,
                                42.715448750182986
                            ],
                            [
                                6.478823668822934,
                                52.46409318404582,
                                42.71546317078173
                            ],
                            [
                                6.478528609823093,
                                52.463785041505936,
                                42.716055556200445
                            ],
                            [
                                6.478180571794574,
                                52.46379854957342,
                                42.71608388982713
                            ],
                            [
                                6.47669191285473,
                                52.46442506143142,
                                42.71519348863512
                            ],
                            [
                                6.475146376548429,
                                52.465186896129794,
                                42.71407060883939
                            ],
                            [
                                6.473606685593564,
                                52.46537260875118,
                                42.71397124603391
                            ],
                            [
                                6.471850539304586,
                                52.46491069664399,
                                42.71505595650524
                            ],
                            [
                                6.470397887732934,
                                52.46455629225311,
                                42.71590369939804
                            ],
                            [
                                6.467311471902853,
                                52.46505019251939,
                                42.715486445464194
                            ],
                            [
                                6.464900608498633,
                                52.464876038624965,
                                42.7161557469517
                            ],
                            [
                                6.462417905631738,
                                52.46504566423445,
                                42.71622366271913
                            ],
                            [
                                6.459220485197974,
                                52.465515855955246,
                                42.715862387791276
                            ],
                            [
                                6.457234370600449,
                                52.4663182072431,
                                42.714729647152126
                            ],
                            [
                                6.456637042245103,
                                52.46823134520184,
                                42.711414305493236
                            ],
                            [
                                6.457913923344401,
                                52.47355651479387,
                                42.70174618344754
                            ],
                            [
                                6.464482436781327,
                                52.474346843934384,
                                42.699362833052874
                            ],
                            [
                                6.467282361102238,
                                52.47522653559182,
                                42.697378798387945
                            ],
                            [
                                6.470009791014631,
                                52.475360998516585,
                                42.696731929667294
                            ],
                            [
                                6.472917602574179,
                                52.47575932396685,
                                42.69558730348945
                            ],
                            [
                                6.47563703189672,
                                52.47674357831196,
                                42.693426365964115
                            ],
                            [
                                6.477654624270251,
                                52.47746865183714,
                                42.6918316911906
                            ],
                            [
                                6.479278978755861,
                                52.477524518838734,
                                42.69148787111044
                            ],
                            [
                                6.480530976662454,
                                52.47735419244397,
                                42.69160281307995
                            ],
                            [
                                6.482102675605936,
                                52.47703869455199,
                                42.691927986219525
                            ],
                            [
                                6.484836863703572,
                                52.476854059994515,
                                42.6918442286551
                            ],
                            [
                                6.486845777250448,
                                52.47664068183476,
                                42.69192061200738
                            ],
                            [
                                6.487084999732097,
                                52.47631931276275,
                                42.69245684146881
                            ],
                            [
                                6.484834008562001,
                                52.47566475370882,
                                42.69396299030632
                            ],
                            [
                                6.487651838051986,
                                52.47362711098945,
                                42.69716545660049
                            ],
                            [
                                6.484967458903286,
                                52.473467449630526,
                                42.69785570539534
                            ],
                            [
                                6.484914084469015,
                                52.4714922583639,
                                42.701380177401006
                            ],
                            [
                                6.485707719192956,
                                52.47048631492749,
                                42.703050755895674
                            ],
                            [
                                6.484236294096789,
                                52.46798671969596,
                                42.70772124733776
                            ],
                            [
                                6.480995162750814,
                                52.46834542146764,
                                42.70757197123021
                            ],
                            [
                                6.480476922812383,
                                52.46869900774637,
                                42.70702087972313
                            ],
                            [
                                6.478854840027896,
                                52.46881233978388,
                                42.70706341788173
                            ],
                            [
                                6.478610585679037,
                                52.467812893619545,
                                42.7088785385713
                            ],
                            [
                                6.478975415538134,
                                52.46717452990272,
                                42.7099594026804
                            ],
                            [
                                6.480683906902767,
                                52.465753080883665,
                                42.71223080996424
                            ],
                            [
                                6.47928148518412,
                                52.46438724680712,
                                42.7148713003844
                            ],
                            [
                                6.479042522545535,
                                52.464298722599516,
                                42.71506470441818
                            ],
                            [
                                6.479164976135849,
                                52.46446347192088,
                                42.714753274805844
                            ],
                            [
                                6.479282511703999,
                                52.4646898094575,
                                42.714333039708436
                            ],
                            [
                                6.479132607996043,
                                52.46469119067453,
                                42.714353147894144
                            ],
                            [
                                6.47912202668469,
                                52.46461030885356,
                                42.71449858788401
                            ],
                            [
                                6.478914998008527,
                                52.46425148052534,
                                42.7151679135859
                            ],
                            [
                                6.478730067889626,
                                52.464182971854186,
                                42.71531757619232
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.989682Z",
            "created": "2021-05-03T15:25:57.989718Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham B mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5732/?format=api",
            "id": 5732,
            "code": "Ir-Bemalingsgebied Den Ham K mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.494829586002,
                                52.45448120567099,
                                42.730123988352716
                            ],
                            [
                                6.496766075685029,
                                52.455495299130135,
                                42.72802777402103
                            ],
                            [
                                6.498852238718379,
                                52.45716516729837,
                                42.724743004888296
                            ],
                            [
                                6.500047163542965,
                                52.45701788992293,
                                42.72482224274427
                            ],
                            [
                                6.500587045896641,
                                52.456844296473164,
                                42.72504818998277
                            ],
                            [
                                6.500805139642018,
                                52.45693188285118,
                                42.72485925164074
                            ],
                            [
                                6.500952679598932,
                                52.45676008335209,
                                42.72514193318784
                            ],
                            [
                                6.501425712937873,
                                52.4562043231733,
                                42.72605697903782
                            ],
                            [
                                6.501854395829016,
                                52.45562307095707,
                                42.7270239982754
                            ],
                            [
                                6.502956880863,
                                52.45539182001547,
                                42.727266111411154
                            ],
                            [
                                6.507229177982828,
                                52.45305679060994,
                                42.730758405290544
                            ],
                            [
                                6.514299203734223,
                                52.44804807070292,
                                42.73856188170612
                            ],
                            [
                                6.517038454712397,
                                52.44611218493347,
                                42.741573909297585
                            ],
                            [
                                6.520685207525988,
                                52.44451907892547,
                                42.743835675530136
                            ],
                            [
                                6.519970142465419,
                                52.44306200195768,
                                42.746530753560364
                            ],
                            [
                                6.517177289782166,
                                52.44339250385666,
                                42.74637676309794
                            ],
                            [
                                6.515385217853565,
                                52.44398962427199,
                                42.745594563893974
                            ],
                            [
                                6.512558553277542,
                                52.44299452938827,
                                42.747795454226434
                            ],
                            [
                                6.512673202240165,
                                52.44039706284199,
                                42.752383538521826
                            ],
                            [
                                6.512614155630647,
                                52.43782283552825,
                                42.75695566833019
                            ],
                            [
                                6.509977835586275,
                                52.437828095904436,
                                42.75735230837017
                            ],
                            [
                                6.490069673201076,
                                52.44029657236284,
                                42.756018542684615
                            ],
                            [
                                6.487259876518464,
                                52.44020701157333,
                                42.75660328194499
                            ],
                            [
                                6.484452519245876,
                                52.44066317936461,
                                42.75621925946325
                            ],
                            [
                                6.483867570106522,
                                52.44357267260822,
                                42.75114805530757
                            ],
                            [
                                6.487538034854052,
                                52.447894852246385,
                                42.742924495600164
                            ],
                            [
                                6.49006261981939,
                                52.451801438927816,
                                42.73560719471425
                            ],
                            [
                                6.494829586002,
                                52.45448120567099,
                                42.730123988352716
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:58.007069Z",
            "created": "2021-05-03T15:25:58.007106Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham K mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5733/?format=api",
            "id": 5733,
            "code": "Ir-Bemalingsgebied Den Ham L mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.506508935439133,
                                52.457144417631355,
                                42.7236082945019
                            ],
                            [
                                6.507500915090648,
                                52.45768649583137,
                                42.72249290533364
                            ],
                            [
                                6.508670000770983,
                                52.45807809014822,
                                42.72161754220724
                            ],
                            [
                                6.509222724579015,
                                52.45848514327667,
                                42.72080928366631
                            ],
                            [
                                6.508705769643804,
                                52.45806140385711,
                                42.721641696989536
                            ],
                            [
                                6.508664161139175,
                                52.45748939340239,
                                42.722664467059076
                            ],
                            [
                                6.507203188203047,
                                52.456586405825654,
                                42.7244931505993
                            ],
                            [
                                6.506464348420506,
                                52.45671556598409,
                                42.72437706030905
                            ],
                            [
                                6.506508935439133,
                                52.457144417631355,
                                42.7236082945019
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:58.025206Z",
            "created": "2021-05-03T15:25:58.025242Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham L mechanisch",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5734/?format=api",
            "id": 5734,
            "code": "Ir-Bemalingsgebied Den Ham G mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.519830155120906,
                                52.461024119734965,
                                42.71466059051454
                            ],
                            [
                                6.519888654410504,
                                52.46036938697986,
                                42.71581531036645
                            ],
                            [
                                6.519923809037383,
                                52.459435648821454,
                                42.71746939513832
                            ],
                            [
                                6.519641345592823,
                                52.45908745987005,
                                42.718131909146905
                            ],
                            [
                                6.519581636789417,
                                52.459017022123994,
                                42.7182663269341
                            ],
                            [
                                6.518701864204917,
                                52.45999019486655,
                                42.71667292993516
                            ],
                            [
                                6.518001885620072,
                                52.46161843852819,
                                42.71388696227223
                            ],
                            [
                                6.517751524014196,
                                52.46290721583897,
                                42.71163442544639
                            ],
                            [
                                6.519323885271583,
                                52.46337665935943,
                                42.71055655181408
                            ],
                            [
                                6.520084989674002,
                                52.463082809156646,
                                42.71096122637391
                            ],
                            [
                                6.519830155120906,
                                52.461024119734965,
                                42.71466059051454
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:58.041265Z",
            "created": "2021-05-03T15:25:58.041302Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham G mechanisch",
            "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
        }
    ]
}