Build with Homedata APIs
Everything you need to integrate UK property data into your applications. RESTful APIs, comprehensive documentation, and code examples.
Quickstart Guide
Get up and running with the Homedata API in just a few minutes. Follow these steps to make your first API call.
Get your API key
Sign up for a free account to get your API key. You'll find it in your dashboard under Settings → API Keys.
Set up authentication
Include your API key in the Authorization header of every request using Bearer token authentication.
Make your first request
Use the code example to fetch property data. Replace the UPRN with any valid UK property reference number.
Authentication
All API requests require authentication using Bearer token authentication. Include your API key in the Authorization header.
Request Header Format
Keep your API key secure
Never expose your API key in client-side code or public repositories. Use environment variables to store sensitive credentials.
Regenerate compromised keys
If you believe your API key has been compromised, regenerate it immediately from your dashboard. Old keys are invalidated instantly.
Use separate keys for environments
We recommend using different API keys for development, staging, and production environments to isolate usage and improve security.
API Reference
Complete documentation for all available endpoints. Base URL: https://api.homedata.co.uk/v1
Property Intelligence API
Retrieve comprehensive property data by UPRN or address
/property/{uprn}
Get property details by UPRN (Unique Property Reference Number)
/property/search
Search for properties by address or postcode
/property/{uprn}/history
Get transaction history for a property
Market Insights API
Access market trends, price indices, and area statistics
/market/area/{postcode}
Get market statistics for a postcode area
/market/trends
Get price trends and forecasts for an area
/market/comparables/{uprn}
Find comparable properties for valuation
Valuation Engine API
Automated valuations with confidence scores
/valuation/{uprn}
Get automated valuation for a property
/valuation/batch
Request valuations for multiple properties
Rate Limits
API rate limits are determined by your subscription tier. Rate limit headers are included in every response.
Rate Limit Headers
| Plan | Requests/Minute | Monthly Quota |
|---|---|---|
| Free | 10 | 500 |
| Starter | 60 | 10,000 |
| Professional | 300 | 100,000 |
| Enterprise | Custom | Unlimited |
Changelog
Recent updates and changes to the Homedata API.
Market Insights API Launch
- • Added /market/area endpoint for area statistics
- • Added /market/trends endpoint for price forecasts
- • Added /market/comparables endpoint for valuation support
Valuation Engine Beta
- • Introduced automated valuation endpoints
- • Added confidence scoring to all valuations
- • Batch valuation support (up to 100 properties)
Initial Release
- • Property Intelligence API with full UK coverage
- • Search by UPRN, address, or postcode
- • Transaction history endpoints
- • EPC and council tax data
Ready to start building?
Get your free API key and start integrating UK property data into your application today.