Schools
Individual schools, districts, colleges, search, and verify.
[ 9 ENDPOINTS ]
GET
/v1/schoolsIndividual schools in a zip: public K-12, colleges, and private, filterable.
GET
/v1/schools/{schoolId}A single school by its NCES (public/private) or IPEDS (college) id.
GET
/v1/schools/nearbySchools within a radius of a point, sorted by distance.
GET
/v1/schools/searchSearch schools by name (paginated).
GET
/v1/schools/districtsPublic-school districts, filterable by state or county (paginated).
GET
/v1/schools/districts/{districtId}One district: name, school count, enrollment, and a level breakdown.
GET
/v1/schools/districts/{districtId}/schoolsThe schools in a district (paginated).
GET
/v1/schools/collegesColleges and universities (IPEDS), filterable by state, zip, or county (paginated).
POST
/v1/schools/verifyResolve a school by name + zip to its canonical id.
