Bestseller
Education US Colleges

US College Institutions Data API

Search standardized US college and university data

What can this API do?

Search US colleges and universities by name, state, city, ownership, and degree level

Use this lookup capability to turn a user or system input into structured data your product can consume directly.

Filter institutions by tuition, admission rate, completion rate, enrollment size, and location fields when available

This US College Institutions Data API feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Compare public, private nonprofit, private for-profit, two-year, and four-year institution attributes

This US College Institutions Data API feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Return standardized school identifiers, website, city, state, latitude, longitude, and source freshness fields

The US College Institutions Data API response exposes this data in a documented format for storage, display, validation, and downstream processing.

Power school finder pages, college comparison tools, education CRM enrichment, and market research workflows

Use this lookup capability to turn a user or system input into structured data your product can consume directly.

Support AI agents and search products with normalized institution records ready for ranking and retrieval

Use this capability when your US College Institutions Data API workflow needs the supported option without custom handling in your own application.

Use pagination and sortable fields to build directories, dashboards, and backend data products at scale

This US College Institutions Data API feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Combine with the US College Programs Data API to drill down from each school to available fields of study

This US College Institutions Data API feature is available through the documented endpoint and can be used in application, automation, or data workflows.

US College Institutions Data API
Annual plan
$199$399
Try it for free!
Sign in to get a trial key and test all APIs.
Sign In
Secure checkout powered by Stripe

API Document

HTTP Protocol:HTTPS

HTTP Method:GET

HTTP Endpoint:https://api.gugudata.io/v1/education/us/institutions/search

Response Type:application/json; charset=utf-8

DEMO Endpoint:https://api.gugudata.io/v1/education/us/institutions/demo

Live Demo:Try Interactive Demo

Full API Docs:developers.gugudata.io

API Request Parameters

NameTypeIs RequiredDefault ValueRemark
appkeystringtrueYOUR_APPKEYAPPKEY obtained after subscription
namestringfalseInstitution name keyword
statestringfalseUS state abbreviation, such as CA or MA
citystringfalseCity name keyword
ownershipstringfalseOwnership filter, such as public or private
degreeLevelstringfalseDegree level keyword
minAdmissionRatenumberfalseMinimum admission rate
maxTuitionnumberfalseMaximum in-state tuition
sortstringfalseinstitutionName|ascSort field and direction. Supported fields: institutionName, tuition, admissionRate, graduationRate
pageIndexintegerfalse1Page number for pagination
pageSizeintegerfalse10Number of records per page

API Response Parameters

NameTypeRemark
dataStatus.dataTotalCountintegerTotal number of records matching the query
data[].unitIdintegerIPEDS UNITID
data[].institutionNamestringInstitution name
data[].statestringUS state
data[].websitestringInstitution website
data[].admissionRatenumberAdmission rate when available
data[].tuitionInStatenumberIn-state tuition when available
data[].sourceYearintegerSource data year
data[].sourceUpdatedAtstringSource update timestamp

API Response Status Codes

Status CodeExplanation of Status CodeRemarks
200Request processed successfully.Some endpoints expose a separate application-level status field in the response body, such as `dataStatus.statusCode`.
400Invalid request parameters or request format.Check required fields, data types, and request body format.
401Missing or unknown application key.Provide a valid `appkey` with the request.
403The application key is recognized but access is not allowed.The key may be expired, inactive, or not permitted for the requested API.
429Request rate or trial usage limit exceeded.Reduce concurrency or retry after the limit window resets.
500Internal service error.Retry later or contact support if the error persists.
503Upstream service unavailable.Retry later; the requested upstream dependency is temporarily unavailable.

Remote MCP

AI client access

Use this API through GuGuData Remote MCP

Connect your AI client once, authorize in the browser, and the client can use the GuGuData API tools available to your account. You do not need to paste an appkey into the MCP client.

Endpoint https://mcp.gugudata.io/mcp
Open MCP Guide
Generic MCP configuration
{
  "mcpServers": {
    "gugudata": {
      "url": "https://mcp.gugudata.io/mcp",
      "transportType": "streamable-http"
    }
  }
}

Code Snippets