POST /api/ipeds/institutions
Price: 1 credit
Get one US college or university from the IPEDS directory by its UNITID, with its name, campus address and coordinates, ownership and level, Carnegie classifications across every vintage, Title IV participation, federal identifiers and the admissions, aid and net-price links
Resolve one institution by its IPEDS UNITID — the same number College Scorecard returns as `id`, so a Scorecard result can be looked up here directly. Scorecard ids with eight digits are synthetic branch ids and resolve to nothing here. `year` selects the survey year, not a filter on the record: a directory record exists per year, and an institution that closed before the year you asked for is reported as not found rather than as a closed institution, so ask for a year it was open. Coded IPEDS values arrive as their official English labels rather than as numbers; a value the institution did not report is absent rather than zero. `successor_id` is set when the institution was merged into another UNITID.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)institution string required — IPEDS UNITID of the institution (examples: "166683", "104151", "166027"; minLength: 1)year integer — Survey year the directory record is read for (default: 2024; min: 1980; max: 2100)@type string (default: "IpedsInstitution")id string requiredyear integer nullablename string nullablealternative_names array (default: [])address string nullablecity string nullablestate string nullablezip_code string nullablecounty string nullablecounty_fips string nullablestate_fips string nullablelatitude number nullablelongitude number nullableregion string nullablelocale string nullablecbsa_code string nullablecbsa_type string nullablecsa_code string nullablenecta_code string nullablecongress_district_code string nullablephone string nullableweb_url string nullableapplication_url string nullablefinancial_aid_url string nullablenet_price_calculator_url string nullableveterans_services_url string nullabledisability_services_url string nullableathletics_url string nullablechief_administrator string nullablechief_administrator_title string nullablesector string nullableownership string nullablelevel string nullablecategory string nullablesize_category string nullablehighest_degree string nullablehighest_award_level string nullableis_degree_granting boolean nullableis_hbcu boolean nullableis_tribal_college boolean nullableis_land_grant boolean nullablehas_hospital boolean nullablegrants_medical_degree boolean nullableoffers_undergraduate boolean nullableoffers_graduate boolean nullableis_primarily_postsecondary boolean nullableis_open_to_public boolean nullableis_currently_active boolean nullablestatus string nullabletitle_iv_status string nullablepostsecondary_status string nullablepostsecondary_title_iv_status string nullablereporting_method string nullableis_part_of_system boolean nullablesystem_name string nullablecomparison_group_code string nullablehas_custom_comparison_group boolean nullableclosed_date string nullabledeleted_year integer nullablesuccessor_id string nullableopeid string nullableein string nullableduns string nullableuei string nullablecarnegie object nullable@type string (default: "IpedsCarnegieClassification")basic_2000 string nullablebasic_2010 string nullablebasic_2015 string nullablebasic_2018 string nullablebasic_2021 string nullablebasic_2025 string nullableundergraduate_profile_2010 string nullableundergraduate_profile_2015 string nullableundergraduate_profile_2018 string nullableundergraduate_profile_2021 string nullableundergraduate_profile_2025 string nullableundergraduate_instructional_program_2010 string nullableundergraduate_instructional_program_2015 string nullableundergraduate_instructional_program_2018 string nullableundergraduate_instructional_program_2021 string nullablegraduate_instructional_program_2010 string nullablegraduate_instructional_program_2015 string nullablegraduate_instructional_program_2018 string nullablegraduate_instructional_program_2021 string nullablegraduate_instructional_program_2025 string nullableenrollment_profile_2010 string nullableenrollment_profile_2015 string nullableenrollment_profile_2018 string nullableenrollment_profile_2021 string nullablesize_and_setting_2010 string nullablesize_and_setting_2015 string nullablesize_and_setting_2018 string nullablesize_and_setting_2021 string nullableinstitution_size_2025 string nullableaward_level_focus_2025 string nullableresearch_activity_2025 string nullablestudent_access_and_earnings_2025 string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No IPEDS directory record for that UNITID in that survey year Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.