University Of Maryland College Park Getroutesbyid Example

EducationHigher EducationUniversityUnited StatesOpen DataCoursesStudent Run

University Of Maryland College Park Getroutesbyid 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/bus/routes/701"
  },
  "response": {
    "data": {
      "route_id": "701",
      "title": "701 UMB BioPark",
      "stops": [
        { "stop_id": "laplat", "title": "La Plata Hall", "lat": -76.94563, "long": 38.9922185 }
      ],
      "directions": [
        { "direction_id": "ramsapts", "title": "Ramsay St Apts", "stops": ["laplat"] }
      ],
      "lat_max": 39.2995236,
      "lat_min": 39.28301,
      "long_max": -76.620848,
      "long_min": -76.6320545
    },
    "count": 1
  }
}