Cardiff University · Schema

Course

A course (programme) offered by Cardiff University, as returned by the Courses API.

EducationHigher EducationUniversityPublic Research UniversityUnited KingdomWalesRussell GroupOpen DataCourse CatalogResearch RepositoryIdentity FederationResearch ComputingPublications

Properties

Name Type Description
code string Unique course code.
name string Course title.
kisId string Key Information Set identifier.
length string Course length.
lengthUnit string Unit for the course length (e.g. years).
distanceLearn string Distance learning flag (Y/N).
externalReturnFormat string
nextIntake string
entryMethod string
attendance string Mode of attendance (e.g. Full-time, Part-time).
qualification object
group object
market object
subjects array
schools array
staff array
accreditations array
descriptions array
applyPoints array
View JSON Schema on GitHub

JSON Schema

cardiff-course-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cardiff/refs/heads/main/json-schema/cardiff-course-schema.json",
  "title": "Course",
  "description": "A course (programme) offered by Cardiff University, as returned by the Courses API.",
  "type": "object",
  "required": ["code", "name"],
  "properties": {
    "code": { "type": "string", "description": "Unique course code." },
    "name": { "type": "string", "description": "Course title." },
    "kisId": { "type": "string", "description": "Key Information Set identifier." },
    "length": { "type": "string", "description": "Course length." },
    "lengthUnit": { "type": "string", "description": "Unit for the course length (e.g. years)." },
    "distanceLearn": { "type": "string", "description": "Distance learning flag (Y/N)." },
    "externalReturnFormat": { "type": "string" },
    "nextIntake": { "type": "string" },
    "entryMethod": { "type": "string" },
    "attendance": { "type": "string", "description": "Mode of attendance (e.g. Full-time, Part-time)." },
    "qualification": {
      "type": "object",
      "properties": {
        "code": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "group": {
      "type": "object",
      "properties": {
        "code": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "market": {
      "type": "object",
      "properties": {
        "code": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "subjects": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": { "type": "string" },
          "name": { "type": "string" },
          "posCode": { "type": "string" }
        }
      }
    },
    "schools": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "flag": { "type": "string" },
          "code": { "type": "string" },
          "name": { "type": "string" },
          "posCode": { "type": "string" }
        }
      }
    },
    "staff": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "role": { "type": "string" },
          "name": { "type": "string" },
          "posCode": { "type": "string" },
          "staffId": { "type": "string" }
        }
      }
    },
    "accreditations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "website": { "type": "string" },
          "name": { "type": "string" },
          "posCode": { "type": "string" },
          "accURL": { "type": "string" }
        }
      }
    },
    "descriptions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": { "type": "string" },
          "posCode": { "type": "string" },
          "text": { "type": "string" },
          "title": { "type": "string" }
        }
      }
    },
    "applyPoints": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "year": { "type": "string" },
          "link": { "type": "string" },
          "posCode": { "type": "string" },
          "startDate": { "type": "string" }
        }
      }
    }
  }
}

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/cardiff-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.