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=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3740/?format=api",
            "id": 3740,
            "code": "133/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.178009908584844,
                                52.39578407002914,
                                0.0
                            ],
                            [
                                5.177661331504515,
                                52.39617042515307,
                                0.0
                            ],
                            [
                                5.179339102537891,
                                52.396735730809844,
                                0.0
                            ],
                            [
                                5.180076225553132,
                                52.39591684782171,
                                0.0
                            ],
                            [
                                5.178399736978958,
                                52.39535198362095,
                                0.0
                            ],
                            [
                                5.178009908584844,
                                52.39578407002914,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.463016Z",
            "image_url": "",
            "timeseries": [],
            "name": "133/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/3741/?format=api",
            "id": 3741,
            "code": "133/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.175682231030295,
                                52.39885870441261,
                                0.0
                            ],
                            [
                                5.174944765154924,
                                52.399677345739114,
                                0.0
                            ],
                            [
                                5.176283123334459,
                                52.400128439978836,
                                0.0
                            ],
                            [
                                5.177020571547738,
                                52.399309790383604,
                                0.0
                            ],
                            [
                                5.175682231030295,
                                52.39885870441261,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.470340Z",
            "image_url": "",
            "timeseries": [],
            "name": "133/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/3742/?format=api",
            "id": 3742,
            "code": "133/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.177206700167904,
                                52.39716630426457,
                                0.0
                            ],
                            [
                                5.176469296307911,
                                52.39798494958786,
                                0.0
                            ],
                            [
                                5.17780764438378,
                                52.398436035560906,
                                0.0
                            ],
                            [
                                5.178544371560635,
                                52.39761700683515,
                                0.0
                            ],
                            [
                                5.177206700167904,
                                52.39716630426457,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.477122Z",
            "image_url": "",
            "timeseries": [],
            "name": "133/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/3743/?format=api",
            "id": 3743,
            "code": "132/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.180269293736443,
                                52.39377589125126,
                                0.0
                            ],
                            [
                                5.17952496976761,
                                52.394592188428994,
                                0.0
                            ],
                            [
                                5.180863366784876,
                                52.39504328050356,
                                0.0
                            ],
                            [
                                5.181600699780855,
                                52.39422462448624,
                                0.0
                            ],
                            [
                                5.180269293736443,
                                52.39377589125126,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.483715Z",
            "image_url": "",
            "timeseries": [],
            "name": "132/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/3744/?format=api",
            "id": 3744,
            "code": "010-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.179646681984862,
                                52.39035599439111,
                                0.0
                            ],
                            [
                                5.179569673814255,
                                52.39073595447154,
                                0.0
                            ],
                            [
                                5.180513908475771,
                                52.3908075675278,
                                0.0
                            ],
                            [
                                5.1805908928501,
                                52.39042760559774,
                                0.0
                            ],
                            [
                                5.179646681984862,
                                52.39035599439111,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.490825Z",
            "image_url": "",
            "timeseries": [],
            "name": "010-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/5710/?format=api",
            "id": 5710,
            "code": "Ir-Bemalingsgebied Den Ham Q mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.483193981644097,
                                52.46081696763129,
                                42.72062966693193
                            ],
                            [
                                6.482240912577118,
                                52.46003003363974,
                                42.72217229567468
                            ],
                            [
                                6.482187593207401,
                                52.45993698327203,
                                42.722345733083785
                            ],
                            [
                                6.481441740829256,
                                52.45976450078015,
                                42.7227647844702
                            ],
                            [
                                6.480916337390275,
                                52.459650783237734,
                                42.72304610628635
                            ],
                            [
                                6.480432547311676,
                                52.4596096442649,
                                42.72319212462753
                            ],
                            [
                                6.479700939494968,
                                52.45961031077798,
                                42.723301137797534
                            ],
                            [
                                6.478640198123967,
                                52.4599879488553,
                                42.722789590246975
                            ],
                            [
                                6.47884355752641,
                                52.46177395681187,
                                42.719584070146084
                            ],
                            [
                                6.482229420444134,
                                52.46222890635676,
                                42.718265073373914
                            ],
                            [
                                6.48409066757179,
                                52.46251875405039,
                                42.71746879443526
                            ],
                            [
                                6.484792465650965,
                                52.46131016805319,
                                42.719511489383876
                            ],
                            [
                                6.483193981644097,
                                52.46081696763129,
                                42.72062966693193
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.613171Z",
            "created": "2021-05-03T15:25:57.613220Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham Q mechanisch",
            "sewer_system": null,
            "upstream_load": null,
            "connected_impervious_surface": null,
            "connected_impervious_surface_mixed": null,
            "connected_impervious_surface_rainwater": null,
            "population_equivalent": null,
            "pollution_equivalent": null,
            "water_consumption": null,
            "extraneous_water": null,
            "sanitary_load": null,
            "lowest_invert_level": null,
            "water_retention_capacity": null,
            "minimum_overflow_crest_level": null,
            "downstream_pumped_drainage_area": null,
            "pump_station": null,
            "area_type": "other",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5711/?format=api",
            "id": 5711,
            "code": "Ir-Bemalingsgebied Den Ham F mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.514477605099663,
                                52.462007283478904,
                                42.71373993344605
                            ],
                            [
                                6.513164698588807,
                                52.461839874555146,
                                42.71423996146768
                            ],
                            [
                                6.511070280545427,
                                52.4616300448166,
                                42.71493550390005
                            ],
                            [
                                6.511028804076799,
                                52.46208396868499,
                                42.71413491293788
                            ],
                            [
                                6.51485466466791,
                                52.4624530544862,
                                42.712889255955815
                            ],
                            [
                                6.515154339726271,
                                52.462623500145575,
                                42.71253998205066
                            ],
                            [
                                6.514825977291343,
                                52.46230721914546,
                                42.71315296087414
                            ],
                            [
                                6.514477605099663,
                                52.462007283478904,
                                42.71373993344605
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.634407Z",
            "created": "2021-05-03T15:25:57.634466Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham F mechanisch",
            "sewer_system": null,
            "upstream_load": null,
            "connected_impervious_surface": null,
            "connected_impervious_surface_mixed": null,
            "connected_impervious_surface_rainwater": null,
            "population_equivalent": null,
            "pollution_equivalent": null,
            "water_consumption": null,
            "extraneous_water": null,
            "sanitary_load": null,
            "lowest_invert_level": null,
            "water_retention_capacity": null,
            "minimum_overflow_crest_level": null,
            "downstream_pumped_drainage_area": null,
            "pump_station": null,
            "area_type": "other",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5712/?format=api",
            "id": 5712,
            "code": "Ir-Bemalingsgebied Den Ham M mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.50122191228126,
                                52.457379104383065,
                                42.72400095500052
                            ],
                            [
                                6.501506807195747,
                                52.45745617490715,
                                42.723820466548204
                            ],
                            [
                                6.502242183841565,
                                52.456990443361235,
                                42.72453549597412
                            ],
                            [
                                6.503539343130511,
                                52.456263371195014,
                                42.72562870569527
                            ],
                            [
                                6.50215602798115,
                                52.45579919791456,
                                42.72666499298066
                            ],
                            [
                                6.501485789974782,
                                52.45648300177621,
                                42.72555270884186
                            ],
                            [
                                6.50122191228126,
                                52.457379104383065,
                                42.72400095500052
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.652705Z",
            "created": "2021-05-03T15:25:57.652743Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Den Ham M mechanisch",
            "sewer_system": null,
            "upstream_load": null,
            "connected_impervious_surface": null,
            "connected_impervious_surface_mixed": null,
            "connected_impervious_surface_rainwater": null,
            "population_equivalent": null,
            "pollution_equivalent": null,
            "water_consumption": null,
            "extraneous_water": null,
            "sanitary_load": null,
            "lowest_invert_level": null,
            "water_retention_capacity": null,
            "minimum_overflow_crest_level": null,
            "downstream_pumped_drainage_area": null,
            "pump_station": null,
            "area_type": "other",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5713/?format=api",
            "id": 5713,
            "code": "Ir-Bemalingsgebied Vriezenveen P mechanisch",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.664693266453611,
                                52.42394555261049,
                                42.756862866692245
                            ],
                            [
                                6.66472857510629,
                                52.423644486033744,
                                42.757389303296804
                            ],
                            [
                                6.664297683058739,
                                52.42536422728897,
                                42.75442093703896
                            ],
                            [
                                6.663653352843257,
                                52.42693700909184,
                                42.75174818281084
                            ],
                            [
                                6.663284782882648,
                                52.42893067012526,
                                42.74828311894089
                            ],
                            [
                                6.664114135391235,
                                52.42915185573341,
                                42.74775062594563
                            ],
                            [
                                6.664681835898123,
                                52.42930423480181,
                                42.747384356334805
                            ],
                            [
                                6.665930141448547,
                                52.42892698931315,
                                42.74783946480602
                            ],
                            [
                                6.666243058231263,
                                52.42778286962504,
                                42.749810760840774
                            ],
                            [
                                6.666135852353781,
                                52.426636341948,
                                42.75185758154839
                            ],
                            [
                                6.665379809094521,
                                52.42585803868853,
                                42.75336322467774
                            ],
                            [
                                6.665043897060407,
                                52.425480773583125,
                                42.75408777780831
                            ],
                            [
                                6.664719263692881,
                                52.424723288679914,
                                42.75548289716244
                            ],
                            [
                                6.664693266453611,
                                52.42394555261049,
                                42.756862866692245
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.670147Z",
            "created": "2021-05-03T15:25:57.670187Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vriezenveen P mechanisch",
            "sewer_system": null,
            "upstream_load": null,
            "connected_impervious_surface": null,
            "connected_impervious_surface_mixed": null,
            "connected_impervious_surface_rainwater": null,
            "population_equivalent": null,
            "pollution_equivalent": null,
            "water_consumption": null,
            "extraneous_water": null,
            "sanitary_load": null,
            "lowest_invert_level": null,
            "water_retention_capacity": null,
            "minimum_overflow_crest_level": null,
            "downstream_pumped_drainage_area": null,
            "pump_station": null,
            "area_type": "other",
            "inhabitants": null,
            "pump_overcapacity": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/5714/?format=api",
            "id": 5714,
            "code": "Ir-Bemalingsgebied Vroomshoop K vuilwater",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                6.569873786703099,
                                52.48065189987559,
                                42.67185185663402
                            ],
                            [
                                6.570079946122447,
                                52.48065906483494,
                                42.671806102618575
                            ],
                            [
                                6.570115667979144,
                                52.480531210778224,
                                42.67202819790691
                            ],
                            [
                                6.570264918274273,
                                52.479556746512735,
                                42.6737405275926
                            ],
                            [
                                6.570530782376779,
                                52.4776780459708,
                                42.67704466264695
                            ],
                            [
                                6.570705557161963,
                                52.47647185859557,
                                42.67916494049132
                            ],
                            [
                                6.570756738829648,
                                52.476157542105454,
                                42.67971650045365
                            ],
                            [
                                6.570731356448722,
                                52.47554188476268,
                                42.68081689532846
                            ],
                            [
                                6.571024414471785,
                                52.47428762233889,
                                42.683003233745694
                            ],
                            [
                                6.571208848065933,
                                52.47296982956142,
                                42.6853196863085
                            ],
                            [
                                6.571210057623373,
                                52.47255537605849,
                                42.68605724070221
                            ],
                            [
                                6.571300715574283,
                                52.471671046397006,
                                42.68761673755944
                            ],
                            [
                                6.57164198850529,
                                52.469793249004304,
                                42.69090375863016
                            ],
                            [
                                6.571855465183243,
                                52.46743014244445,
                                42.69507375173271
                            ],
                            [
                                6.572059687316175,
                                52.46692116492233,
                                42.69594637583941
                            ],
                            [
                                6.572102014608344,
                                52.46627384990389,
                                42.6970909293741
                            ],
                            [
                                6.570513244781512,
                                52.46623245918414,
                                42.69741907622665
                            ],
                            [
                                6.570489872202034,
                                52.46656501427377,
                                42.69683133903891
                            ],
                            [
                                6.569941832975953,
                                52.46750521919054,
                                42.69524668622762
                            ],
                            [
                                6.569982936132786,
                                52.46810792374558,
                                42.694167943671346
                            ],
                            [
                                6.569670560658351,
                                52.46869376128325,
                                42.69317569863051
                            ],
                            [
                                6.569925610023305,
                                52.46904127338801,
                                42.692516600713134
                            ],
                            [
                                6.569936768587208,
                                52.46941953689232,
                                42.69184179138392
                            ],
                            [
                                6.569164692648498,
                                52.472038521645246,
                                42.68730460759252
                            ],
                            [
                                6.56873253823924,
                                52.475132121714324,
                                42.681866362690926
                            ],
                            [
                                6.568828320429743,
                                52.47606200332394,
                                42.680195204913616
                            ],
                            [
                                6.567035676613931,
                                52.47592744514628,
                                42.68072131741792
                            ],
                            [
                                6.566500169144776,
                                52.47626574511852,
                                42.680204382166266
                            ],
                            [
                                6.566895164321814,
                                52.477144805787496,
                                42.67857573274523
                            ],
                            [
                                6.569006475766091,
                                52.47727148863604,
                                42.67801268491894
                            ],
                            [
                                6.56854948761764,
                                52.480547161250676,
                                42.67225028388202
                            ],
                            [
                                6.568519318963445,
                                52.48081353049691,
                                42.67178047262132
                            ],
                            [
                                6.569125962489369,
                                52.48078702362386,
                                42.671730706468225
                            ],
                            [
                                6.569134741004017,
                                52.4807927993431,
                                42.671719011850655
                            ],
                            [
                                6.569844058145732,
                                52.48072752637662,
                                42.67172185704112
                            ],
                            [
                                6.569873786703099,
                                52.48065189987559,
                                42.67185185663402
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2021-05-03T15:25:57.687558Z",
            "created": "2021-05-03T15:25:57.687595Z",
            "image_url": "",
            "timeseries": [],
            "name": "Ir-Bemalingsgebied Vroomshoop K vuilwater",
            "sewer_system": null,
            "upstream_load": null,
            "connected_impervious_surface": null,
            "connected_impervious_surface_mixed": null,
            "connected_impervious_surface_rainwater": null,
            "population_equivalent": null,
            "pollution_equivalent": null,
            "water_consumption": null,
            "extraneous_water": null,
            "sanitary_load": null,
            "lowest_invert_level": null,
            "water_retention_capacity": null,
            "minimum_overflow_crest_level": null,
            "downstream_pumped_drainage_area": null,
            "pump_station": null,
            "area_type": "other",
            "inhabitants": null,
            "pump_overcapacity": null
        }
    ]
}