GraduateProgramDetail
A UCSB graduate degree program with its department, degree types and application details.
EducationHigher EducationUniversityPublic Research UniversityUC SystemUnited StatesCaliforniaCampusStudent Information SystemCourse CatalogAcademicsIdentity FederationResearch RepositoryLibraryAPI GatewayDeveloper Portal
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Graduate Program unique identifier |
| majorCode | string | 5 character major code |
| departmentCode | string | 5 character department code |
| displayName | string | Graduate Program's display name |
| description | string | Graduate Program's description , html formatted |
| website | string | Graduate Program's web site |
| address | string | Graduate Program's address |
| phone | string | Graduate Program's phone |
| string | Graduate Program's email address | |
| degrees | string | list of degrees, separated by comma |
| requirements | string | list of requirements, html formatted |
| deadlines | string | Graduate Program's deadlines, comma separated |
| emphases | string | List of emphases, semicolon separated |
| specializations | string | List of specialization, semicolon separated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ucsb/main/json-schema/ucsb-graduate-program-schema.json",
"title": "GraduateProgramDetail",
"description": "A UCSB graduate degree program with its department, degree types and application details.",
"type": "object",
"properties": {
"id": {
"format": "int32",
"description": "Graduate Program unique identifier",
"type": "integer"
},
"majorCode": {
"description": "5 character major code",
"type": "string"
},
"departmentCode": {
"description": "5 character department code",
"type": "string"
},
"displayName": {
"description": "Graduate Program's display name",
"type": "string"
},
"description": {
"description": "Graduate Program's description , html formatted",
"type": "string"
},
"website": {
"description": "Graduate Program's web site",
"type": "string"
},
"address": {
"description": "Graduate Program's address",
"type": "string"
},
"phone": {
"description": "Graduate Program's phone",
"type": "string"
},
"email": {
"description": "Graduate Program's email address",
"type": "string"
},
"degrees": {
"description": "list of degrees, separated by comma",
"type": "string"
},
"requirements": {
"description": "list of requirements, html formatted",
"type": "string"
},
"deadlines": {
"description": "Graduate Program's deadlines, comma separated",
"type": "string"
},
"emphases": {
"description": "List of emphases, semicolon separated",
"type": "string"
},
"specializations": {
"description": "List of specialization, semicolon separated",
"type": "string"
}
},
"x-source": "openapi/ucsb-academic-graduate-programs-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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ucsb-graduate-program"
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.