Cardiff University · Example Payload

Cardiff Lookups Schools Example

EducationHigher EducationUniversityUnited KingdomWalesOpen DataCoursesResearch

Cardiff Lookups Schools 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": {
    "semesters": [
      { "code": "COMSC", "name": "School of Computer Science and Informatics", "parent": "PHYSC" },
      { "code": "LAWPL", "name": "School of Law and Politics", "parent": "ARTHU" },
      { "code": "SOCSI", "name": "School of Social Sciences", "parent": "ARTHU" }
    ]
  },
  "meta": {
    "code": 200,
    "count": 3,
    "errorStatus": false,
    "contentType": "application/json"
  }
}