GET
/
households
/
stove-stacking
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/households/stove-stacking
{
  "fuel_type": "LPG + Biomass",
  "percentage": 65.5
}

Response

200
application/json
Successful response
fuel_type
string

Type of fuel used (e.g., LPG + Biomass).

percentage
number

Percentage of households using this combination.