🎓
CollegeAI API
  • Overview
  • JSON API
    • Getting Started
    • Endpoints
    • Guide: Get College Information
    • Guide: Search and Filter Colleges
  • Data Types
    • College Unit Ids
    • Information Ids
    • Filter Ids
  • Legacy APIs
    • User Interface
    • Browser API
  • Legal
    • Terms of Service
Powered by GitBook
On this page
  • Setup
  • Usage
  1. JSON API

Getting Started

PreviousOverviewNextEndpoints

Last updated 2 years ago

All the data displayed on 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, .

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'

collegeai.com
retrieve your API key here