Stats - Flooded Regions Summary
Last updated
List of all regions with currently flooded RWs.
Query Parameter
Description
Format
Required
city
Which city do we wish to return infrastructure for? (one of bdg, jbd, sby)
String
No
curl "https://data.petabencana.id/stats/floodedRegionsSummary?city=jbd"Results are as follows:
{
"total number of regions with flooded RWs": 4,
"regions with flooded RWs": [
"KAPUK",
"RAWA TERATE",
"CIPINANG MELAYU",
"CENGKARENG BARAT"
]
}Last updated