The Course Reqs API is a REST API that returns supported courses' full web of pre-requisites. All endpoints return JSON-encoded responses and uses standard HTTP response codes and verbs.

✨ Currently Supported Schools

Authentication

Currently, only the read-only endpoints are available to the public. Thus, requests do not need any authentication.

Resources & Endpoints

This section contains the object resources, their supported actions, and the corresponding endpoints. Every course belongs to a school.

Course & Requisite

Course Object

GET /course/:school

GET /course/:school/:subject

GET /course/:school/:subject/:courseCode

Requisite Object

← Back to the main page