StudentExtended
Basic student record returned by the Student Basic Student Info API. Access Approval Required; FERPA-governed.
EducationHigher EducationUniversityPublic Research UniversityUC SystemUnited StatesCaliforniaCampusStudent Information SystemCourse CatalogAcademicsIdentity FederationResearch RepositoryLibraryAPI GatewayDeveloper Portal
Properties
| Name | Type | Description |
|---|---|---|
| firstName | string | The student's lived first name |
| firstNameLegal | string | The student's legal first name (Extended Data Only) |
| middleName | string | The student's lived middle name (Extended Data Only) |
| middleNameLegal | string | The student's legal middle name (Extended Data Only) |
| lastName | string | The student's lived last name |
| lastNameLegal | string | The student's legal last name (Extended Data Only) |
| suffix | string | The name suffix (JR, SR, etc) |
| gender | string | 'M' = Male, 'F' = Female, NULL = No value provided (Extended Data Only) |
| birthDate | string | The birthdate in 8 character code (YYYYMMDD) |
| nfr | boolean | Not For Release - This indicates if the students record has a Not For Release flag associated with it. If true, then the Registrar's Office should be consulted before releasing any of the students inf |
| internationalStudentCode | string | 'F' = Foreign, 'R' = Resident Alien, NULL = Domestic |
| firstCensusQuarter | string | The first quarter the student was registered and included in the UCOP extract. |
| lastCensusQuarter | string | The latest quarter the student was registered and included in the UCOP extract. |
| lastRegisteredQuarter | string | The latest quarter that the student was registered with a status of Registered (R) or EAP (E). |
| admitLevel | string | 'FR' = Freshman Undergraduate Admit, 'TR' = Transfer Undergraduate Admit, Empty = No data or not an undergraduate admit. |
| admitQuarter | string | Quarter the student was admitted as an undergraduate. |
| pronounCode | string | Pronoun code for the student. |
| perm | string | The 7-digit perm number |
| string | The email address (umail.ucsb.edu) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ucsb/main/json-schema/ucsb-student-schema.json",
"title": "StudentExtended",
"description": "Basic student record returned by the Student Basic Student Info API. Access Approval Required; FERPA-governed.",
"type": "object",
"properties": {
"firstName": {
"description": "The student's lived first name",
"type": "string"
},
"firstNameLegal": {
"description": "The student's legal first name (Extended Data Only)",
"type": "string"
},
"middleName": {
"description": "The student's lived middle name (Extended Data Only)",
"type": "string"
},
"middleNameLegal": {
"description": "The student's legal middle name (Extended Data Only)",
"type": "string"
},
"lastName": {
"description": "The student's lived last name",
"type": "string"
},
"lastNameLegal": {
"description": "The student's legal last name (Extended Data Only)",
"type": "string"
},
"suffix": {
"description": "The name suffix (JR, SR, etc)",
"type": "string"
},
"gender": {
"description": "'M' = Male, 'F' = Female, NULL = No value provided (Extended Data Only)",
"type": "string"
},
"birthDate": {
"description": "The birthdate in 8 character code (YYYYMMDD)",
"type": "string"
},
"nfr": {
"description": "Not For Release - This indicates if the students record has a Not For Release flag associated with it. If true,\r\nthen the Registrar's Office should be consulted before releasing any of the students information to anyone\r\nbesides the student.",
"type": "boolean"
},
"internationalStudentCode": {
"description": "'F' = Foreign, 'R' = Resident Alien, NULL = Domestic",
"type": "string"
},
"firstCensusQuarter": {
"description": "The first quarter the student was registered and included in the UCOP extract.",
"type": "string"
},
"lastCensusQuarter": {
"description": "The latest quarter the student was registered and included in the UCOP extract.",
"type": "string"
},
"lastRegisteredQuarter": {
"description": "The latest quarter that the student was registered with a status of Registered (R) or EAP (E).",
"type": "string"
},
"admitLevel": {
"description": "'FR' = Freshman Undergraduate Admit, 'TR' = Transfer Undergraduate Admit, Empty = No data or not an undergraduate admit.",
"type": "string"
},
"admitQuarter": {
"description": "Quarter the student was admitted as an undergraduate.",
"type": "string"
},
"pronounCode": {
"description": "Pronoun code for the student.",
"type": "string"
},
"perm": {
"description": "The 7-digit perm number",
"type": "string"
},
"email": {
"description": "The email address (umail.ucsb.edu)",
"type": "string"
}
},
"x-source": "openapi/ucsb-student-basic-info-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-student"
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.