GET
/
households
/
stats
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/households/stats
{
  "total_households": 1500,
  "density": {
    "low": 700,
    "medium": 500,
    "high": 300
  }
}

Response

200
application/json
Successful response
total_households
integer

Total number of serviced households.

density
object