Academic Calendar

get

Get the academic calendar of the current semester.

Authorizations
apikeystringRequired
Responses
200

Academic Calendar

application/json
get
/aiub/academic-calendar
GET /aiub/academic-calendar HTTP/1.1
Host: api.safin.cc
apikey: YOUR_API_KEY
Accept: */*
{
  "status": 200,
  "name": "ACADEMIC CALENDAR 2023-2024",
  "semester": "Summer 2023-24",
  "weeks": 12,
  "info": [
    "(Revised on 29 August 2024)"
  ],
  "events": [
    {
      "month": "June",
      "date": "2 - 8",
      "week": "Week 1",
      "day": "6 & 9",
      "event": "Adding/ Dropping**",
      "note": "** Specific Notice/ Schedule will be published later or subject to change"
    }
  ],
  "notes": [
    "** Specific Notice/ Schedule will be published later or subject to change",
    "* Final Assessment plan will be announced by respective department",
    "AIUB reserves the right to change the academic calendar."
  ]
}