Resolve any area with sourced signals
GET /v1/area returns the seven-category catalog at LSOA grain. Each signal carries an explicit source, observed period, confidence value, and a plain-language confidence_reason. Country-scoped percentiles where the store backs them (deprivation, property, crime).
GET /v1/area?postcode=M1 1AE
-> { "signals": [
{ "key": "deprivation.imd_decile",
"value": 1, "percentile": 5.4,
"source": "IMD 2025 (England)",
"observed_period": "IMD 2025",
"confidence": 0.95,
"confidence_reason":
"IMD 2025 release; complete LSOA coverage." } ],
"meta": { "engine_version": "2.0.2" } }