Workflow page
College Program Outcomes API
A buyer review page for edtech, workforce analytics, employer partnership, enrollment strategy, and school research teams that want public College Scorecard institution and program records filtered by state, credential, field, cost, completion, earnings, and release date.
GET /v1/education/scorecard/program-outcomes?states=CA,TX&credential=associate&field=nursing
{
"data": [
{
"unitId": "110635",
"institution": "Example State College",
"state": "CA",
"credential": "associate",
"fieldOfStudy": "registered nursing",
"completionRate": 0.44,
"medianEarnings": 74200,
"watchlistReady": true,
"source": "College Scorecard API"
}
],
"meta": { "sampleOnly": true, "workflow": "college-program-outcomes-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Edtech teams building school and program discovery products.
- Workforce analytics teams comparing program outcomes by geography and credential.
- Employer partnership and education research teams monitoring institution and program fields.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage narrow.
- Institution-level and field-of-study Scorecard cache with release metadata first.
- State, credential, field, cost, completion, and earnings filters before scoring.
- No admissions advice, financial-aid advice, student targeting, ranking, or eligibility decisions.