ICS Student Council
Anteater APIREST APIReference

Calendar

The calendar endpoint allows users to fetch important dates for the given quarter, such as when instruction begins and ends, and when final exams begin and end.

Query parameters

year string Required

The year to query.

quarter Fall | Winter | Spring | Summer1 | Summer10wk | Summer2 Required

The quarter to query. Case-sensitive.

"https://api-next.peterportal.org/v1/rest/calendar?year=2023&quarter=Spring"

Response

{
  "instructionStart": "2023-04-03T00:00:00.000Z",
  "instructionEnd": "2023-06-09T00:00:00.000Z",
  "finalsStart": "2023-06-10T00:00:00.000Z",
  "finalsEnd": "2023-06-15T00:00:00.000Z"
}

On this page