University of Auckland Course

Derived from components.schemas.Course 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
id string
year integer
active string
level integer
feeBand string
crseId string
crseOfferNbr integer
effdt string
effdtOffer string
acadCareer string
acadGroup string
acadOrg string
subject string
catalogNbr string
titleLong string
title string
description string
text array
catalogPrint string
componentPrimary string
gradingBasis string
rqrmntGroup string
rqrmntDescr string
splitOwner string
unitsAcadProg number
ssrComponent string
mainProgram string
effStatus string
microcredential boolean
View JSON Schema on GitHub

JSON Schema

university-of-auckland-course-schema.json Raw ↑
{
  "$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-course-schema.json",
  "title": "University of Auckland Course",
  "description": "Derived from components.schemas.Course 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": {
    "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"
    }
  },
  "$defs": {
    "Term": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "shortDescription": {
          "type": "string"
        },
        "startDate": {
          "type": "string"
        },
        "endDate": {
          "type": "string"
        },
        "acadCareer": {
          "type": "string"
        },
        "enrolOpenDate": {
          "type": "string"
        }
      }
    },
    "TermsList": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Term"
          }
        },
        "total": {
          "type": "integer",
          "format": "int64"
        }
      }
    },
    "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-auckland-course"
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.