Cornell University · Example Payload

Cornell Locations Example

EducationHigher EducationUniversityOpen DataCourse CatalogLibraryResearchUnited States

Cornell Locations Example is an example object payload from Cornell University, 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://www.cornell.edu/about/maps/locations.cfm"
  },
  "response": {
    "locations": [
      {
        "Name": "Uris Library",
        "Folder": "Libraries",
        "ImageURL": "https://www.cornell.edu/about/maps/images/uris-library.jpg",
        "Address": "Ho Plaza, Ithaca, NY 14853",
        "Lat": "42.4476",
        "Lng": "-76.4844",
        "Notes": "Home of the A.D. White Library.",
        "AKA": "Uris"
      }
    ]
  }
}