Search for a U.S. college or university by name or abbreviation.
http://institutions-search.appspot.com
GET
q (optional) - Returns an array of school names that contain the value of this paramter. Values are lowercased before comparison. If no match is found, returns an empty array. If parameter is not specified (or parameter is empty), all U.S. colleges and universities are returned.
JSON
GET http://institutions-search.appspot.com/?q=fresno
Returns:
["California State University-Fresno", "Fresno City College", "Fresno Pacific University", "Heald College-Fresno", "San Joaquin Valley College-Fresno", "San Joaquin Valley College-Fresno Aviation", "Kaplan College-Fresno"]
- Python
- JSON
- Google App Engine