---
title: "Get related courses"
method: GET
path: "/course/{courseId}/related"
tags: ["Courses"]
---

# Get related courses

`GET /course/{courseId}/related`

Get courses related to the specified course

## Path parameters

- `courseId` string, required

## Response `200`

Related courses

- CourseWithScores[]
  - `raw_id` string
  - `name_zh` string
  - `name_en` string
  - `semester` string
  - `department` string
  - `course` string
  - `class` string
  - `credits` integer
  - `capacity` integer, nullable
  - `enrolled` integer
  - `venues` string[]
  - `times` string[]
  - `teacher_zh` string[]
  - `teacher_en` string[], nullable
  - `language` string
  - `ge_type` string, nullable
  - `compulsory_for` string[], nullable
  - `elective_for` string[], nullable
  - `course_scores` CourseScore[]
    - `average` number
    - `std_dev` number
    - `type` string
    - `enrollment` integer, nullable

---

[API](https://skmtc.net/nthumodifications/apis/nthu-mods-api.md) · [All operations](https://skmtc.net/nthumodifications/apis/nthu-mods-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nthumodifications/nthu-mods-api/revisions/414e7e5c2028/schema)
