Detailed Property by UPRN
GEThttps://property-api.k8s.outra.co.uk/api/v2/property-lookup-detailed
API keyJSON
Get complete property details for a specific UPRN, combining every field group into a single flat record. Use this when you already know the UPRN and need a full, enriched property record rather than discovery or search.
Field groups included
ADDRESSATTRIBUTESCONSTRUCTIONDEMOGRAPHICSVALUATIONENERGYPLANNINGMARKET
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uprn | integer | Required | Property UPRN. Positive integer, maximum 12 digits. Minimum 1, maximum 999999999999. |
curl 'https://property-api.k8s.outra.co.uk/api/v2/property-lookup-detailed?uprn=100023336956' \
-H 'accept: application/json' \
-H 'Authorization: Api-Key {api_key}'Status codes
| Code | Description |
|---|---|
200 | Successful lookup |
401 | Authentication failed or API key invalid |
404 | Property not found |
422 | Request validation failed |
429 | Rate limit exceeded |
Error responses return a detail message, for example:
{ "detail": "Property with UPRN 100023336956 not found" }Typical use cases
Property profile pages
Render a full property view for a single UPRN in one call.
Enrichment pipelines
Fetch the complete dataset for a known property to hydrate downstream systems.
Pre-valuation workflows
Assemble valuation, energy, planning and market context together before pricing.