Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 650 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 650 Bytes

Exams API

Undergraduate exams API across all three campuses. This API shows exam information for the current school period.

Format

{
  "id":String,
  "course_id":String,
  "course_code":String,
  "campus":String,
  "period":String,
  "date":String,
  "start_time":Number,
  "end_time":Number,
  "duration":Number,
  "sections":[{
    "lecture_code":String,
    "exam_section":String,
    "location":String
  }]
}