- Data
- REST API
- Market data
- Market area report
Market area report
GET /v1/market/area-reportThe market for one area in one document: sourcing readiness per strategy, the commercial capital and rent indices with rated stock, the planning decision record for the authority, and the live listing stock.
Authenticate with an API key from the API & MCP Hub. The same call is available as an MCP tool at the same price.
Reference
What GET /v1/market/area-report returns
The scopes are not interchangeable: readiness, commercial and planning are keyed on the local authority, the live listing lane on postcode district. Pass both to fill every section.
Mounted on /market rather than /property deliberately: the property router matches /{uprn} as an int before any later literal, so /property/area-report would be parsed as a UPRN and rejected with a 422. The upstream path is unchanged.
UK only.
Inputs
Before you call it
- postcode_district
- Give a postcode district ("SW11") or a postcode area ("SW"). Auction records carry a postcode rather than an area id, so there is no
area_idpath here and no lookup to make first. - sector
- Sectors follow the VOA classification (OFFICE, RETAIL, INDUSTRIAL_WAREHOUSE, HOTEL and so on). Omit the argument for all sectors; the response names the sectors published for an area when the one you asked for is not.
Request
Calling GET /v1/market/area-report
curl "https://api.marketcode.ai/v1/market/area-report" \
-H "Authorization: Bearer $MARKETCODE_API_KEY"Send your API key as a Bearer token. Every response carries credits_charged and credits_remaining.
Inputs
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| lad_code | Query | string | No | |
| postcode_district | Query | string | No | |
| sector | Query | string | No | Default: ALL |
Price and licence
What it costs, and where the data comes from
The price of Market area report is not in the live price table yet; the page shows a dash rather than a guess.
Credits are granted on sign-up and bought in packs; the pricing page lists every call.
FAQ
Questions about Market area report
How much does `market-area-report` cost?
+
The price of Market area report is not in the live price table yet; the page shows a dash rather than a guess.
How do I authenticate?
+
Send your API key as a Bearer token in the Authorization header. Keys are created in the API & MCP Hub, shown once and revocable. Every response carries the credits charged and your remaining balance.
Where does the data come from?
+
The answer is computed by MarketCode. Coverage is the UK.
Try Market area report on a real address.
30-minute call. We'll provision a key and walk through the endpoint on your use case.