• Register

Awards 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.

 

Movie and TV awards which are included in results are:

  • Academy Awards
  • Golden Globes
  • Screen Actors Guild Awards
  • Primetime Emmys
  • Daytime Emmys
  • British Academy of Film & Television Arts (BAFTA) Awards

Field / object

Type

Notes

awardId string resource id coresponding to award name
name string award name (e.g., Emmy, Oscar, Golden Globe)
rootId string rootId of program for which award was given
awardCatId string resource id coresponding to award category
category string award category (e.g., Best Director, Best Supporting Actress)
year number award year, formatted yyyy
personId string award recipient person ID
recipient string name (first last) of award winner
won string indicates whether award was won; only present when true;
awards without this field are nominations only

Example


{
  "awardId": "2",
  "rootId": "183903",
  "name": "Golden Globe",
  "category": "Best Performance by an Actress in a Television Series - Musical or Comedy",
  "awardCatId": "120",
  "year": "1992",
  "personId": "56714",
  "recipient": "Roseanne Barr",
  "won": "true"
}