WattFigure API

Household electricity costs, state electricity prices and EV charging costs, as JSON. Built 2026-08-30 · rates for June 2026 · 50 appliances · 70 vehicles · 51 jurisdictions.

Endpoints

PathReturns
GET /v1/healthVersion, dataset period, counts
GET /v1/ratesAll state rates, cheapest first
GET /v1/rates/:stateOne state, e.g. /v1/rates/california
GET /v1/appliancesAppliance catalog; ?category=kitchen
GET /v1/appliances/:slugOne appliance with its annual kWh
GET /v1/vehiclesEV catalog; ?make=tesla
GET /v1/vehicles/:slugOne vehicle
GET /v1/costRunning cost. ?state=&appliance= or ?state=&watts=&hours_per_day=&days_per_year=
GET /v1/chargeCharging cost. ?state=&vehicle= or ?state=&kwh_per_100mi=&miles_per_year=
GET /v1/bulk/:datasetWhole dataset — key required
GET /openapi.jsonOpenAPI 3.1 description

Try it

curl "https://api.wattfigure.com/v1/cost?state=california&appliance=space-heater"
curl "https://api.wattfigure.com/v1/charge?state=texas&vehicle=acura-zdx-awd"
curl "https://api.wattfigure.com/v1/rates/hawaii"

Tiers

TierWhat you get
FreeNo key, no signup. List endpoints return up to 25 rows; computed endpoints are unrestricted. Fair-use rate limiting applies.
ProSend X-API-Key. Unpaginated lists, bulk dataset dumps, and no fair-use cap.

Data and licensing

Electricity prices: U.S. Energy Information Administration, Electric Power Monthly, Table 5.6.A (Form EIA-861M). Public domain. Vehicle consumption: U.S. EPA / DOE fueleconomy.gov, also public domain. Both are U.S. government works and carry no licence restrictions. The appliance usage catalog, the derived figures and this API are the operator's own work; attribution is appreciated.

Figures are estimates from published averages and stated assumptions. They are not a bill, a quote, or professional advice.