v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
majors

List majors

Get a list of all majors

get/majors/list

Response

Successful Operation

major_idnumber

Numeric id of a major. No real meaning here, just an ascending count.

namestring

The name of the major.

collegestring

The college the major is under.

urlstring

Home page for the major.

Example response

[
  {
    "major_id": 19,
    "name": "Behavioral and Community Health",
    "college": "School of Public Health",
    "url": "http://sph.umd.edu/department/bch/"
  }
]