Skip to content

Instantly share code, notes, and snippets.

@nazimamin
Last active August 25, 2016 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazimamin/b9aada5a6eed4eecca4f0bd5382e41bc to your computer and use it in GitHub Desktop.
Save nazimamin/b9aada5a6eed4eecca4f0bd5382e41bc to your computer and use it in GitHub Desktop.
req = http://www.ratemyprofessors.com/api/professors/1047122/ratings // comprehensive
req = http://www.ratemyprofessors.com/api/professors/925226/ratings?page=1 // comprehensive
req = http://www.ratemyprofessors.com/api/professors/925226/ratingsbyclass //list of ratings sorted by class
req = http://www.ratemyprofessors.com/api/professors/925226 // overall meta
results = {
"id": 1047122,
"fName": "Jennifer",
"lName": "Wong-Ma",
"middleInitials": "",
"fullName": "Jennifer Wong-Ma",
"school": "Stony Brook University (SUNY)",
"dept": "Computer Science",
"numOfRatings": 55,
"avgRating": 3.5,
"hotness": -11,
"avgEasiness": 4.1,
"latesRatingDate": "2016-08-14T04:00:00Z",
"chilliPepper": false,
"status": "Active",
"ratingText": "Good",
"easinessText": "Tough",
"wouldTakeAgainPercent": 0,
"tags": [{
"tagId": "1",
"tagName": "Tough Grader"
}, {
"tagId": "2",
"tagName": "Get ready to read"
}, {
"tagId": "4",
"tagName": "Skip class? You won't pass."
}, {
"tagId": "6",
"tagName": "Tests are tough"
}, {
"tagId": "8",
"tagName": "Amazing lectures"
}, {
"tagId": "10",
"tagName": "Tests? Not many"
}, {
"tagId": "12",
"tagName": "Gives good feedback"
}, {
"tagId": "13",
"tagName": "Inspirational"
}, {
"tagId": "14",
"tagName": "Expect homework"
}, {
"tagId": "16",
"tagName": "Gives Pop Quizzes"
}, {
"tagId": "18",
"tagName": "There for you"
}, {
"tagId": "19",
"tagName": "Respected by students"
}, {
"tagId": "20",
"tagName": "Lectures are long"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment