Cardiff University · Example Payload

Cardiff Courses List Example

EducationHigher EducationUniversityUnited KingdomWalesOpen DataCoursesResearch

Cardiff Courses List Example is an example object payload from Cardiff University, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datameta

Example Payload

Raw ↑
{
  "data": {
    "courses": [
      {
        "code": "UKBLA-LAW",
        "name": "Law (LLB)",
        "kisId": "10007814LLBLAW",
        "length": "3",
        "lengthUnit": "years",
        "distanceLearn": "N",
        "nextIntake": "2026-09",
        "entryMethod": "UCAS",
        "attendance": "Full-time",
        "qualification": { "code": "BLA", "name": "Bachelor of Laws" },
        "group": { "code": "Z101", "name": "Law" },
        "subjects": [
          { "code": "M100", "name": "Law", "posCode": "LAW" }
        ],
        "schools": [
          { "flag": "Y", "code": "LAWPL", "name": "School of Law and Politics", "posCode": "LAW" }
        ]
      }
    ]
  },
  "meta": {
    "code": 200,
    "count": 1,
    "errorStatus": false,
    "contentType": "application/json"
  }
}