Organization Metadata
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
}