---
title: "Get all semesters"
method: GET
path: "/courses/semesters"
tags: ["Courses"]
---

# Get all semesters

`GET /courses/semesters`

Returns all semesters including the current one.

## Response `200`

A successful response.

- ProtobufGetSemestersResponse
  - `current` ProtobufSemester
    - `teachingTerm` string
    - `year` integer
  - `semesters` ProtobufSemester[]
    - `teachingTerm` string
    - `year` integer

---

[API](https://skmtc.dev/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.dev/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/revisions/18ce08adf685/schema)
