University of Auckland · Schema
University of Auckland Term
Derived from components.schemas.Term in the University of Auckland Course Catalog Api V3 OpenAPI 3.1.0, as published in the University's own Kong developer portal.
UniversityHigher EducationEducationNew ZealandPublic Research UniversityUniversitas 21Course CatalogStudent RecordsResearch DataResearch RepositoryIdentity FederationOAI-PMH
Properties
| Name | Type | Description |
|---|---|---|
| code | string | |
| description | string | |
| shortDescription | string | |
| startDate | string | |
| endDate | string | |
| acadCareer | string | |
| enrolOpenDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-auckland/main/json-schema/university-of-auckland-term-schema.json",
"title": "University of Auckland Term",
"description": "Derived from components.schemas.Term in the University of Auckland Course Catalog Api V3 OpenAPI 3.1.0, as published in the University's own Kong developer portal.",
"x-generated": "2026-08-30",
"x-method": "derived",
"x-source": "https://developer.auckland.ac.nz/prd/documentation/api-course-catalog-v3",
"x-operator": "institution",
"type": "object",
"properties": {
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"shortDescription": {
"type": "string"
},
"startDate": {
"type": "string"
},
"endDate": {
"type": "string"
},
"acadCareer": {
"type": "string"
},
"enrolOpenDate": {
"type": "string"
}
},
"$defs": {
"TermsList": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/$defs/Term"
}
},
"total": {
"type": "integer",
"format": "int64"
}
}
},
"Course": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"year": {
"type": "integer",
"format": "int32"
},
"active": {
"type": "string"
},
"level": {
"type": "integer",
"format": "int32"
},
"feeBand": {
"type": "string"
},
"crseId": {
"type": "string"
},
"crseOfferNbr": {
"type": "integer",
"format": "int32"
},
"effdt": {
"type": "string"
},
"effdtOffer": {
"type": "string"
},
"acadCareer": {
"type": "string"
},
"acadGroup": {
"type": "string"
},
"acadOrg": {
"type": "string"
},
"subject": {
"type": "string"
},
"catalogNbr": {
"type": "string"
},
"titleLong": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"text": {
"type": "array",
"items": {
"type": "string"
}
},
"catalogPrint": {
"type": "string"
},
"componentPrimary": {
"type": "string"
},
"gradingBasis": {
"type": "string"
},
"rqrmntGroup": {
"type": "string"
},
"rqrmntDescr": {
"type": "string"
},
"splitOwner": {
"type": "string"
},
"unitsAcadProg": {
"type": "number",
"format": "double"
},
"ssrComponent": {
"type": "string"
},
"mainProgram": {
"type": "string"
},
"effStatus": {
"type": "string"
},
"microcredential": {
"type": "boolean"
}
}
},
"CourseList": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/$defs/Course"
}
},
"from": {
"type": "integer",
"format": "int32"
},
"size": {
"type": "integer",
"format": "int32"
},
"total": {
"type": "integer",
"format": "int32"
},
"more": {
"type": "boolean"
}
}
}
}
}
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/university-of-auckland-term"
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.