CollegeScoreCard.ed.gov API
Overview
The College Scorecard API provides detailed data on U.S. higher education institutions, including tuition costs, graduation rates, and earnings after graduation. It requires no authentication and is maintained by the U.S. Department of Education. Beginners can use it to build college comparison tools or scholarship finders.
Beginner Tip
Use the fields parameter to request only the data you need, since each record contains hundreds of possible fields. Start with school.name, school.state, and latest.cost.tuition.in_state for a simple comparison.
Available Data
Example Response
{
"match_id": 4521,
"home_team": "Team A",
"away_team": "Team B",
"score": {
"home": 2,
"away": 1
},
"status": "Full Time",
"date": "2025-01-15",
"league": "Premier League"
} Field Reference
results Array of school objects matching the query filters. metadata Pagination info including total count and current page number. school.name Official name of the higher education institution. school.state Two-letter state abbreviation where the school is located. latest.cost.tuition.in_state Annual in-state tuition cost in USD. latest.completion.rate_suppressed.overall Overall graduation rate as a decimal (e.g., 0.65 = 65%). Implementation Example
const url = "https://collegescorecard.ed.gov/data/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →18F
18F provides programmatic access to unofficial us federal government api development via REST API.
API Setu
API Setu is an Indian Government platform that aggregates a wide variety of official APIs covering KYC verification, business registration, education records, and employment data.
Archive.org
⭐ Beginner's PickThe Internet Archive API gives you programmatic access to the Wayback Machine and one of the world's largest digital libraries, containing archived websites, books, audio, video, and software.
BotsArchive
⭐ Beginner's PickBotsArchive provides a public database of Telegram bots with details returned in JSON format.
Callook.info
⭐ Beginner's PickCallook.info is a free API that lets you look up United States amateur (ham) radio callsigns.