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

# List courses

`GET /courses`

Returns paginated list of courses

## Response `200`

Successful Operation

- Course[]
  - `course_id` string
  - `semester` number
  - `name` string
  - `dept_id` string
  - `department` string
  - `credits` string
  - `description` string
  - `grading_method` string[]
  - `gen_ed` array[]
    - string[]
  - `core` string[]
  - `relationships` object
    - `coreqs` string, nullable
    - `prereqs` string, nullable
    - `formerly` string, nullable
    - `restrictions` string, nullable
    - `additional_info` string, nullable
    - `also_offered_as` string, nullable
    - `credit_granted_for` string, nullable
  - `sections` union[]
    - union
      - string
      - Section
        - `course` string
        - `section_id` string
        - `semester` number
        - `number` string
        - `seats` string
        - `meetings` Meeting[]
          - `days` string
          - `room` string
          - `building` string
          - `classtype` string
          - `start_time` string
          - `end_time` string
        - `open_seats` string
        - `waitlist` string
        - `instructors` string[]

## Changes

- **2020-03-31** `b4919cd9fb0d` — 2 breaking
  - the `items/sections/items/oneOf[#/components/schemas/Section]/semester` response's property type changed from `string` to `number` for status `200`
  - the `items/semester` response's property type changed from `string` to `number` for status `200`
- **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/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/b4919cd9fb0d/schema)
