---
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.

## Changes

- **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/majors/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)
