Skip to content

IMDb Award

Finds every item in an IMDb Event.

Award Parameter Description
event_id Specify the IMDb Event ID to search. This attribute is required.
Options: The ID found in the URLs linked on the IMDb Events Page. (ex. ev0000003)
event_year1 Specify the year of the Event to look at. This attribute is required.
Options: all, any year, any negative year (ex. -10 for 10 years ago), list of years, or year range (ex. 2000-2009, 2000-current, or -30-current (Last 30 Years)) from the years under the Event History Sidebar on an Event page.
award_filter Filter by the Award heading. Can only accept multiple values as a list.
Options: Any Black Award heading on an Event Page.
category_filter Filter by the Category heading. Can only accept multiple values as a list.
Options: Any Gold/Yellow Category heading on an Event Page.
winning Filter by if the Item Won the award.
Options: true/false
Default: false
Example Award and Category Filter

In the below example, "Grand Jury Prize" is the award_filter, and "Documentary" is the category_filter. You can use both of these filters together.

imdbfilter.png

  1. When using multiple years the only available Event IDs are:
event_ids:
- ev0000003 # Academy Awards, USA
- ev0000091 # Berlin International Film Festival
- ev0000123 # BAFTA Awards
- ev0000133 # Critics Choice Awards
- ev0000147 # Cannes Film Festival
- ev0000157 # César Awards, France
- ev0000223 # Primetime Emmy Awards
- ev0000245 # Filmfare Awards
- ev0000280 # German Film Awards
- ev0000292 # Golden Globes, USA
- ev0000329 # Hong Kong Film Awards
- ev0000349 # Film Independent Spirit Awards
- ev0000361 # Awards of the International Indian Film Academy (IIFA)
- ev0000415 # Zee Cine Awards
- ev0000467 # National Film Awards, India
- ev0000468 # National Film Preservation Board, USA
- ev0000530 # People's Choice Awards, USA
- ev0000558 # Razzie Awards
- ev0000598 # Actor Awards
- ev0000631 # Sundance Film Festival
- ev0000659 # Toronto International Film Festival
- ev0000681 # Venice Film Festival
- ev0001931 # Indian Television Academy Awards, India
- ev0005699 # Zee Rishtey Awards
- ev0005770 # Nickelodeon Kids' Choice Awards, India
- ev0011808 # Indian Film Festival Of Melbourne
- ev0035513 # Filmfare OTT Awards
- ev0036701 # Critics’ Choice Shorts and Series Awards, India
- ev0057191 # Iconic Gold Awards
- ev0060658 # Bollywood Film Journalist Awards
- ev0073358 # International Iconic Awards

Example IMDb Award Builder(s)

collections:
  Academy Award Winners 2023:
    imdb_award: 
      event_id: ev0000003
      event_year: 2023
      winning: true
collections:
  Academy Award 2023 Best Picture Nominees:
    imdb_award: 
      event_id: ev0000003
      event_year: 2023
      category_filter: Best Motion Picture of the Year