cURL
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/households/stats
{ "total_households": 1500, "density": { "low": 700, "medium": 500, "high": 300 } }
Retrieve household statistics, including the number of serviced households and density profiles.
Successful response
Total number of serviced households.
Show child attributes
Number of low-density households.
Number of medium-density households.
Number of high-density households.
Was this page helpful?