courses

List of minified courses

Returns list of all course codes and names

get/courses/list

Query parameters

sortstring

a comma-separated list of course properties. Defaults to ASCENDING order, use a - (minus) prefix for DESCENDING order. For example, ?sort=course_id,-credits sorts the results ASCENDING by course_id and DESCENDING by credits.

pagenumber

For paginated responses, the page to view. 1-indexed. Defaults to 1 if omitted.

per_pagenumber

Endpoints that return a large amount of items are paginated to 30 items by default. You can use this parameter to set a page size up to 100.

semesterstring

6-digit semester ID to search, with optional comparator, separated by a pipe. Valid comparators are eq, leq, lt, gt, geq, neq.

Response

Successful Operation

course_idstring
namestring

Changes

Changed in 5 of the 12 revisions of this API.1106

    • added the new optional query request parameter semester

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter per_page

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter

  • b4919cd9fb0d101See the full diff
    • removed the optional property items/core from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/credits from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/department from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/dept_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/gen_ed from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/grading_method from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/relationships from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/sections from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/semester from the response with the 200 status

      response-optional-property-removed

    • api operation id getCourses removed and replaced with getCourseList

      api-operation-id-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog