cURL
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" }
Retrieve data on fuel usage aggregated by household, region, or time period.
Successful response
Unique identifier of the household.
Total fuel consumed in the specified period.
Geographic region of the household.
Was this page helpful?