GET /api/v1/colleges/3/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3,
    "full_name": "College of Engineering and Computer Science",
    "short_name": "ENGR",
    "college_url": "https://www.cecs.ucf.edu/",
    "profile_url": "https://www.ucf.edu/college/engineering-computer-science/",
    "unit": 213105,
    "unit_college": null
}