# UK EPC Ratings by Postcode

> UK EPC Ratings by Postcode is a paid API for AI agents from web-production-18a32.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns Energy Performance Certificate (EPC) ratings for properties at a given UK postcode, including energy efficiency data from official records.

## Facts

- Endpoint: POST https://web-production-18a32.up.railway.app/epc-rating
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-epc-ratings-by-postcode-d05d75b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j10gs9VjjPuKhwU6SpZQr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability uk-epc-ratings-by-postcode-d05d75b4 -d '<json body>'
```

Example prompt: Can you look up the EPC energy ratings for properties in postcode SW1A 1AA — show me up to 10 certificates?

## When to prefer this

Use this endpoint when you need EPC energy efficiency data for UK residential or commercial properties identified by postcode. It is ideal for property research, pre-purchase due diligence, landlord compliance checks, or neighbourhood energy comparison. Prefer this over manual lookups on the government EPC register when you need programmatic, bulk, or agent-driven access to certificate data.

## Known failure modes

- Invalid or malformed UK postcode returns an error or empty result set
- Postcode with no registered EPC certificates returns an empty list
- Limit value outside 1–100 range is rejected by schema validation
- Service unavailability or upstream EPC register downtime causes a 5xx error
- Very rural postcodes may have few or no EPC records

## How this service works

UK Energy Performance Certificate (EPC) ratings by postcode.

## Output

A list of EPC certificate records for properties at the given UK postcode, including energy efficiency ratings (A–G banding), scores, property addresses, and certificate details, up to the specified limit (default 20, max 100).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "maximum": 100,
   "minimum": 1,
   "description": "Max certificates to return. Defaults to 20."
  },
  "postcode": {
   "type": "string",
   "description": "UK postcode."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-epc-ratings-by-postcode-d05d75b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-18a32.up.railway.app](https://www.zero.xyz/host/web-production-18a32.up.railway.app/llms.txt)
