Majors

This endpoint lets you get major data from the University of Maryland. Currently, our data is from the majors page on the University of Maryland website.

This endpoint is a work-in progress, so some data may be inaccurate or missing.

Majors Endpoint

https://api.umd.io/v0/majors

This endpoint lets you get major data from the University of Maryland. Currently, our data is from the majors page on the University of Maryland website.

This endpoint is a work-in progress, so some data may be inaccurate or missing.

Majors Endpoint

https://api.umd.io/v0/majors

The major object

The major object represents a single major. The properties of a major are:

major_id – The ID corresponding with a major

name – The name of a major

college – The college corresponding to the major. (Currently unfinished)

url – The URL of the main page of a major.

Trimmed sample response:

{
  "major_id":"AGRICULTURALANDRESOURCEECONOMICS",
  "name":"Agricultural and Resource Economics",
  "college":"",
  "url":"http://www.arec.umd.edu/undergraduate/major-requirements/agricultural-and-resource-economics"
}

The major object represents a single major. The properties of a major are:

major_id – The ID corresponding with a major

name – The name of a major

college – The college corresponding to the major. (Currently unfinished)

url – The URL of the main page of a major.

Trimmed sample response:

{
  "major_id":"AGRICULTURALANDRESOURCEECONOMICS",
  "name":"Agricultural and Resource Economics",
  "college":"",
  "url":"http://www.arec.umd.edu/undergraduate/major-requirements/agricultural-and-resource-economics"
}