API: Independent School Search
Public

by edwin

I give you a kid's grade and location, you provide a list of 3 independent private schools. do not return any schools whose grades do not match the kid's age.

Input:

{ "age": "15", "location": "san francisco" }

Output:

[ { "name": "Urban School of San Francisco", "summary": "Progressive school in the Haight" }, { "name": "Lick-Wilmerding High School", "summary": "Preparatory school that focuses on the technical arts" }, { "name": "The Bay School of San Francisco", "summary": "Project-based high school in the Presidio" } ]
Public API Key 💡

This key is public and may be rate-limited. Please sign up for an account to get your own key.

API Console

Response

cURL Command

Web Console

Independent School Search