CS50 REST API - Developers
CS50 is an introductory programming course offered through Harvard University. Instructor David Malan has made avaialable a set of APIs for use with the class. These APIs include the following:
HarvardEnergy - utility information for campus buildings
HarvardCourses - course information
HarvardEvents - campus related events information
HarvardFood - menus, nutritional facts, portions, and recipe
HarvardMaps - campus mapping information
HarvardNews - news items
HarvardTweets - student tweet information
Shuttleboy - campus shuttle information
The API use RESTful calls and responses are formatted in XML, JSON, JSONP, CSV and PHP.
