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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3690/?format=api",
            "id": 3690,
            "code": "115/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.149236331241267,
                                52.35982612937311,
                                0.0
                            ],
                            [
                                5.154027213415488,
                                52.36144191407684,
                                0.0
                            ],
                            [
                                5.155209710343766,
                                52.36043881434604,
                                0.0
                            ],
                            [
                                5.154947908193941,
                                52.35968000392568,
                                0.0
                            ],
                            [
                                5.153343046107743,
                                52.35974071432986,
                                0.0
                            ],
                            [
                                5.152692944088192,
                                52.35961625346641,
                                0.0
                            ],
                            [
                                5.150990873388896,
                                52.35787358935422,
                                0.0
                            ],
                            [
                                5.150897655092315,
                                52.35746973215649,
                                0.0
                            ],
                            [
                                5.150753171198001,
                                52.35696723240595,
                                0.0
                            ],
                            [
                                5.150774572846604,
                                52.35654872575879,
                                0.0
                            ],
                            [
                                5.148471905364622,
                                52.35577966364409,
                                0.0
                            ],
                            [
                                5.148277889134974,
                                52.356189560085625,
                                0.0
                            ],
                            [
                                5.148207144828724,
                                52.35715518895517,
                                0.0
                            ],
                            [
                                5.148525414064175,
                                52.35798672609599,
                                0.0
                            ],
                            [
                                5.149236331241267,
                                52.35982612937311,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.077850Z",
            "image_url": "",
            "timeseries": [],
            "name": "115/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/3691/?format=api",
            "id": 3691,
            "code": "255/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.280382238844947,
                                52.37848898409604,
                                0.0
                            ],
                            [
                                5.279549312523882,
                                52.37939235210453,
                                0.0
                            ],
                            [
                                5.281785057252367,
                                52.380271196004465,
                                0.0
                            ],
                            [
                                5.282447970988481,
                                52.38064542559924,
                                0.0
                            ],
                            [
                                5.28274829948599,
                                52.381099995685645,
                                0.0
                            ],
                            [
                                5.282824994995545,
                                52.38173945105257,
                                0.0
                            ],
                            [
                                5.283253842574004,
                                52.38135237438324,
                                0.0
                            ],
                            [
                                5.283834600670884,
                                52.38082817073927,
                                0.0
                            ],
                            [
                                5.286289214418573,
                                52.37809852069644,
                                0.0
                            ],
                            [
                                5.284530258749099,
                                52.37752624339543,
                                0.0
                            ],
                            [
                                5.284510806986703,
                                52.377548641524385,
                                0.0
                            ],
                            [
                                5.282336899019842,
                                52.37687490911897,
                                0.0
                            ],
                            [
                                5.281671204873961,
                                52.37762060999911,
                                0.0
                            ],
                            [
                                5.281550078041907,
                                52.37758270943165,
                                0.0
                            ],
                            [
                                5.280834440467788,
                                52.37837832240077,
                                0.0
                            ],
                            [
                                5.280382238844947,
                                52.37848898409604,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.085379Z",
            "image_url": "",
            "timeseries": [],
            "name": "255/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/3692/?format=api",
            "id": 3692,
            "code": "267/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.310304851694597,
                                52.400484690232645,
                                0.0
                            ],
                            [
                                5.313043399323421,
                                52.40166241425124,
                                0.0
                            ],
                            [
                                5.313274279543433,
                                52.401461551596846,
                                0.0
                            ],
                            [
                                5.317350363638814,
                                52.39791504815104,
                                0.0
                            ],
                            [
                                5.314613331453196,
                                52.39678235676553,
                                0.0
                            ],
                            [
                                5.310304851694597,
                                52.400484690232645,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.092659Z",
            "image_url": "",
            "timeseries": [],
            "name": "267/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/3693/?format=api",
            "id": 3693,
            "code": "223/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.205228210468213,
                                52.384499802967404,
                                0.0
                            ],
                            [
                                5.205936791801531,
                                52.38579738955546,
                                0.0
                            ],
                            [
                                5.205673175711309,
                                52.38660872423883,
                                0.0
                            ],
                            [
                                5.205645680766881,
                                52.38712135929196,
                                0.0
                            ],
                            [
                                5.205618185179163,
                                52.38763399428447,
                                0.0
                            ],
                            [
                                5.210577989458034,
                                52.38809937789471,
                                0.0
                            ],
                            [
                                5.211197338565164,
                                52.38661170769191,
                                0.0
                            ],
                            [
                                5.210065239247591,
                                52.38643525797551,
                                0.0
                            ],
                            [
                                5.210462543878295,
                                52.385426223235065,
                                0.0
                            ],
                            [
                                5.207204262883184,
                                52.38492647683434,
                                0.0
                            ],
                            [
                                5.206819392045873,
                                52.38417447114738,
                                0.0
                            ],
                            [
                                5.205228210468213,
                                52.384499802967404,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.100172Z",
            "image_url": "",
            "timeseries": [],
            "name": "223/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/3694/?format=api",
            "id": 3694,
            "code": "221/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.210562299289393,
                                52.356744855977404,
                                0.0
                            ],
                            [
                                5.211515318655066,
                                52.358421132175316,
                                0.0
                            ],
                            [
                                5.213228331480011,
                                52.35806475840274,
                                0.0
                            ],
                            [
                                5.215076018080764,
                                52.35754238572196,
                                0.0
                            ],
                            [
                                5.213393596196605,
                                52.35423121564829,
                                0.0
                            ],
                            [
                                5.209337425555693,
                                52.35500378320764,
                                0.0
                            ],
                            [
                                5.210562299289393,
                                52.356744855977404,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.107997Z",
            "image_url": "",
            "timeseries": [],
            "name": "221/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/3695/?format=api",
            "id": 3695,
            "code": "266/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.319406142096382,
                                52.40939241633221,
                                0.0
                            ],
                            [
                                5.32543337201773,
                                52.40756715320283,
                                0.0
                            ],
                            [
                                5.325165628018135,
                                52.407221215043066,
                                0.0
                            ],
                            [
                                5.324897888199503,
                                52.4068752762534,
                                0.0
                            ],
                            [
                                5.324633065547458,
                                52.406688686784854,
                                0.0
                            ],
                            [
                                5.324353482626334,
                                52.40654950247384,
                                0.0
                            ],
                            [
                                5.322925942792089,
                                52.40592741871421,
                                0.0
                            ],
                            [
                                5.316341021557394,
                                52.407946838562225,
                                0.0
                            ],
                            [
                                5.316885565060561,
                                52.40819629587062,
                                0.0
                            ],
                            [
                                5.317556547876925,
                                52.40830333708702,
                                0.0
                            ],
                            [
                                5.318264419652809,
                                52.4084680507335,
                                0.0
                            ],
                            [
                                5.31866973407601,
                                52.40865578710114,
                                0.0
                            ],
                            [
                                5.319021585708117,
                                52.40892104450574,
                                0.0
                            ],
                            [
                                5.319406142096382,
                                52.40939241633221,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.115563Z",
            "image_url": "",
            "timeseries": [],
            "name": "266/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/3696/?format=api",
            "id": 3696,
            "code": "265/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.308476297101293,
                                52.39969867441331,
                                0.0
                            ],
                            [
                                5.310304851694597,
                                52.400484690232645,
                                0.0
                            ],
                            [
                                5.314613331453196,
                                52.39678235676553,
                                0.0
                            ],
                            [
                                5.308735874118494,
                                52.39656827762189,
                                0.0
                            ],
                            [
                                5.308476297101293,
                                52.39969867441331,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.122972Z",
            "image_url": "",
            "timeseries": [],
            "name": "265/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/3697/?format=api",
            "id": 3697,
            "code": "115/7-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.162078696438921,
                                52.35384864735398,
                                0.0
                            ],
                            [
                                5.158835070849573,
                                52.35485217078757,
                                0.0
                            ],
                            [
                                5.159642637110028,
                                52.356224740812834,
                                0.0
                            ],
                            [
                                5.15978945888237,
                                52.35713815893395,
                                0.0
                            ],
                            [
                                5.159427392690937,
                                52.357999225576606,
                                0.0
                            ],
                            [
                                5.159655795279728,
                                52.35808571877525,
                                0.0
                            ],
                            [
                                5.159917142822925,
                                52.358047866861824,
                                0.0
                            ],
                            [
                                5.161109445017622,
                                52.35849193253719,
                                0.0
                            ],
                            [
                                5.164216053318712,
                                52.35551593926572,
                                0.0
                            ],
                            [
                                5.162078696438921,
                                52.35384864735398,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.130700Z",
            "image_url": "",
            "timeseries": [],
            "name": "115/7-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/3698/?format=api",
            "id": 3698,
            "code": "218/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.260316420508932,
                                52.334734550220126,
                                0.0
                            ],
                            [
                                5.261883015593178,
                                52.337328089072145,
                                0.0
                            ],
                            [
                                5.26611428441608,
                                52.336585962855274,
                                0.0
                            ],
                            [
                                5.265287004300991,
                                52.335130876028714,
                                0.0
                            ],
                            [
                                5.264203503564901,
                                52.33397621215606,
                                0.0
                            ],
                            [
                                5.262890630238706,
                                52.3332901391703,
                                0.0
                            ],
                            [
                                5.260316420508932,
                                52.334734550220126,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.138003Z",
            "image_url": "",
            "timeseries": [],
            "name": "218/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/3699/?format=api",
            "id": 3699,
            "code": "228/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.185680498659524,
                                52.37584155596398,
                                0.0
                            ],
                            [
                                5.188731743782487,
                                52.37687706098066,
                                0.0
                            ],
                            [
                                5.189155612411495,
                                52.37682174173336,
                                0.0
                            ],
                            [
                                5.18905948827489,
                                52.37650566533896,
                                0.0
                            ],
                            [
                                5.190144385272105,
                                52.37527622357826,
                                0.0
                            ],
                            [
                                5.190320758858569,
                                52.37459975191531,
                                0.0
                            ],
                            [
                                5.19076270030247,
                                52.37413198082994,
                                0.0
                            ],
                            [
                                5.189057652212723,
                                52.37347369031567,
                                0.0
                            ],
                            [
                                5.186245487841902,
                                52.373944095543195,
                                0.0
                            ],
                            [
                                5.184717936783293,
                                52.37426457119033,
                                0.0
                            ],
                            [
                                5.184329200908803,
                                52.37436243744907,
                                0.0
                            ],
                            [
                                5.184728095603283,
                                52.374944328489974,
                                0.0
                            ],
                            [
                                5.185098420867717,
                                52.37544751948135,
                                0.0
                            ],
                            [
                                5.185333978219981,
                                52.37564280782061,
                                0.0
                            ],
                            [
                                5.185680498659524,
                                52.37584155596398,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:23.145491Z",
            "image_url": "",
            "timeseries": [],
            "name": "228/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
        }
    ]
}