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
| 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/market?uprn=100023336956' \
-H 'accept: application/json' \
-H 'Authorization: Api-Key {api_key}'Status codes
| Code | Description |
|---|---|
200 | Market data retrieved successfully |
401 | Authentication failed or API key invalid |
422 | Request validation failed |
429 | Rate 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.