AC AddressConnect UK address & UPRN API
UK Address & UPRN API

UK address lookup for SaaS products, property workflows and business forms.

Add fast UK address autocomplete, postcode lookup, UPRN resolution and geospatial search to your product. Built for developers, agencies and platforms that need clean address capture without enterprise complexity.

Try Address Finder

Live demo — no sign-up needed Connecting…
UK address records
33M+
API format
REST + JSON
Core endpoints
Autocomplete · Postcode · UPRN · Geocode
Setup
API key in minutes
What you get

Everything needed for clean UK address capture.

Use one API for autocomplete, postcode lookup, UPRN resolution and location-based address search — with API keys, usage limits and dashboard visibility included.

Address autocomplete

Let users search by partial address, street, building name or postcode and select a clean, structured result.

GET /v1/autocomplete?q=…

Postcode lookup

Retrieve all known addresses for a UK postcode and return structured fields for your form or workflow.

GET /v1/postcode/<postcode>

UPRN resolution

Resolve a Unique Property Reference Number into a full address record. Useful for property, legal, housing and compliance workflows.

GET /v1/uprn/<uprn>

Geocode and radius search

Use latitude and longitude data to support service areas, delivery zones, proximity search and local matching.

GET /v1/radius?lat=…&lng=…

Usage controls

Track requests by API key, monitor quotas and upgrade plans without changing your integration.

Usage and limits in dashboard

Simple REST integration

Use plain JSON responses and X-API-Key authentication. No SDK lock-in and no complex onboarding.

X-API-Key · JSON responses

Simple REST & JSON

X-API-Key header auth, no SDKs required. Works from any language or framework in minutes.

Interactive API docs

Full OpenAPI docs at /docs. Explore schemas, try endpoints, copy code samples.

Usage dashboard

Track request counts, manage API keys, and upgrade plans — all in one portal.

Who it's for

Built for UK products that rely on accurate address capture.

AddressConnect is designed for teams that need more than a postcode checker, but do not want enterprise sales calls, complex contracts or heavyweight integration work.

Property software

Capture clean addresses and UPRNs for letting platforms, estate agency CRMs, landlord tools, repair reporting and property management workflows.

Legal and conveyancing tech

Use structured address capture and UPRN support in client intake, conveyancing, probate, AML and document automation workflows.

Agencies and form builders

Add address autocomplete and postcode lookup to client websites, quote forms, booking forms and SaaS MVPs with a simple API key.

Field service and booking platforms

Validate addresses at the point of booking and support service-area checks using postcode, address and location data.

Getting started

Live in three steps.

No complex setup. No long onboarding. Just create, generate, and go.

1

Create an account

Sign up free. No credit card needed to start exploring the API.

2

Generate an API key

Create a key in the dashboard in seconds. Copy and start using immediately.

3

Make your first request

Hit /v1/autocomplete from anywhere. Address results in under a minute.

Example request

As simple as a single GET request.

Pass your key in a header, send the query string, get ranked address results back in JSON. No body parsing, no session management, no SDK.

Explore full API docs
Request & Response
curl https://api.addressconnect.com/v1/autocomplete \
  -H "X-API-Key: YOUR_API_KEY" \
  -G -d "q=10 Downing"
{
  "results": [{
    "label": "10 Downing Street, London, SW1A 2AA",
    "postcode": "SW1A 2AA",
    "uprn": 100023336956,
    "score": 0.92
  }],
  "count": 1
}

Start integrating address lookup today.

Free to try. No credit card required. Create your account and make your first request in under a minute.