Property Record
GET1 creditCore property record for a UPRN — address, property type, floor area, bedrooms, tenure, EPC, flood zones, last sold price.
Merges AddressBase, EPC register, off-market (our proprietary enriched dataset), and Land Registry price-paid into a single dossier.
Covers all three UK jurisdictions — England, Wales, Scotland — with jurisdiction-appropriate fields.
Stitching AddressBase (licensed), EPC register (free but messy), Land Registry price-paid (free but monthly), and a sqft model is a multi-month data-engineering project.
One call replaces all of it.
Unique Property Reference Number.
Comma-separated field names to return. Omit for all fields.
String — echoes the input UPRN.
Full formatted address.
Postcode.
Object: { lat, lng }.
"England" | "Wales" | "Scotland".
E.g. "Terraced", "Detached".
E.g. "Mid-Terrace", "End-Terrace".
Number — floor area in square feet.
Integer.
Integer.
"Freehold" | "Leasehold".
E.g. "1900-1929".
Object: { current_rating, potential_rating }.
Number — PMI sale-value estimate (GBP).
Number — PMI £/sqft estimate.
Number — plot size in square metres.
Number — last Land Registry sale price.
ISO date.
Boolean.
Boolean.
Boolean.
Example
curl https://pmi-api-beta-7tvvt.ondigitalocean.app/v1/properties/72226528 \
-H "Authorization: Bearer pmi_live_xxxxxxxxxxxxxxxx"Try this endpoint with your own key
100 free credits, no card required.
{
"uprn": 72226528,
"address": "12 BENNETT ROAD, LEEDS, LS6 3HN",
"postcode": "LS6 3HN",
"location": {
"lat": 53.8197,
"lng": -1.572
},
"country": "England",
"property_type": "Terraced",
"build_form": "Mid-Terrace",
"floor_area_sqft": 882,
"habitable_rooms": 5,
"bedrooms": 3,
"tenure": "Freehold",
"construction_age": "1900-1929",
"epc": {
"current_rating": "D",
"potential_rating": "B"
},
"pmi_estimate": 278000,
"pmi_sqft": 315,
"plot_size": 121,
"last_sold_price": 215000,
"last_sold_date": "2019-08-14",
"flood_zone_2": false,
"flood_zone_3": false,
"conservation_area": false
}More about this endpoint
Pre-fill a property listing or valuation request with real OS + EPC data.
Run a "property facts" panel in a deal-sourcing tool.
Enrich a CRM record — UPRN in, full dossier out.
https://pmi-api-beta-7tvvt.ondigitalocean.app/v1API version 1.1