/ipeds/institutions/search

POST /api/ipeds/institutions/search

Price: 20 credits

Search the IPEDS directory of US colleges and universities by state, county, metro area, region, sector, ownership, level, enrolment band and OPE id, and get the full directory record for each match — address, coordinates, Carnegie classifications, Title IV participation and federal identifiers

How to use it

Browse the IPEDS institution census by structure and geography. There is no name search here — IPEDS accepts no name, city or ZIP filter at all, so to find an institution by name use collegescorecard/schools/search and feed the `id` it returns to ipeds/institutions, which is the same UNITID. `state` takes a postal code; `county_fips` and `cbsa_code` are the finer geography axes. `sector` already combines ownership with level, so pass it instead of `ownership` plus `level` when you want one of the ten standard IPEDS sectors. `year` reads the directory as it stood in that survey year, which is how closed institutions are found: they are present in the years they operated and absent afterwards. Rows arrive in ascending UNITID, so a request cut short by `count` returns the lowest UNITIDs of the match rather than a sample of it, and UNITIDs were assigned by state and era — narrow with the filters instead of treating a capped result as representative.

Parameters

Request body

Response

Errors

Response headers