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
The response is of type object.
object
Was this page helpful?