Bestseller
Education College Programs

US College Programs Data API

Search US college programs, credentials, costs, and outcomes

What can this API do?

Search US college programs by keyword, institution, CIP code, state, and credential level

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

Use standardized CIP codes to connect program names, fields of study, and credential levels

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

Filter programs by tuition, median earnings, median debt, credential level, and state fields when available

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

Compare similar fields of study across institutions, states, and credential levels with consistent response fields

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

Return institution identifiers, program names, CIP titles, award levels, source year, and source freshness fields

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

Power major finder pages, study search products, education data enrichment, and program comparison workflows

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

Support AI agents with normalized field-of-study records for retrieval, shortlisting, and answer grounding

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

Combine with the US College Institutions Data API to move from a program search to matching schools and locations

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

US College Programs 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/programs/search

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

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

Live Demo:Try Interactive Demo

Full API Docs:developers.gugudata.io

API Request Parameters

NameTypeIs RequiredDefault ValueRemark
appkeystringtrueYOUR_APPKEYAPPKEY obtained after subscription
keywordstringfalseKeyword for program, CIP title, or institution name
cipCodestringfalseCIP code prefix or full CIP code
statestringfalseUS state abbreviation
credentialLevelstringfalseCredential level keyword
minEarningsnumberfalseMinimum median earnings
maxDebtnumberfalseMaximum median debt
sortstringfalseinstitutionName|ascSort field and direction. Supported fields: institutionName, programName, tuition, medianEarnings, medianDebt
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[].cipCodestringCIP code
data[].programNamestringProgram or field-of-study name
data[].credentialLevelstringCredential level
data[].medianEarningsnumberMedian earnings when available
data[].medianDebtnumberMedian debt 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