post
https://api-dev.socialsensing.com/v1/map//stats
Returns an object mapping regions to their statistics. At present the two statistics are exceedance and total count. If there are no results for the criteria for a given region it will not included in the results. The result will look like this:
{
"west yorkshire": {
"count": 109,
"exceedance": 0.4697
},
"shropshire": {
"count": 71,
"exceedance": 0.4697
},
...
}
To get a list of all maps, their ids and available region types, use Get Metadata for All Maps. The list of available regions types and hazards can be obtained using Get Metadata for Map by Id.
