University of Toronto Timetable Builder — Course Search Request

UniversityHigher EducationEducationCanadaU15ResearchCourse CatalogIdentity FederationResearch DataInstitutional RepositoryLibraryPublic Research University

Properties

Name Type Description
courseCodeAndTitleProps object
departmentProps array
campuses array
sessions array
requirementProps array
instructor string
courseLevels array
deliveryModes array
dayPreferences array
timePreferences array
divisions array
creditWeights array
page integer
pageSize integer
direction string
View JSON Schema on GitHub

JSON Schema

ttb-course-search.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-toronto/refs/heads/main/json-schema/ttb-course-search.json",
  "title": "University of Toronto Timetable Builder \u2014 Course Search Request",
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "Derived by API Evangelist from live responses of https://api.easi.utoronto.ca/ttb captured 2026-08-19. The University of Toronto publishes no JSON Schema for this API.",
    "x-operator": "institution"
  },
  "type": "object",
  "required": [
    "courseCodeAndTitleProps",
    "sessions",
    "divisions"
  ],
  "properties": {
    "courseCodeAndTitleProps": {
      "type": "object",
      "properties": {
        "courseCode": {
          "type": "string"
        },
        "courseTitle": {
          "type": "string"
        },
        "courseSectionCode": {
          "type": "string"
        },
        "searchCourseDescription": {
          "type": "boolean"
        }
      }
    },
    "departmentProps": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "campuses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sessions": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[0-9]{5}[FSY]?$"
      }
    },
    "requirementProps": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "instructor": {
      "type": "string"
    },
    "courseLevels": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "deliveryModes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dayPreferences": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "timePreferences": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "divisions": {
      "type": "array",
      "items": {
        "type": "string",
        "examples": [
          "ARTSC",
          "APSC",
          "ERIN",
          "SCAR"
        ]
      }
    },
    "creditWeights": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "page": {
      "type": "integer",
      "minimum": 1
    },
    "pageSize": {
      "type": "integer",
      "minimum": 1
    },
    "direction": {
      "type": "string",
      "enum": [
        "asc",
        "desc"
      ]
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ttb-course-search"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.