/api/courses/ID
HEAD, GET
Return information about a course, identified by the course's ID.
Syntax
GET /api/courses/123 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
Response example
{ "status": "Online", "updated": "2014-06-20T11:00:15+00:00", "institution": "/api/institutions/1", "intakes": { "1": "/api/intakes/1" }, "featured": false, "type": "UG", "awards": [ { "abbr": "BSc", "full": "" } ], "name": "Sample under-graduate course", "mode": "FT", "duration": "3 years", "credits": null, "language": "en", "country": "EE", "location": "Tallinn", "code": null, "quota": null, "prospect": { "uri": null } }