Changed
- Census area profiles at POST /v1/census/datasets/{datasetCode}/profile resolve Scottish geography codes: data-zone and intermediate-zone requests are built from their constituent output areas, with counts summed and proportions computed from the aggregate rather than averaged. Same request, same response shape; the
geographyCodeyou request is the one returned. - Listing location matching is more precise: a listing is pinned to a dwelling only when the evidence uniquely identifies that dwelling, so more
/v1/listingsresponses resolve to the correct address. No contract change. - GET /v1/safety/geography/metrics documentation now states its coverage explicitly: aggregated crime metrics cover England only, and codes in Wales, Scotland or Northern Ireland return an empty
dataarray. Incident-level data for England and Wales remains available via GET /v1/safety/crime.
Removed
- The
violent_crimecategory from GET /v1/safety/geography/metrics responses. If you filtered on it, useviolence_and_sexual_offences, which carries the aggregated crime data for that category.