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=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3710/?format=api",
            "id": 3710,
            "code": "267/5-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.317350363638814,
                                52.39791504815104,
                                0.0
                            ],
                            [
                                5.318480040170702,
                                52.39836047019687,
                                0.0
                            ],
                            [
                                5.321267352037988,
                                52.398546585049715,
                                0.0
                            ],
                            [
                                5.323081096764028,
                                52.39868854140581,
                                0.0
                            ],
                            [
                                5.324718183314927,
                                52.39881664661997,
                                0.0
                            ],
                            [
                                5.325077876359726,
                                52.39839331936024,
                                0.0
                            ],
                            [
                                5.319100835871729,
                                52.39639178192413,
                                0.0
                            ],
                            [
                                5.317350363638814,
                                52.39791504815104,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.235284Z",
            "image_url": "",
            "timeseries": [],
            "name": "267/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/3711/?format=api",
            "id": 3711,
            "code": "251/1-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.265742002924733,
                                52.3927835087686,
                                0.0
                            ],
                            [
                                5.264258216797063,
                                52.39538661567903,
                                0.0
                            ],
                            [
                                5.265688108676976,
                                52.39601826308259,
                                0.0
                            ],
                            [
                                5.266203527737954,
                                52.396579141239584,
                                0.0
                            ],
                            [
                                5.266550204573859,
                                52.39628153099547,
                                0.0
                            ],
                            [
                                5.266772354427331,
                                52.39606270380917,
                                0.0
                            ],
                            [
                                5.267204461555807,
                                52.39558398079015,
                                0.0
                            ],
                            [
                                5.267461866075688,
                                52.39519591682381,
                                0.0
                            ],
                            [
                                5.267719314038372,
                                52.39485551768126,
                                0.0
                            ],
                            [
                                5.267955063324419,
                                52.39453529111989,
                                0.0
                            ],
                            [
                                5.268147346828988,
                                52.3943101489616,
                                0.0
                            ],
                            [
                                5.268523844495492,
                                52.393979964982286,
                                0.0
                            ],
                            [
                                5.268687345425531,
                                52.39384000387404,
                                0.0
                            ],
                            [
                                5.265742002924733,
                                52.3927835087686,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.242687Z",
            "image_url": "",
            "timeseries": [],
            "name": "251/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/3712/?format=api",
            "id": 3712,
            "code": "008-onb",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.194019094032656,
                                52.394471711343606,
                                0.0
                            ],
                            [
                                5.19511568137485,
                                52.39354639129474,
                                0.0
                            ],
                            [
                                5.195618544308516,
                                52.39306826759279,
                                0.0
                            ],
                            [
                                5.195542982533868,
                                52.39305162361579,
                                0.0
                            ],
                            [
                                5.195489408836765,
                                52.39303828814185,
                                0.0
                            ],
                            [
                                5.195080809196471,
                                52.39293893026781,
                                0.0
                            ],
                            [
                                5.194969403266286,
                                52.39291426534389,
                                0.0
                            ],
                            [
                                5.194790511855231,
                                52.39288287147069,
                                0.0
                            ],
                            [
                                5.194587175563641,
                                52.392842842217064,
                                0.0
                            ],
                            [
                                5.194245788022804,
                                52.39277426424636,
                                0.0
                            ],
                            [
                                5.19400517366622,
                                52.3927157963247,
                                0.0
                            ],
                            [
                                5.19387585531267,
                                52.392689044748806,
                                0.0
                            ],
                            [
                                5.19331365463458,
                                52.392540779322346,
                                0.0
                            ],
                            [
                                5.192833608921508,
                                52.39238753853259,
                                0.0
                            ],
                            [
                                5.192350221442405,
                                52.392229209119606,
                                0.0
                            ],
                            [
                                5.191952012611946,
                                52.392068078640385,
                                0.0
                            ],
                            [
                                5.191569609282249,
                                52.39191599211142,
                                0.0
                            ],
                            [
                                5.191185867950229,
                                52.39173038260739,
                                0.0
                            ],
                            [
                                5.190947462903117,
                                52.39162019713826,
                                0.0
                            ],
                            [
                                5.190751255914439,
                                52.39151000740773,
                                0.0
                            ],
                            [
                                5.189405855540979,
                                52.39300477424438,
                                0.0
                            ],
                            [
                                5.194019094032656,
                                52.394471711343606,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.250132Z",
            "image_url": "",
            "timeseries": [],
            "name": "008-onb",
            "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/3713/?format=api",
            "id": 3713,
            "code": "009-onb",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.186186731097266,
                                52.3917736619522,
                                0.0
                            ],
                            [
                                5.189405855540979,
                                52.39300477424438,
                                0.0
                            ],
                            [
                                5.190751255914439,
                                52.39151000740773,
                                0.0
                            ],
                            [
                                5.190735018209921,
                                52.391500888283154,
                                0.0
                            ],
                            [
                                5.190555015047779,
                                52.39140200347812,
                                0.0
                            ],
                            [
                                5.190256726287341,
                                52.39123364440133,
                                0.0
                            ],
                            [
                                5.189994145855816,
                                52.391067545411275,
                                0.0
                            ],
                            [
                                5.189536215417882,
                                52.39074755701799,
                                0.0
                            ],
                            [
                                5.187526443860459,
                                52.390285329142934,
                                0.0
                            ],
                            [
                                5.186186731097266,
                                52.3917736619522,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.257704Z",
            "image_url": "",
            "timeseries": [],
            "name": "009-onb",
            "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/3714/?format=api",
            "id": 3714,
            "code": "228/4-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.191077385772205,
                                52.37765919254558,
                                0.0
                            ],
                            [
                                5.193081300666762,
                                52.375468004899325,
                                0.0
                            ],
                            [
                                5.193404288561518,
                                52.3752152546825,
                                0.0
                            ],
                            [
                                5.193048751461797,
                                52.37496275067336,
                                0.0
                            ],
                            [
                                5.192798978298684,
                                52.37483447026865,
                                0.0
                            ],
                            [
                                5.192570780983639,
                                52.374745851026994,
                                0.0
                            ],
                            [
                                5.19076270030247,
                                52.37413198082994,
                                0.0
                            ],
                            [
                                5.190320758858569,
                                52.37459975191531,
                                0.0
                            ],
                            [
                                5.190144385272105,
                                52.37527622357826,
                                0.0
                            ],
                            [
                                5.18905948827489,
                                52.37650566533896,
                                0.0
                            ],
                            [
                                5.189155612411495,
                                52.37682174173336,
                                0.0
                            ],
                            [
                                5.188731743782487,
                                52.37687706098066,
                                0.0
                            ],
                            [
                                5.191077385772205,
                                52.37765919254558,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.265106Z",
            "image_url": "",
            "timeseries": [],
            "name": "228/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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3715/?format=api",
            "id": 3715,
            "code": "213/1-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.223330860222174,
                                52.33244288153294,
                                0.0
                            ],
                            [
                                5.223453131167989,
                                52.33221386413131,
                                0.0
                            ],
                            [
                                5.223285642163094,
                                52.33207571815248,
                                0.0
                            ],
                            [
                                5.221078486394688,
                                52.331479133711575,
                                0.0
                            ],
                            [
                                5.220886334015884,
                                52.33107060879518,
                                0.0
                            ],
                            [
                                5.219011019630827,
                                52.333067766426545,
                                0.0
                            ],
                            [
                                5.219031598338717,
                                52.33311170032885,
                                0.0
                            ],
                            [
                                5.219332977795299,
                                52.33371625984033,
                                0.0
                            ],
                            [
                                5.220129497672207,
                                52.333986009235666,
                                0.0
                            ],
                            [
                                5.220936544384366,
                                52.33382897155628,
                                0.0
                            ],
                            [
                                5.221583987531644,
                                52.333431146074965,
                                0.0
                            ],
                            [
                                5.222395659232211,
                                52.33291547801459,
                                0.0
                            ],
                            [
                                5.223459856451753,
                                52.33274489675009,
                                0.0
                            ],
                            [
                                5.223330860222174,
                                52.33244288153294,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.272797Z",
            "image_url": "",
            "timeseries": [],
            "name": "213/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/3716/?format=api",
            "id": 3716,
            "code": "007-onb",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.18859396537086,
                                52.39390674408162,
                                0.0
                            ],
                            [
                                5.188889799710308,
                                52.3940483580939,
                                0.0
                            ],
                            [
                                5.18990292654415,
                                52.39453301714665,
                                0.0
                            ],
                            [
                                5.189992703086341,
                                52.3945733795326,
                                0.0
                            ],
                            [
                                5.190119117330272,
                                52.394628695315234,
                                0.0
                            ],
                            [
                                5.190281100707447,
                                52.39469705788472,
                                0.0
                            ],
                            [
                                5.190423522997618,
                                52.3947549088398,
                                0.0
                            ],
                            [
                                5.190561824329591,
                                52.39480913359506,
                                0.0
                            ],
                            [
                                5.190694563403323,
                                52.39485942279332,
                                0.0
                            ],
                            [
                                5.19087840872257,
                                52.39492632467907,
                                0.0
                            ],
                            [
                                5.191182036407441,
                                52.39503010041141,
                                0.0
                            ],
                            [
                                5.19137546612213,
                                52.39509202965646,
                                0.0
                            ],
                            [
                                5.191524780843511,
                                52.39513769150311,
                                0.0
                            ],
                            [
                                5.19167167514355,
                                52.39518083891988,
                                0.0
                            ],
                            [
                                5.191952431006929,
                                52.39525854839412,
                                0.0
                            ],
                            [
                                5.192117151397809,
                                52.395301315100404,
                                0.0
                            ],
                            [
                                5.192381073755856,
                                52.39536561728142,
                                0.0
                            ],
                            [
                                5.192496402276421,
                                52.395392120421526,
                                0.0
                            ],
                            [
                                5.192578418800837,
                                52.39541039290126,
                                0.0
                            ],
                            [
                                5.192646842348842,
                                52.395420759400125,
                                0.0
                            ],
                            [
                                5.192694717563515,
                                52.39542239365917,
                                0.0
                            ],
                            [
                                5.192736631663879,
                                52.39542032128015,
                                0.0
                            ],
                            [
                                5.192769152164503,
                                52.39541639245607,
                                0.0
                            ],
                            [
                                5.192800272570836,
                                52.395410626502844,
                                0.0
                            ],
                            [
                                5.192843311900659,
                                52.39539900625941,
                                0.0
                            ],
                            [
                                5.192873795496436,
                                52.395387797058824,
                                0.0
                            ],
                            [
                                5.192916945105326,
                                52.395366472142996,
                                0.0
                            ],
                            [
                                5.192951283520884,
                                52.39534278218734,
                                0.0
                            ],
                            [
                                5.193918656126115,
                                52.39455601714111,
                                0.0
                            ],
                            [
                                5.194019094032656,
                                52.394471711343606,
                                0.0
                            ],
                            [
                                5.189405855540979,
                                52.39300477424438,
                                0.0
                            ],
                            [
                                5.18859396537086,
                                52.39390674408162,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.280576Z",
            "image_url": "",
            "timeseries": [],
            "name": "007-onb",
            "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/3717/?format=api",
            "id": 3717,
            "code": "011_onb",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.192611537799456,
                                52.38018725734025,
                                0.0
                            ],
                            [
                                5.190118989108194,
                                52.379755960608094,
                                0.0
                            ],
                            [
                                5.188910744630176,
                                52.380994815304334,
                                0.0
                            ],
                            [
                                5.189855762775606,
                                52.38306605548488,
                                0.0
                            ],
                            [
                                5.192611537799456,
                                52.38018725734025,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.287863Z",
            "image_url": "",
            "timeseries": [],
            "name": "011_onb",
            "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/3718/?format=api",
            "id": 3718,
            "code": "266/2-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.308147971404868,
                                52.402396087268194,
                                0.0
                            ],
                            [
                                5.307202029623124,
                                52.40320191733101,
                                0.0
                            ],
                            [
                                5.30986145248056,
                                52.404363826316576,
                                0.0
                            ],
                            [
                                5.311606208794046,
                                52.402894517457504,
                                0.0
                            ],
                            [
                                5.308928070961807,
                                52.40170479765766,
                                0.0
                            ],
                            [
                                5.308147971404868,
                                52.402396087268194,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.296089Z",
            "image_url": "",
            "timeseries": [],
            "name": "266/2-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/3719/?format=api",
            "id": 3719,
            "code": "222/2-1-1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                5.212929343299312,
                                52.36975937517818,
                                0.0
                            ],
                            [
                                5.21395897441478,
                                52.37040977610929,
                                0.0
                            ],
                            [
                                5.215100467112551,
                                52.36989636510565,
                                0.0
                            ],
                            [
                                5.215592962392622,
                                52.36984996172352,
                                0.0
                            ],
                            [
                                5.216152109410458,
                                52.370033142747666,
                                0.0
                            ],
                            [
                                5.217396949632141,
                                52.369179072138884,
                                0.0
                            ],
                            [
                                5.215924368172166,
                                52.36787302359944,
                                0.0
                            ],
                            [
                                5.215074874334002,
                                52.367666022155326,
                                0.0
                            ],
                            [
                                5.214551065488556,
                                52.36800409004406,
                                0.0
                            ],
                            [
                                5.213932906751811,
                                52.369486228327204,
                                0.0
                            ],
                            [
                                5.214084466947617,
                                52.36955081311729,
                                0.0
                            ],
                            [
                                5.214108861788976,
                                52.36967723548539,
                                0.0
                            ],
                            [
                                5.212929343299312,
                                52.36975937517818,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.304373Z",
            "image_url": "",
            "timeseries": [],
            "name": "222/2-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
        }
    ]
}