GET
/
fuel-usage
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/fuel-usage
{
  "household_id": "household-010",
  "fuel_consumed": 42.3,
  "region": "East Region"
}

Response

200
application/json
Successful response
household_id
string

Unique identifier of the household.

fuel_consumed
number

Total fuel consumed in the specified period.

region
string

Geographic region of the household.