The Movie Database Support Forum

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.

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden