Free UK property data API Start free →
← Back to Our Data

EPC & Energy

Energy Performance Certificate data for every assessed UK property. Current rating, potential rating, floor area, construction age — and it's completely free. No API key needed.

Free endpoint — no API key required

What's included

EPC rating at a glance

Every property's energy profile — from the rating badge down to the specific efficiency metrics. All from a single API call.

Apartment 1009, Chapman House, Salford
UPRN 10093609154
B 84
Current Rating: B (84)
Potential Rating: B (84)
Lodged: 28 Jul 2020 • Valid until 2030
A
92+
B
81–91 ← This property
C
69–80
D
55–68
E
39–54
F
21–38
G
1–20
59 m²
Floor area
2020s
Construction
Free
No key needed

API response

What you get back from a single call. No authentication required — try it right now.

GET /api/epc-checker/10093609154/ 200 OK
{
  "uprn": 10093609154,
  "address": "Apartment 1009, Chapman House...",
  "current_energy_rating": "B",
  "current_energy_efficiency": 84,
  "potential_energy_rating": "B",
  "potential_energy_efficiency": 84,
  "property_type": "Flat",
  "built_form": "Enclosed Mid-Terrace",
  "construction_age_band": "2020-2029",
  "total_floor_area": 59.0,
  "lodgement_date": "2020-07-28",
  "constituency": "Salford and Eccles",
  "local_authority": "Salford"
}
Try it now — no API key needed
curl https://api.homedata.co.uk/api/epc-checker/10093609154/

Built for

MEES compliance screening

Identify rental properties rated below the minimum EPC E standard. Flag non-compliant stock across an entire portfolio in seconds.

Certificate monitoring

Track EPC lodgement dates to flag certificates expiring within 12 months. EPCs are valid for 10 years — many landlords miss renewal.

Green retrofit targeting

Find properties with the biggest gap between current and potential rating. Prioritise retrofit investment where impact is highest.

API endpoint

GET /api/epc-checker/{uprn}/

EPC Checker

Pass any UPRN and get back the full EPC record. This endpoint is free and unauthenticated — no API key required. Rate limited to 2 req/sec.

curl https://api.homedata.co.uk/api/epc-checker/10093609154/