Sports
Universities
sports/universities.md
Returns a listing of all universities categorized by Gracenote. This API is used as a reference to obtain university ID for use in other sports APIs. Response data will be sorted alphabetically by university name.
Request Parameters
| Parameter | Mandatory? | Description |
|---|---|---|
| imageSize | No | Requested size of image returned in preferredImage URI. Valid values are: Sm, Md, Lg, Ms. If not specified, defaults to Md. If requested image size is not available, generic image will be returned. |
| api_key | Yes | 24-character key obtained during application registration |
Response Body
| Response | Description |
|---|---|
| universityId | Resource identifier for university |
| universityName | University name |
| nickName | University nickname |
| preferredImage | University logo, if available |
Sample Request
http://data.tmsapi.com/v1.1sports/universities.md?api_key=1234567890
Sample Response
Code
Last modified on