Skip to contents

Returns the top 10 grossing movies in the U.S. box office last weekend. Updated every Monday morning.

Usage

movies_boxoffice(extended = c("min", "full"))

Source

movies_boxoffice() wraps endpoint movies/boxoffice.

Arguments

extended

character(1): Either "min" (API default) or "full". The latter returns more variables and should generally only be used if required. See vignette("finding-things") for more details.

Value

A tibble(). If the function has a limit parameter (defaulting to 10), this will be the (maximum) number of rows of the tibble. If there are no results (or the API is unreachable), an empty tibble() is returned.

Examples

movies_boxoffice()
#> # A tibble: 10 × 7
#>     revenue title                             year trakt   slug      imdb  tmdb 
#>       <int> <chr>                            <int> <chr>   <chr>     <chr> <chr>
#>  1 19000000 Mickey 17                         2025 540151  mickey-1… tt12… 6965…
#>  2  8500000 Captain America: Brave New World  2025 655031  captain-… tt14… 8221…
#>  3  4200000 Last Breath                       2025 781338  last-bre… tt14… 9725…
#>  4  3900000 The Monkey                        2025 904978  the-monk… tt27… 1124…
#>  5  3900000 Paddington in Peru                2024 365073  paddingt… tt58… 5167…
#>  6  3500000 Dog Man                           2025 611948  dog-man-… tt10… 7743…
#>  7  1900000 Anora                             2024 856080  anora-20… tt28… 1064…
#>  8  1700000 Mufasa: The Lion King             2024 600937  mufasa-t… tt13… 7625…
#>  9  1600000 Rule Breakers                     2025 1127179 rule-bre… tt23… 1379…
#> 10  1100000 Night of the Zoopocalypse         2025 996400  night-of… tt29… 1205…