Vepler logo
v2.159.0

School admission areas as GeoJSON, and querying properties within a building

A new endpoint returns a school's catchment boundary and indicative last-admitted distance as GeoJSON, and property queries can now filter to the units within a building.

Added

  • Added GET /v1/schools/catchment/admission-area/{id}, where {id} is the school id. It returns a GeoJSON FeatureCollection describing a school's admission area, combining any hard designated catchment polygon (boundaryType polygon) with an indicative last-admitted-distance radius (boundaryType distance_radius, carrying radiusM and per-criterion offer statistics), so you can draw either a catchment polygon or a distance circle from one request. Optional academicYear and asOfDate parameters pin the year and effective date.
  • Added the parentLocationId filter field to the property query body, so POST /v1/property/query and POST /v1/property/aggregate can return the units that share a building. Pass the building's location id to fetch in-building comparables.