Sign in / Sign Up to access our APIs

Sign In / Sign Up

General API Information

By utilizing the American Council on Education's APIs, trusted external data stakeholders and systems will be enabled to access our relevant data assets.

If you have just created your account, please contact our administrators at apisupport@acenet.edu to gain API access.

GET requests retrieve data using a URL with optional query parameters like "gte:", "lte:", "gt:", and "lt:", filtering integer and datetime values. Multiple parameters are separated by "&" for filtering.

Course Sample

This sample GET request returns all data from the Course Exhibit API.

GET https://api.acenet.edu/CourseExhibitAPI/CourseExhibit

This sample GET request returns all data for schools with their ReviewDate greater than June 1st, 2018.

GET https://api.acenet.edu/CourseExhibitAPI/CourseExhibit?ReviewDate=gt:2018-06-01

Occupation Sample

This sample GET request returns all data from the Occupation Exhibit API.

GET https://api.acenet.edu/OccupationExhibitAPI/OccupationExhibit

This sample GET request returns all data from the Occupation Exhibit API with ServiceBranch equal to Army.

GET https://api.acenet.edu/OccupationExhibitAPI/OccupationExhibit?ServiceBranch=ARMY

Sample GET Requests