QuarterCalendar

A UCSB academic quarter with its registration passes, add/drop deadlines and finals dates, from the Office of the Registrar.

EducationHigher EducationUniversityPublic Research UniversityUC SystemUnited StatesCaliforniaCampusStudent Information SystemCourse CatalogAcademicsIdentity FederationResearch RepositoryLibraryAPI GatewayDeveloper Portal

Properties

Name Type Description
quarter string
qyy string
name string
category string
academicYear string
firstDayOfClasses string
lastDayOfClasses string
firstDayOfFinals string
lastDayOfFinals string
firstDayOfQuarter string
lastDayOfSchedule string
pass1Begin string
pass2Begin string
pass3Begin string
feeDeadline string
lastDayToAddUnderGrad string
lastDayToAddGrad string
lastDayThirdWeek string
View JSON Schema on GitHub

JSON Schema

ucsb-quarter-calendar-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucsb/main/json-schema/ucsb-quarter-calendar-schema.json",
  "title": "QuarterCalendar",
  "description": "A UCSB academic quarter with its registration passes, add/drop deadlines and finals dates, from the Office of the Registrar.",
  "type": "object",
  "properties": {
    "quarter": {
      "type": "string"
    },
    "qyy": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string",
      "readOnly": true
    },
    "academicYear": {
      "type": "string",
      "readOnly": true
    },
    "firstDayOfClasses": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayOfClasses": {
      "format": "date-time",
      "type": "string"
    },
    "firstDayOfFinals": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayOfFinals": {
      "format": "date-time",
      "type": "string"
    },
    "firstDayOfQuarter": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayOfSchedule": {
      "format": "date-time",
      "type": "string"
    },
    "pass1Begin": {
      "format": "date-time",
      "type": "string"
    },
    "pass2Begin": {
      "format": "date-time",
      "type": "string"
    },
    "pass3Begin": {
      "format": "date-time",
      "type": "string"
    },
    "feeDeadline": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayToAddUnderGrad": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayToAddGrad": {
      "format": "date-time",
      "type": "string"
    },
    "lastDayThirdWeek": {
      "format": "date-time",
      "type": "string"
    }
  },
  "x-source": "openapi/ucsb-academic-quarter-calendar-openapi.yml",
  "x-method": "derived",
  "x-generated": "2026-08-30"
}

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/ucsb-quarter-calendar"
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.