Hey guys,
Just started using the API and I'm interested in getting a films box office/budget stats.
Currently I am querying the API as below:
return {
"title": movie.get('title'),
"year": release_year,
"rating": movie.get('vote_average'),
"genre": genre_names,
"actors": get_movie_cast(movie['id'], api_key),
"gross": movie.get('revenue'),
"budget": movie.get('budget')
}
and printing out the return in JSON format to see if its in the movie object
Movie details:
{
"adult": false,
"backdrop_path": "/tmU7GeKVybMWFButWEGl2M4GeiP.jpg",
"genre_ids": [
18,
80
],
"id": 238,
"original_language": "en",
"original_title": "The Godfather",
"overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.",
"popularity": 114.857,
"poster_path": "/3bhkrj58Vtu7enYsRolD1fZdja1.jpg",
"release_date": "1972-03-14",
"title": "The Godfather",
"video": false,
"vote_average": 8.7,
"vote_count": 19573
}
Anyone know where I can access the budget/box office stats from as they don't seem contained in the movie object.
Thanks in advance.
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?