Get up and running in under 5 minutes
Generate a key
Head to Usage & Billing, pick a tier, and spin up your first key. All keys are live — no sandbox, just real data.
Manage keys →Make your first call
Search for any UK address by free text. Returns the UPRN you'll use for every enrichment endpoint.
See example below ↓Explore the reference
28 endpoints across 9 groups. Each page has parameter docs, a live example, and copy-paste code.
Open API Reference →Your first request
Authentication
Every request needs a bearer token in the Authorization header. Keys are tied to your account and auto-generated the moment you subscribe.
- Pass
Authorization: Bearer pmi_live_... - Set
Accept: application/json - Rate limits are per-10-seconds and per-month, tied to tier
- All responses are JSON, UTF-8
# Search for a property by address curl https://pmi-api-beta-7tvvt.ondigitalocean.app/v1/addresses/search \ -G \ --data-urlencode "q=10 Downing Street, London" \ -H "Authorization: Bearer pmi_live_xxxxxxxxxxxxxxxx" \ -H "Accept: application/json"
Explore by category
Property Identity
UPRN lookup, address matching, full property records
3 endpointsValuations & Pricing
Sale, rental, HMO and development GDV with comparables
7 endpointsRental Market
Long-lets, HMO rooms, LHA, yields and demand signals
5 endpointsEnvironmental Risk
Flood, radon, coal, listed buildings, conservation
1 endpointLocation Intel
Schools, transport, amenities and area profiles
3 endpointsPlanning & Regulatory
Applications, HMO register and Land Registry titles
3 endpointsAccount & Platform
Usage stats, key management, health checks
3 endpoints