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

{
    "count": 990,
    "next": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?page=4",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3560/",
            "id": 3560,
            "code": "112/5-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.16886275440234,
                                52.34943132407005,
                                0.0
                            ],
                            [
                                5.164265776956282,
                                52.35484952743247,
                                0.0
                            ],
                            [
                                5.168905627556719,
                                52.3571626875224,
                                0.0
                            ],
                            [
                                5.169552660722371,
                                52.3571886581617,
                                0.0
                            ],
                            [
                                5.173414116633071,
                                52.35325571238416,
                                0.0
                            ],
                            [
                                5.173026175012406,
                                52.349835404037954,
                                0.0
                            ],
                            [
                                5.170801223542274,
                                52.3499800375276,
                                0.0
                            ],
                            [
                                5.16886275440234,
                                52.34943132407005,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.027472Z",
            "image_url": "",
            "timeseries": [],
            "name": "112/5-1-1",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3561/",
            "id": 3561,
            "code": "237/1-2-2",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.271293774607082,
                                52.373574521757014,
                                0.0
                            ],
                            [
                                5.271380140632393,
                                52.37386948300371,
                                0.0
                            ],
                            [
                                5.273770673470345,
                                52.37459133653922,
                                0.0
                            ],
                            [
                                5.273883393502769,
                                52.37458525096547,
                                0.0
                            ],
                            [
                                5.275915809207464,
                                52.37666446874364,
                                0.0
                            ],
                            [
                                5.276828586272622,
                                52.37736358999303,
                                0.0
                            ],
                            [
                                5.280541734271301,
                                52.37441418168684,
                                0.0
                            ],
                            [
                                5.278063999356919,
                                52.36963527842417,
                                0.0
                            ],
                            [
                                5.275114114498653,
                                52.3687739425716,
                                0.0
                            ],
                            [
                                5.273086810797389,
                                52.371992301061795,
                                0.0
                            ],
                            [
                                5.271293774607082,
                                52.373574521757014,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.034520Z",
            "image_url": "",
            "timeseries": [],
            "name": "237/1-2-2",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3562/",
            "id": 3562,
            "code": "229/0-2-3",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.184286954276564,
                                52.3553106485121,
                                0.0
                            ],
                            [
                                5.182565615613729,
                                52.35718221609885,
                                0.0
                            ],
                            [
                                5.182176839470094,
                                52.35848351408258,
                                0.0
                            ],
                            [
                                5.182494490890647,
                                52.35873146429311,
                                0.0
                            ],
                            [
                                5.182702220266189,
                                52.35851615241153,
                                0.0
                            ],
                            [
                                5.182845773859861,
                                52.358565737180626,
                                0.0
                            ],
                            [
                                5.182959506052461,
                                52.35873194702204,
                                0.0
                            ],
                            [
                                5.185127027949813,
                                52.35948559176776,
                                0.0
                            ],
                            [
                                5.185490762271448,
                                52.359471746856926,
                                0.0
                            ],
                            [
                                5.185508287580403,
                                52.3596443244959,
                                0.0
                            ],
                            [
                                5.186757106025201,
                                52.360440783818596,
                                0.0
                            ],
                            [
                                5.187719150139828,
                                52.36079417683803,
                                0.0
                            ],
                            [
                                5.188432032415555,
                                52.3620110054142,
                                0.0
                            ],
                            [
                                5.191278297182331,
                                52.36141853409985,
                                0.0
                            ],
                            [
                                5.192436534712513,
                                52.36118342315359,
                                0.0
                            ],
                            [
                                5.192796341846318,
                                52.361123756847064,
                                0.0
                            ],
                            [
                                5.193278550642381,
                                52.36103105374176,
                                0.0
                            ],
                            [
                                5.193605126096978,
                                52.36099838775305,
                                0.0
                            ],
                            [
                                5.19398806142694,
                                52.36099551685159,
                                0.0
                            ],
                            [
                                5.193948474898682,
                                52.360737732656595,
                                0.0
                            ],
                            [
                                5.193878593986565,
                                52.360568116849656,
                                0.0
                            ],
                            [
                                5.192790707177565,
                                52.358513337137424,
                                0.0
                            ],
                            [
                                5.192566758003481,
                                52.35819810634629,
                                0.0
                            ],
                            [
                                5.192193993473617,
                                52.35749838278147,
                                0.0
                            ],
                            [
                                5.192014489206868,
                                52.35715600954649,
                                0.0
                            ],
                            [
                                5.191234697219216,
                                52.35731376645919,
                                0.0
                            ],
                            [
                                5.191326887021438,
                                52.357446756470864,
                                0.0
                            ],
                            [
                                5.190059727499258,
                                52.35770295711299,
                                0.0
                            ],
                            [
                                5.190041348205747,
                                52.35807782523916,
                                0.0
                            ],
                            [
                                5.189817733695453,
                                52.358119831509235,
                                0.0
                            ],
                            [
                                5.189476565672693,
                                52.35818894777335,
                                0.0
                            ],
                            [
                                5.188756082878771,
                                52.356918749217336,
                                0.0
                            ],
                            [
                                5.185163686554032,
                                52.355609076614684,
                                0.0
                            ],
                            [
                                5.184286954276564,
                                52.3553106485121,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.042116Z",
            "image_url": "",
            "timeseries": [],
            "name": "229/0-2-3",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3563/",
            "id": 3563,
            "code": "224/0-1-2",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.181195262816028,
                                52.350748087720554,
                                0.0
                            ],
                            [
                                5.178826276991073,
                                52.353384658465586,
                                0.0
                            ],
                            [
                                5.182055279273079,
                                52.35455096828765,
                                0.0
                            ],
                            [
                                5.184286954276564,
                                52.3553106485121,
                                0.0
                            ],
                            [
                                5.185163686554032,
                                52.355609076614684,
                                0.0
                            ],
                            [
                                5.188756082878771,
                                52.356918749217336,
                                0.0
                            ],
                            [
                                5.189476565672693,
                                52.35818894777335,
                                0.0
                            ],
                            [
                                5.189817733695453,
                                52.358119831509235,
                                0.0
                            ],
                            [
                                5.190041348205747,
                                52.35807782523916,
                                0.0
                            ],
                            [
                                5.190059727499258,
                                52.35770295711299,
                                0.0
                            ],
                            [
                                5.191326887021438,
                                52.357446756470864,
                                0.0
                            ],
                            [
                                5.191234697219216,
                                52.35731376645919,
                                0.0
                            ],
                            [
                                5.192014489206868,
                                52.35715600954649,
                                0.0
                            ],
                            [
                                5.192014284615596,
                                52.35715564067082,
                                0.0
                            ],
                            [
                                5.191783322283231,
                                52.35673921422399,
                                0.0
                            ],
                            [
                                5.191715057703655,
                                52.35656085919803,
                                0.0
                            ],
                            [
                                5.191629204816982,
                                52.35627334746073,
                                0.0
                            ],
                            [
                                5.191586047137339,
                                52.35598559609664,
                                0.0
                            ],
                            [
                                5.191595667285523,
                                52.35577607920114,
                                0.0
                            ],
                            [
                                5.191628513730791,
                                52.355523797128875,
                                0.0
                            ],
                            [
                                5.191823343685342,
                                52.355129845423676,
                                0.0
                            ],
                            [
                                5.19233545202681,
                                52.35454957224372,
                                0.0
                            ],
                            [
                                5.191752705032304,
                                52.35432756149774,
                                0.0
                            ],
                            [
                                5.191414386881128,
                                52.35418633297061,
                                0.0
                            ],
                            [
                                5.190733752683805,
                                52.35395798980792,
                                0.0
                            ],
                            [
                                5.18649211971813,
                                52.352534840466795,
                                0.0
                            ],
                            [
                                5.185159004947055,
                                52.35193794889767,
                                0.0
                            ],
                            [
                                5.181195262816028,
                                52.350748087720554,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.050024Z",
            "image_url": "",
            "timeseries": [],
            "name": "224/0-1-2",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3564/",
            "id": 3564,
            "code": "216/0-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.220886334015884,
                                52.33107060879518,
                                0.0
                            ],
                            [
                                5.216376690021456,
                                52.329500696517655,
                                0.0
                            ],
                            [
                                5.208976899439956,
                                52.33205179740194,
                                0.0
                            ],
                            [
                                5.206141130683465,
                                52.334451092721615,
                                0.0
                            ],
                            [
                                5.207956044641766,
                                52.33513267491428,
                                0.0
                            ],
                            [
                                5.20964394754871,
                                52.334836674048276,
                                0.0
                            ],
                            [
                                5.213197887734569,
                                52.33422692521181,
                                0.0
                            ],
                            [
                                5.215876046400919,
                                52.33375723535376,
                                0.0
                            ],
                            [
                                5.217144601754242,
                                52.333528099412504,
                                0.0
                            ],
                            [
                                5.217661670294022,
                                52.33343354483898,
                                0.0
                            ],
                            [
                                5.217705467712765,
                                52.33332486595876,
                                0.0
                            ],
                            [
                                5.218599576618296,
                                52.333166000504775,
                                0.0
                            ],
                            [
                                5.218609356372973,
                                52.33318689274215,
                                0.0
                            ],
                            [
                                5.219031598338717,
                                52.33311170032885,
                                0.0
                            ],
                            [
                                5.219011019630827,
                                52.333067766426545,
                                0.0
                            ],
                            [
                                5.220886334015884,
                                52.33107060879518,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.058109Z",
            "image_url": "",
            "timeseries": [],
            "name": "216/0-1-1",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3565/",
            "id": 3565,
            "code": "246-1-4",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.24666757665763,
                                52.42769509514442,
                                0.0
                            ],
                            [
                                5.260276958793771,
                                52.429941140046694,
                                0.0
                            ],
                            [
                                5.268431932116609,
                                52.422991157174536,
                                0.0
                            ],
                            [
                                5.257740379667404,
                                52.418401669127554,
                                0.0
                            ],
                            [
                                5.24666757665763,
                                52.42769509514442,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.065091Z",
            "image_url": "",
            "timeseries": [],
            "name": "246-1-4",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3566/",
            "id": 3566,
            "code": "244-1-4",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.26340289076443,
                                52.41286266890026,
                                0.0
                            ],
                            [
                                5.262867434615892,
                                52.41333534334593,
                                0.0
                            ],
                            [
                                5.262846764097862,
                                52.41361208216842,
                                0.0
                            ],
                            [
                                5.263144910471742,
                                52.41370971677045,
                                0.0
                            ],
                            [
                                5.275355012829598,
                                52.41907658962251,
                                0.0
                            ],
                            [
                                5.279720843764365,
                                52.417964047280485,
                                0.0
                            ],
                            [
                                5.282143747359822,
                                52.4159656659019,
                                0.0
                            ],
                            [
                                5.281881774168336,
                                52.41341559242779,
                                0.0
                            ],
                            [
                                5.268802601793338,
                                52.408095366489206,
                                0.0
                            ],
                            [
                                5.26340289076443,
                                52.41286266890026,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.072223Z",
            "image_url": "",
            "timeseries": [],
            "name": "244-1-4",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3567/",
            "id": 3567,
            "code": "229/0-1-3",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.179251589538063,
                                52.362261821812,
                                0.0
                            ],
                            [
                                5.183470361906286,
                                52.36435210042618,
                                0.0
                            ],
                            [
                                5.184603377615187,
                                52.3634607749234,
                                0.0
                            ],
                            [
                                5.185028376940361,
                                52.36310295600507,
                                0.0
                            ],
                            [
                                5.185429851563361,
                                52.36286082509363,
                                0.0
                            ],
                            [
                                5.185987709382446,
                                52.362609339231284,
                                0.0
                            ],
                            [
                                5.186726407404718,
                                52.36237555695903,
                                0.0
                            ],
                            [
                                5.188432032415555,
                                52.3620110054142,
                                0.0
                            ],
                            [
                                5.187719150139828,
                                52.36079417683803,
                                0.0
                            ],
                            [
                                5.186757106025201,
                                52.360440783818596,
                                0.0
                            ],
                            [
                                5.185508287580403,
                                52.3596443244959,
                                0.0
                            ],
                            [
                                5.185490762271448,
                                52.359471746856926,
                                0.0
                            ],
                            [
                                5.185127027949813,
                                52.35948559176776,
                                0.0
                            ],
                            [
                                5.182959506052461,
                                52.35873194702204,
                                0.0
                            ],
                            [
                                5.182845773859861,
                                52.358565737180626,
                                0.0
                            ],
                            [
                                5.182702220266189,
                                52.35851615241153,
                                0.0
                            ],
                            [
                                5.182494490890647,
                                52.35873146429311,
                                0.0
                            ],
                            [
                                5.181960496257252,
                                52.35870116263912,
                                0.0
                            ],
                            [
                                5.180328192399014,
                                52.360516927013094,
                                0.0
                            ],
                            [
                                5.180263193988763,
                                52.36119438935889,
                                0.0
                            ],
                            [
                                5.180180268198792,
                                52.361432771087536,
                                0.0
                            ],
                            [
                                5.180091261082166,
                                52.361560019324195,
                                0.0
                            ],
                            [
                                5.17997272007737,
                                52.36168169293585,
                                0.0
                            ],
                            [
                                5.179251589538063,
                                52.362261821812,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.079626Z",
            "image_url": "",
            "timeseries": [],
            "name": "229/0-1-3",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3568/",
            "id": 3568,
            "code": "111/1-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.159486215663588,
                                52.34284636284434,
                                0.0
                            ],
                            [
                                5.163568282662977,
                                52.346991838634004,
                                0.0
                            ],
                            [
                                5.164995383517074,
                                52.34737926168953,
                                0.0
                            ],
                            [
                                5.166038605457312,
                                52.34714609822453,
                                0.0
                            ],
                            [
                                5.166894771274229,
                                52.34648314665709,
                                0.0
                            ],
                            [
                                5.168265675543904,
                                52.34628560310263,
                                0.0
                            ],
                            [
                                5.168233307350178,
                                52.34499935504521,
                                0.0
                            ],
                            [
                                5.167922599356333,
                                52.34447355038287,
                                0.0
                            ],
                            [
                                5.162064159010591,
                                52.341295059176076,
                                0.0
                            ],
                            [
                                5.159486215663588,
                                52.34284636284434,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.087644Z",
            "image_url": "",
            "timeseries": [],
            "name": "111/1-1-1",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3569/",
            "id": 3569,
            "code": "210/4-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.27020988262893,
                                52.353972319062066,
                                0.0
                            ],
                            [
                                5.270378665048364,
                                52.35905820451113,
                                0.0
                            ],
                            [
                                5.274040813131323,
                                52.35556208716955,
                                0.0
                            ],
                            [
                                5.27020988262893,
                                52.353972319062066,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:22.095118Z",
            "image_url": "",
            "timeseries": [],
            "name": "210/4-1-1",
            "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": "base",
            "inhabitants": null,
            "pump_overcapacity": null
        }
    ]
}