Monash University Handbook (CourseLoop tenant)

The official Monash course, unit and area-of-study catalog. The site is a Next.js application on Monash's own hostname, but its runtime configuration (window.__SITE_ENV_CONFIG__) points every data call at api-ap-southeast-2.prod.courseloop.com — a regional CourseLoop host shared across that vendor's customers. handbook.monash.edu/api/ returns the AWS API Gateway string {"message":"Missing Authentication Token"}, i.e. an unmatched route on a gateway, not a documented Monash API. Course catalog data is Monash's; the contract is CourseLoop's.

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: monash:handbook
name: Monash University Handbook (CourseLoop tenant)
description: The official Monash course, unit and area-of-study catalog. The site is a Next.js application
  on Monash's own hostname, but its runtime configuration (window.__SITE_ENV_CONFIG__) points every data
  call at api-ap-southeast-2.prod.courseloop.com — a regional CourseLoop host shared across that vendor's
  customers. handbook.monash.edu/api/ returns the AWS API Gateway string {"message":"Missing Authentication
  Token"}, i.e. an unmatched route on a gateway, not a documented Monash API. Course catalog data is Monash's;
  the contract is CourseLoop's.
humanURL: https://handbook.monash.edu/
baseURL: https://handbook.monash.edu/
tags:
- Course Catalog
- Curriculum
- Student Systems
properties:
- type: CourseCatalog
  url: https://handbook.monash.edu/
x-operator: tenant
x-operator-basis: handbook.monash.edu is a Monash hostname, but API_DOMAIN is api-ap-southeast-2.prod.courseloop.com,
  a shared vendor host.