Schools

Nearby schools within a configurable radius, classified by type (elementary, middle, high school, college, university) and sorted by distance.

GET/v1/properties/{property_id}/schools

Get nearby schools for a property.

ParameterTypeDescription
radiusintegerSearch radius in meters (default 3000, max 10000)
Response
{ "data": { "property_id": 1, "radius_meters": 3000, "total": 12, "schools": [ { "name": "Bush Elementary School", "type": "elementary", "distance_miles": 0.34, "operator": "Salem-Keizer School District", "latitude": 44.937, "longitude": -123.029 } ] } }

School Types

ParameterTypeDescription
elementaryElementary / primary schools (grades K-5)
middle_schoolMiddle / junior high schools (grades 6-8)
high_schoolHigh / senior high schools (grades 9-12)
collegeCommunity colleges and technical schools
universityUniversities and 4-year institutions
preschoolPreschools and kindergartens
schoolUnclassified schools