Added
- New endpoint GET /v1/prosperity/{geographicCodes} returns the Vepler Prosperity Index for one or more small-area codes (
LSOAin England and Wales, Data Zone in Scotland, SOA in Northern Ireland). Pass a single code or a comma-separated list of up to 100. - Each result is a composite 0-100
scorewith nationaldecile(1-10) andpercentile, a four-waydimensionsbreakdown (income,housing,employment,livingStandards), the underlyingindicatorswith per-indicator source attribution, and an OAC geodemographicclassification(null for Scotland and Northern Ireland). - Each item carries its own
geographicCode, so multi-code lookups can be mapped back by the caller. Responses use the standard versioned list envelope; valid codes with no persisted score are omitted rather than returning a404. Requesting more than 100 codes returns400.
Removed
- The embedded
prosperityobject has been removed from property responses, including GET /v1/property/{locationIds}, GET /v1/property/propertyId/{propertyIds} and POST /v1/property/query. Prosperity data is now served only by GET /v1/prosperity/{geographicCodes}; look it up using the property's LSOA from its geo relationships.