Department of Education website screenshot

Department of Education

The U.S. Department of Education (ED) is a federal agency that manages and coordinates federal assistance to education and establishes policy for it. ED's mission is to promote student achievement and preparation for global competitiveness, and to ensure equal access to education. The Department exposes a portfolio of public APIs through api.data.gov, NCES, and the Open Data Platform (ODP) at data.ed.gov for postsecondary outcomes, institutional characteristics, and federal education programs.

4 APIs 0 Features
College ScorecardEducationFederal GovernmentHigher EducationIPEDSK-12NCESOpen DataPostsecondary

APIs

College Scorecard API

The College Scorecard API provides programmatic access to postsecondary institution and field-of-study data published by the U.S. Department of Education. The API exposes more t...

Department of Education Open Data Platform API

The Department of Education Open Data Platform (ODP) at data.ed.gov is built on CKAN and exposes a CKAN-compatible REST API for searching, retrieving, and downloading the Depart...

IPEDS Data

The Integrated Postsecondary Education Data System (IPEDS) gathers data annually from every college, university, and technical and vocational institution that participates in th...

EDFacts Data

EDFacts is a centralized data collection through which state education agencies submit pre-kindergarten through grade 12 (PK-12) education data to the U.S. Department of Educati...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Department Of Education Context

0 classes · 5 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Open Data Platform
Open Data Platform
🌐
DeveloperPortal
DeveloperPortal
🔗
NCES
NCES
🔗
College Scorecard
College Scorecard
🔗
Federal Student Aid
Federal Student Aid
🔗
Data.gov ED Catalog
Data.gov ED Catalog
📰
News
News
🔗
Contact
Contact
📜
PrivacyPolicy
PrivacyPolicy
👥
GitHubOrganization
GitHubOrganization
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
Capabilities
Capabilities

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: U.S. Department of Education — College Scorecard API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Schools
    type: folder
  items:
  - info:
      name: Query schools
      type: http
    http:
      method: GET
      url: https://api.data.gov/ed/collegescorecard/v1/schools
      params:
      - name: api_key
        value: ''
        type: query
        description: api.data.gov API key
      - name: fields
        value: ''
        type: query
        description: Comma-separated list of fields to return
      - name: school.name
        value: ''
        type: query
      - name: school.state
        value: ''
        type: query
      - name: school.city
        value: ''
        type: query
      - name: zip
        value: ''
        type: query
      - name: distance
        value: ''
        type: query
      - name: sort
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: keys_nested
        value: ''
        type: query
        description: Return nested JSON instead of dotted keys
      - name: all_programs_nested
        value: ''
        type: query
    docs: 'Retrieve a paginated, filterable, sortable list of postsecondary

      institutions. Fields are dot-notation paths into the data dictionary

      (for example, `school.name`, `latest.cost.tuition.in_state`).

      '
bundled: true