• Register

Awards Metadata

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"
}