Get fuel usage metrics
GET/fuel-usage
Retrieve data on fuel usage aggregated by household, region, or time period.
Response
household_idstring
Unique identifier of the household.
fuel_consumednumber
Total fuel consumed in the specified period.
regionstring
Geographic region of the household.
Example response
{
"household_id": "household-010",
"fuel_consumed": 42.3,
"region": "East Region"
}