API Docs

Last revised January 5th, 2023

Things to know
The base of the Snapshots API can be accessed via https://snapshots.ilefa.club/api, and there is no authentication or verification required to utilize the API. All requests are cached, and subsequently served via the Edge network since the data being served is not dynamic in nature, and will only change several times a year.

Endpoints
Detailed explanations of each available endpoint offered by Snapshots.
GET /course/[name]?semester=[period]

name the name of the course

period the semester to get course data from

Retrieves a course's historical data snapshot for the requested semester.

Mock Request
/course/CSE2050?semester=fall2021

 { ... }

Mock Response Body
 { ... }