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}/schoolsGet nearby schools for a property.
| Parameter | Type | Description |
|---|---|---|
radius | integer | Search 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
| Parameter | Type | Description |
|---|---|---|
elementary | | Elementary / primary schools (grades K-5) |
middle_school | | Middle / junior high schools (grades 6-8) |
high_school | | High / senior high schools (grades 9-12) |
college | | Community colleges and technical schools |
university | | Universities and 4-year institutions |
preschool | | Preschools and kindergartens |
school | | Unclassified schools |