Cardiff University · Schema
Module
An academic module taught at Cardiff University, as returned by the Modules API.
EducationHigher EducationUniversityPublic Research UniversityUnited KingdomWalesRussell GroupOpen DataCourse CatalogResearch RepositoryIdentity FederationResearch ComputingPublications
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique module code. |
| name | string | Module title. |
| level | string | Academic level of the module. |
| credits | string | Credit value of the module. |
| language | string | Language of delivery. |
| noOfPeriods | string | Number of teaching periods. |
| type | string | Module type. |
| school | object | School that owns the module. |
| subject | object | |
| moduleLeader | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/cardiff/refs/heads/main/json-schema/cardiff-module-schema.json",
"title": "Module",
"description": "An academic module taught at Cardiff University, as returned by the Modules API.",
"type": "object",
"required": ["code", "name"],
"properties": {
"code": { "type": "string", "description": "Unique module code." },
"name": { "type": "string", "description": "Module title." },
"level": { "type": "string", "description": "Academic level of the module." },
"credits": { "type": "string", "description": "Credit value of the module." },
"language": { "type": "string", "description": "Language of delivery." },
"noOfPeriods": { "type": "string", "description": "Number of teaching periods." },
"type": { "type": "string", "description": "Module type." },
"school": {
"type": "object",
"description": "School that owns the module.",
"properties": {
"code": { "type": "string" },
"name": { "type": "string" },
"parent": { "type": "string" }
}
},
"subject": {
"type": "object",
"properties": {
"code": { "type": "string" },
"name": { "type": "string" }
}
},
"moduleLeader": {
"type": "object",
"properties": {
"forename": { "type": "string" },
"surname": { "type": "string" },
"fullName": { "type": "string" },
"title": { "type": "string" },
"staffId": { "type": "string" },
"username": { "type": "string" },
"email": { "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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cardiff-module"
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.