Skip to content

BoxOfficeMojo All Time

Uses the All Time Lists to collect items.

Builder Attribute: mojo_all_time

Builder Value: Dictionary of Attributes

Builder Attributes

Attribute Description
chart Determines the chart you want to use.
Allowed Values: domestic or worldwide
content_rating_filter Determines the content rating chart to use.
Allowed Values: g, g/pg, pg, pg-13, r, or nc-17
limit The maximum number of results to return.
Default Value: Returns all results
Allowed Values: Number greater than 0

Example Mojo All Time Builder(s)

collections:

  Top 100 Domestic All Time Grosses:
    mojo_all_time:
      chart: domestic
      limit: 100

  Top 100 Worldwide All Time Grosses:
    mojo_all_time:
      chart: worldwide
      limit: 100

  Top 10 Domestic All Time G Movie Grosses:
    mojo_all_time:
      chart: domestic
      content_rating_filter: g
      limit: 10