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

# List majors

`GET /majors/list`

Get a list of all majors

## Response `200`

Successful Operation

- Major[]
  - `major_id` number — Numeric id of a major. No real meaning here, just an ascending count.
  - `name` string — The name of the major.
  - `college` string — The college the major is under.
  - `url` string — Home page for the major.

---

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