Match, standardise, and resolve UK addresses to UPRNs. Built on our own address dataset with confidence scoring to support automated decisions.
Submit an address in any format. Get back the UPRN, a standardised address, and a confidence score.
Handles variations, abbreviations, missing data, and formatting inconsistencies. Returns confidence scores so you know when to auto-accept and when to flag for review.
Match addresses across legal documents, Land Registry records, and local searches. Ensure you're dealing with the correct property every time.
Accurate property matching for risk assessment and premiums. Connect addresses to flood zones, claims history, and local data.
Enrich customer addresses with UPRNs. Connect to Land Registry, EPC data, and flood risk. Reduce manual review by 95%.
Clean warehouse data. Standardise addresses from multiple sources. Handle bulk processing of millions of records.
Match properties from multiple sources. Connect listings to price history, planning applications, and local data.
Don't spend 6 months building address matching. Use our API and ship features instead.
POST /v1/address/resolve
Content-Type: application/json
x-api-key: your_api_key
{
"address": "grd flr rear 15 park avenue se10 0 bd"
}
Response (38ms):
{
"success": true,
"matches": [
{
"uprn": "100023456789",
"address": "Ground Floor Rear, 15 Park Avenue, SE10 0BD",
"confidence": 97.2
}
],
"executionTimeMs": 38
}One endpoint. Pass an address, get back UPRNs with confidence scores. Fast responses, clear documentation.
Get API access and start matching addresses