Property Market

GEThttps://property-api.k8s.outra.co.uk/api/v2/property/market
API keyJSON

Get MARKET field group data for a property by UPRN. Consolidates the latest transaction history, current on-market status and forward-looking mover prediction signals into a single response.

Purpose

  • Market activity — most recent sale and rental prices and dates, and current status.
  • Live status — whether the property is currently on the market.
  • Mover prediction — a predicted next-move date, premover confidence score and predicted event type.

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/market?uprn=100023336956' \
  -H 'accept: application/json' \
  -H 'Authorization: Api-Key {api_key}'

Status codes

CodeDescription
200Market data retrieved successfully
401Authentication failed or API key invalid
422Request validation failed
429Rate limit exceeded

Field reference

Transaction historyMARKET
last_sale_price, last_sale_date
Most recent sale price and date.
last_rent_price, last_rent_date
Most recent rental price and date.
latest_transaction_type
Type of the latest transaction (SALE / RENT).
Current statusMARKET
is_on_market
Whether the property is currently on the market (boolean).
current_status
Current market status.
Mover predictionMARKET
predicted_move_date
Predicted date of the next property transaction.
premover_confidence_score
Confidence in the move prediction (0–100).
mover_event_type
Type of the predicted move event.

Typical use cases

Live market monitoring

Identify actively listed properties and track status.

Mover targeting

Prioritise outreach using predicted move date and premover confidence.

Valuation context

Provide recent transaction signals alongside valuation outputs.