- Open Source API - Just need to sign up and get a limited amount of calls to the API a day
- Provides a lot of information on the movie including the scores from IMDB, Rotten Tomato, and Metacritics
- Example of a API Call
##
## Attaching package: 'jsonlite'
## The following object is masked from 'package:purrr':
##
## flatten
##
## Attaching package: 'kableExtra'
## The following object is masked from 'package:dplyr':
##
## group_rows
## Length Class Mode
## Title 1 -none- character
## Year 1 -none- character
## Rated 1 -none- character
## Released 1 -none- character
## Runtime 1 -none- character
## Genre 1 -none- character
## Director 1 -none- character
## Writer 1 -none- character
## Actors 1 -none- character
## Plot 1 -none- character
## Language 1 -none- character
## Country 1 -none- character
## Awards 1 -none- character
## Poster 1 -none- character
## Ratings 2 data.frame list
## Metascore 1 -none- character
## imdbRating 1 -none- character
## imdbVotes 1 -none- character
## imdbID 1 -none- character
## Type 1 -none- character
## DVD 1 -none- character
## BoxOffice 1 -none- character
## Production 1 -none- character
## Website 1 -none- character
## Response 1 -none- character