University Of Maryland College Park Getmajors Example

EducationHigher EducationUniversityUnited StatesOpen DataCoursesStudent Run

University Of Maryland College Park Getmajors Example is an example object payload from University of Maryland College Park, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.umd.io/v1/majors/list"
  },
  "response": [
    {
      "major_id": 19,
      "name": "Behavioral and Community Health",
      "college": "School of Public Health",
      "url": "http://sph.umd.edu/department/bch/"
    }
  ]
}