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=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3730/?format=api",
            "id": 3730,
            "code": "267/6-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.322370630428684,
                                52.39989433870232,
                                0.0
                            ],
                            [
                                5.324830934221563,
                                52.40086417213756,
                                0.0
                            ],
                            [
                                5.32513953001658,
                                52.39945430329845,
                                0.0
                            ],
                            [
                                5.324718183314927,
                                52.39881664661997,
                                0.0
                            ],
                            [
                                5.323081096764028,
                                52.39868854140581,
                                0.0
                            ],
                            [
                                5.322968949105085,
                                52.399402153960196,
                                0.0
                            ],
                            [
                                5.322370630428684,
                                52.39989433870232,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.388471Z",
            "image_url": "",
            "timeseries": [],
            "name": "267/6-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/3731/?format=api",
            "id": 3731,
            "code": "225/3-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.204357175934293,
                                52.36894374677315,
                                0.0
                            ],
                            [
                                5.203807541563529,
                                52.368906030086336,
                                0.0
                            ],
                            [
                                5.203441052266276,
                                52.36886748960221,
                                0.0
                            ],
                            [
                                5.203105510213286,
                                52.36879123022552,
                                0.0
                            ],
                            [
                                5.202871786760884,
                                52.369098898451035,
                                0.0
                            ],
                            [
                                5.202841632918381,
                                52.36916836154514,
                                0.0
                            ],
                            [
                                5.202703221966048,
                                52.3693717059734,
                                0.0
                            ],
                            [
                                5.202588458237108,
                                52.36954298331732,
                                0.0
                            ],
                            [
                                5.201737614030614,
                                52.369312093445664,
                                0.0
                            ],
                            [
                                5.201029989048409,
                                52.37037359056819,
                                0.0
                            ],
                            [
                                5.202816787551458,
                                52.37083634790386,
                                0.0
                            ],
                            [
                                5.204357175934293,
                                52.36894374677315,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.395991Z",
            "image_url": "",
            "timeseries": [],
            "name": "225/3-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/3732/?format=api",
            "id": 3732,
            "code": "267/8-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.318480040170702,
                                52.39836047019687,
                                0.0
                            ],
                            [
                                5.321688173272443,
                                52.399625302562484,
                                0.0
                            ],
                            [
                                5.322370630428684,
                                52.39989433870232,
                                0.0
                            ],
                            [
                                5.322968949105085,
                                52.399402153960196,
                                0.0
                            ],
                            [
                                5.323081096764028,
                                52.39868854140581,
                                0.0
                            ],
                            [
                                5.321267352037988,
                                52.398546585049715,
                                0.0
                            ],
                            [
                                5.318480040170702,
                                52.39836047019687,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.403338Z",
            "image_url": "",
            "timeseries": [],
            "name": "267/8-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/3733/?format=api",
            "id": 3733,
            "code": "224/3-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.173844240446626,
                                52.34865915496982,
                                0.0
                            ],
                            [
                                5.173834356477792,
                                52.349732821164054,
                                0.0
                            ],
                            [
                                5.173909188500868,
                                52.35067473367259,
                                0.0
                            ],
                            [
                                5.176130779713027,
                                52.350608526418334,
                                0.0
                            ],
                            [
                                5.176995812405113,
                                52.34967291117497,
                                0.0
                            ],
                            [
                                5.175165835842541,
                                52.34971292727576,
                                0.0
                            ],
                            [
                                5.174774255251802,
                                52.34869718728123,
                                0.0
                            ],
                            [
                                5.173844240446626,
                                52.34865915496982,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.410711Z",
            "image_url": "",
            "timeseries": [],
            "name": "224/3-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/3734/?format=api",
            "id": 3734,
            "code": "131/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.185781195328412,
                                52.3872456933145,
                                0.0
                            ],
                            [
                                5.186357082909236,
                                52.3866059170844,
                                0.0
                            ],
                            [
                                5.183239609590076,
                                52.38555487616639,
                                0.0
                            ],
                            [
                                5.182663390832175,
                                52.38619497046891,
                                0.0
                            ],
                            [
                                5.185781195328412,
                                52.3872456933145,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.418409Z",
            "image_url": "",
            "timeseries": [],
            "name": "131/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/3735/?format=api",
            "id": 3735,
            "code": "265/6-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.308476297101293,
                                52.39969867441331,
                                0.0
                            ],
                            [
                                5.308147971404868,
                                52.402396087268194,
                                0.0
                            ],
                            [
                                5.308928070961807,
                                52.40170479765766,
                                0.0
                            ],
                            [
                                5.310304851694597,
                                52.400484690232645,
                                0.0
                            ],
                            [
                                5.308476297101293,
                                52.39969867441331,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.426633Z",
            "image_url": "",
            "timeseries": [],
            "name": "265/6-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/3736/?format=api",
            "id": 3736,
            "code": "132/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.178612161174232,
                                52.39492734435112,
                                0.0
                            ],
                            [
                                5.176763407341605,
                                52.39430305795662,
                                0.0
                            ],
                            [
                                5.176220363674136,
                                52.39444210762006,
                                0.0
                            ],
                            [
                                5.175695166626718,
                                52.394969454999476,
                                0.0
                            ],
                            [
                                5.178009908584844,
                                52.39578407002914,
                                0.0
                            ],
                            [
                                5.178399736978958,
                                52.39535198362095,
                                0.0
                            ],
                            [
                                5.17826881406741,
                                52.39530786977364,
                                0.0
                            ],
                            [
                                5.178612161174232,
                                52.39492734435112,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.433907Z",
            "image_url": "",
            "timeseries": [],
            "name": "132/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/3737/?format=api",
            "id": 3737,
            "code": "131/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.186357082909236,
                                52.3866059170844,
                                0.0
                            ],
                            [
                                5.186823380143552,
                                52.38608787343415,
                                0.0
                            ],
                            [
                                5.183705632305272,
                                52.38503717781371,
                                0.0
                            ],
                            [
                                5.183239609590076,
                                52.38555487616639,
                                0.0
                            ],
                            [
                                5.186357082909236,
                                52.3866059170844,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.441451Z",
            "image_url": "",
            "timeseries": [],
            "name": "131/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/3738/?format=api",
            "id": 3738,
            "code": "254/2",
            "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.288528522441122,
                                52.390990080893864,
                                0.0
                            ],
                            [
                                5.288904253046649,
                                52.39114751492494,
                                0.0
                            ],
                            [
                                5.289665607403206,
                                52.39075335510501,
                                0.0
                            ],
                            [
                                5.291925674117878,
                                52.38883948078608,
                                0.0
                            ],
                            [
                                5.29129796481524,
                                52.38859840272015,
                                0.0
                            ],
                            [
                                5.291141349308241,
                                52.38875448434495,
                                0.0
                            ],
                            [
                                5.290610093345676,
                                52.38920906255657,
                                0.0
                            ],
                            [
                                5.290596516954954,
                                52.38941384168671,
                                0.0
                            ],
                            [
                                5.290238196983704,
                                52.3895272750177,
                                0.0
                            ],
                            [
                                5.288528522441122,
                                52.390990080893864,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.448769Z",
            "image_url": "",
            "timeseries": [],
            "name": "254/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/3739/?format=api",
            "id": 3739,
            "code": "133/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.17312694083358,
                                52.401281165362136,
                                0.0
                            ],
                            [
                                5.174751423603814,
                                52.401828707604956,
                                0.0
                            ],
                            [
                                5.175488928914097,
                                52.401010067870814,
                                0.0
                            ],
                            [
                                5.173685178476758,
                                52.4004021034582,
                                0.0
                            ],
                            [
                                5.172947649993748,
                                52.40122073204742,
                                0.0
                            ],
                            [
                                5.17312694083358,
                                52.401281165362136,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.456098Z",
            "image_url": "",
            "timeseries": [],
            "name": "133/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
        }
    ]
}