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

NameTypeRequiredDescription
uprnintegerRequiredProperty UPRN. Positive integer, maximum 12 digits. Minimum 1, maximum 999999999999.
bash
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

CodeDescription
200Successful lookup
401Authentication failed or API key invalid
404Property not found
422Request validation failed
429Rate limit exceeded

Error responses return a detail message, for example:

json
{ "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.

Need only one field group?

If you only need part of the record, the dedicated field-group endpoints (such as Address or Valuation) return a smaller, faster payload.