---
title: "List of minified courses"
method: GET
path: "/courses/list"
tags: ["courses"]
---

# List of minified courses

`GET /courses/list`

Returns list of all course codes and names

## Query parameters

- `sort` string
- `page` number
- `per_page` number
- `semester` string

## Response `200`

Successful Operation

- object[]
  - `course_id` string
  - `name` string

## Changes

- **2021-04-17** `61d07ae3dc92` — 1 info
  - added the new optional `query` request parameter `semester`
- **2020-04-23** `c645c466611f` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`
  - added the new optional `query` request parameter `sort`
- **2020-03-31** `b4919cd9fb0d` — 10 warning, 1 info
  - removed the optional property `items/core` from the response with the `200` status
  - removed the optional property `items/credits` from the response with the `200` status
  - removed the optional property `items/department` from the response with the `200` status
  - removed the optional property `items/dept_id` from the response with the `200` status
  - …7 more
- **2020-02-18** `ae6661642f5a` — 1 info
  - endpoint added
- **2019-07-02** `f2f973dd5f11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/umdio/apis/umd-io/changes/courses/list/get.md)

---

[API](https://skmtc.dev/umdio/apis/umd-io.md) · [All operations](https://skmtc.dev/umdio/apis/umd-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/umdio/umd-io/revisions/c0fac695dd04/schema)
