GET
/
households
/
stats
curl --request GET \
  --url https://api.emerging.eco/households/stats \
  --header 'Authorization: Basic <encoded-value>'
{
  "total_households": 1500,
  "density": {
    "low": 700,
    "medium": 500,
    "high": 300
  }
}

Authorizations

Authorization
string
header
required

HTTP Basic authentication using username and password

Response

200
application/json
Successful response
total_households
integer

Total number of serviced households.

density
object

Was this page helpful?