All guides

Portal and open data guides

How to evaluate any UK address for free using open data APIs

Almost everything FirstBid reads is public. If you are technical, you can query the same registers yourself. This is the working list, with the endpoints and the caveats that matter.

Reviewed 3 September 2026 10 min read Guide

1. Postcode to coordinates — postcodes.io

postcodes.io is a free ONS-derived API returning latitude, longitude, local authority, ward, LSOA, region and constituency for a UK postcode. Almost every other lookup here needs coordinates, so this is where a pipeline starts.

2. Energy performance — MHCLG EPC API

Get energy performance of buildings data provides certificates by postcode or address, including total floor area, ratings, heating, construction age band and recommendations. It requires free registration and an API key, and responses are per-certificate — matching a certificate to a specific address is the hard part, not fetching it.

3. Sold prices — HM Land Registry

landregistry.data.gov.uk exposes Price Paid data through linked-data REST and SPARQL endpoints. Query by postcode and sort by transaction date. No key required. Remember the registration lag and the England-and-Wales-only coverage.

4. Planning designations — planning.data.gov.uk

planning.data.gov.uk publishes national planning datasets — conservation areas, listed buildings, flood zones, article 4 directions, green belt — queryable by point geometry. It does not contain individual planning applications; those stay with the local authority.

5. Flood — Environment Agency

The flood-monitoring API returns flood areas near a coordinate and any warnings currently in force. For long-term modelled risk, direct users to the public service rather than trying to derive it.

6. Crime — Police.uk

data.police.uk publishes street-level crime by month and category around a coordinate. Locations are snapped to anonymised points, so treat them as area context and never as street-accurate.

Others worth knowing

Licensing and attribution

Most of these are published under the Open Government Licence v3.0, which permits commercial reuse with attribution. Check each dataset's own terms before you build on it, and respect rate limits — these are public services.

The part that is genuinely hard

Fetching is easy. Matching is not. Address strings differ between every register: "Flat 2, 14 Example Road" in one, "14A EXAMPLE RD" in another. Deciding whether a certificate belongs to the property you care about — and being honest when you cannot tell — is where the real work lives. That is why FirstBid grades every match as high confidence, limited confidence, not verified, or no record found, and refuses to let anything below high confidence move a financial figure. Our methodology page sets out how.

Frequently asked questions

Do I need an API key for any of these?
The EPC API requires free registration. postcodes.io, Land Registry, planning.data.gov.uk, the Environment Agency and Police.uk are open without keys.
Can I use this data in a commercial product?
Generally yes under the Open Government Licence with attribution, but check each dataset's licence terms individually.

Sources

Check a property before you offer

Run any UK postcode through our free lookup for EPC bands, flood exposure, registered sold prices and recorded crime. Got a specific listing? Paste the Rightmove link for the full six-section FirstBid report.

Related guides