Organization Metadata
Important: This site is the API Gateway for Gracenote Video and Sports. As of September 08, 2026, the documentation and API explorers (I/O docs) for active products will move to the new Gracenote Developer Portal. Please use this new portal moving forward. Set up your new dev portal account using the login email for this site. The legacy documentation on this site will remain until further notice. Please contact your Gracenote representative or Gracenote Support for assistance.
Currently categorized organizations, by sport, are:
- Auto Racing
- NASCAR Racing
- IndyCar Racing
- Baseball
- MLB Baseball
- College Baseball
- Basketball
- NBA Basketball
- WNBA Basketball
- College Basketball
- Women's College Basketball
- Football
- NFL Football
- College Football
- Golf
- PGA Tour Golf
- LPGA Tour Golf
- Hockey
- NHL Hockey
- Soccer
- MLS Soccer
- English Premier League Soccer
- Spanish Primera Division Soccer
- Bundesliga Soccer
- Tennis
- ATP Tennis
- WTA Tennis
|
Field / object |
Type |
Notes |
|
organizationId |
string |
resource identifier for organization |
|
organizationName |
string |
name of organization or league |
|
offcialOrg |
boolean |
Official sports organization name |
| preferredImage | Image | image metadata contains link to preferred organization logo |
Example
{
"organizationId": "19",
"organizationName": "NBA Basketball",
"preferredImage": {
"uri": "sportslogos/h3/AllPhotos/19/o19_l_h3_aa.png",
"height": "270",
"width": "360",
"primary": "true",
"category": "Logo"
},
"officialOrg" : true
}