Energy Audit Automation API
## Know Your Penalty Exposure Before the Bill Arrives Building Performance Standards are now law in over 40 US cities. Owners of non-compliant buildings pay hundreds of thousands of dollars per year in penalties — and most do not know their exposure until they receive the fine. This API gives property managers, real estate consultants, and sustainability teams an instant compliance screen for…
Energy Audit Automation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
Health Check /health |
Check API status and confirm the server is running. Returns version number and the list of data sources powering the calculation engine. Call this first if you are… |
| pricing | ||
| GET |
Pricing Plans /pricing |
Check API status and confirm the server is running. Returns version number and the list of data sources powering the calculation engine. Call this first if you are… |
| audit | ||
| POST |
Quick Audit /audit/quick |
Quick energy audit from monthly cost + building type. Estimates EUI from bill, benchmarks against EPA median, calculates LL97 penalty exposure, identifies top upgrade. Free plan. |
| POST |
Full Audit /audit/full |
Full commercial building energy audit. Requires actual utility inputs (kWh + therms). Returns EUI vs EPA median, multi-city BPS penalties (LL97/BERDO/Denver), solar offset, and… |
| reference | ||
| GET |
Property Types /reference/property-types |
Returns all 17 supported building types with their EPA national median Site EUI in kBtu per sq ft per year and NYC LL97 emissions limits for both compliance periods. Use the id… |
| GET |
BPS Cities /reference/cities |
Returns the three supported Building Performance Standards jurisdictions — New York City, Boston, and Denver — with their law name, compliance metric type, penalty rate, minimum… |
| GET |
EPA Benchmarks /reference/benchmarks |
Returns the full EPA national median Site EUI table for all 17 supported building types in kBtu per sq ft per year. The median represents the 50th percentile of similar buildings… |
| GET |
LL97 Limits /reference/ll97-limits |
Returns NYC Local Law 97 annual emissions limits for all 17 building types for both compliance periods — 2024 to 2029 and 2030 to 2034 — in metric tonnes CO2e per sq ft per year.… |
| GET |
Carbon Factors /reference/carbon-factors |
Returns EPA eGRID 2022 electricity emission factors for all supported US grid subregions in lbs CO2 per kWh and kg CO2 per kWh. Also returns the natural gas emission factor and… |
| Other endpoints | ||
| GET |
API Info / |
Returns API version, tagline, and a directory of all available endpoints with one-line descriptions. Useful for confirming the correct API is connected. |
Energy Audit Automation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $99 / month | 60 / minute |
|
| ULTRA Recommended | $299 / month | 1000 / hour |
|