Added
- Added opt-in aggregate blocks to the single-school endpoint via the
attributesparameter. GET /v1/schools/{id} can now return aninspectionsblock (full inspection history with each inspectorate's native grade, sub-judgements, evaluation areas and a link to the published report), plusidentifiers(UKPRN and provider ids) andtrust(active trust, federation and diocese memberships). The attribute-less response is unchanged.
Changed
- Property and listing price fields are documented as whole pounds, so
450000is £450,000, not pence. Returned values are unchanged; only the documented unit is now explicit. - Expanded the EPC fields available to property filters on POST /v1/property/query. You can now filter on the verified rating fields
epc.currentRatingBand,epc.currentRatingScore,epc.rating.potential.bandandepc.rating.potential.score, plus certificate metadata (epc.meesCompliance,epc.certificateType,epc.inspectionDate) and fabric detail (epc.fabric.walls.insulationPresent,epc.fabric.mainHeating.fuel) for more granular property search.