Getting Started

All the data displayed on collegeai.com is available via the JSON API. You can use the JSON API for when:

  • You have custom requirements for displaying and interacting with college data.

  • You need to download data for processing.

  • You are building a non-web application.

Setup

Before beginning your project, retrieve your API key here.

Usage

Whenever making an API request, simply place your API key as an api_key parameter in your request.

curl 'https://api.collegeai.com/v1/api/autocomplete/colleges?api_key=MY_API_KEY&query=MIT'

Last updated