Skip to main content

Area summary

The area summary endpoint is a convenience bundle: a single call that returns the full area picture for a postcode — asking prices, sold prices, demand, and growth — in one response. Each slice is the same object the corresponding atomic area endpoint returns. Required scope: areas:read Cost: 10 requests per call
The summary costs 10 requests. It is cheaper and simpler than calling the four atomic area endpoints separately only when you need most of the slices. If you want just one slice, call the atomic endpoint directly.

Get an area summary

Returns every area slice for a postcode in one response. The summary is best-effort: if a slice cannot be computed, it is returned as null and the summary still returns 200.

Authentication

All endpoints accept a paid_* API key or a logged-in Clerk session. Anonymous requests are rejected with 401.

Query parameters

Request

Response

Response fields

Any slice that cannot be computed is returned as null. The summary does not fail because one slice is unavailable.

Common patterns

Compare asking against sold to gauge negotiation room