The Movie Database Support Forum

Is there a way to retrieve the duration of a movie through the API?

21 Antworten (Seite 1 von 2)

Jump to last post

Nächste SeiteLetzte Seite

Hi beanland,

There is via the full info methods. The runtime field will be returned:

https://api.themoviedb.org/3/movie/550?api_key=###

Cheers.

Thank you! I must have been looking for a field with a different name.

No problem ;)

Is it normal that all the movies I have , have no runtime field?

Hi, sometimes runtime information is missing for whatever reason, but maybe if you post one or more examples of movies without runtime fields, we can try to figure out what's going on there. :-)

here is a list of some movies without runtime,

  • id:'718930' title :'Bullet Train'
  • id:'301502' title :'Blonde'
  • id:'616037' title :'Thor : Love and Thunder'
  • id:'1029119' title :'Minions & More Volume 1'
  • id:'429473' title :'Lou'
  • id:'744276' title :'After : Chapitre 4'
  • id:'852046' title :'Athena'
  • id:'916605' title :'The Infernal Machine'
  • id:'985939' title :'Fall'
  • id:'361743' title :'Top Gun: Maverick'

The duration of a movie is a language dependent field, like the title. Did you check on the site that, in the language you are making your request, a duration is available.

Strange. Bullet Train doesn't have a Malay translation on this site, yet the runtime is still returned when I set language=ms-MY:

https://api.themoviedb.org/3/movie/718930?api_key=KEY_GOES_HERE&language=ms-MY

I'm talking of existing translations with an empty duration field.

If you ask for a non-existent translation, the system will default to an existing one.

In that case, I don't understand why if I ask for language=ja-JP, it still returns a runtime even though Bullet Train has an existing Japanese translation with an empty duration field:

https://api.themoviedb.org/3/movie/718930?api_key=KEY_GOES_HERE&language=ja-JP

There maybe fallbacks in some cases, but the normal return value in that case is either null or the absence of the field, as written in the API documentation.

Hey @superboy97, I'm pretty sure the API does fall back now on the main details call, so there should always be a value unless you're looking at the translation data, which will show you the individual values.

I can't update the docs since the current version of Stoplight we're using has been EOL'd and is read only. I haven't found the time to get things migrated to a new system yet.

In that case, @orestegabo , if you want more help, you need to post here the exact query you are using (just replace your API key with a generic text like "API_KEY") and the result you get.

Thank you everyone for help, i have tried to resolve the issue, and I'm getting the runtime from

https://api.themoviedb.org/3/movie/718930?api_key=###&language=fr

But when i'm trying to display it inside my Scaffold, it doenst show anything, but the when printing in the console, it show the real value It is rather displaying the initial value of _runtime inside the Scaffold, which means that it is probably displaying the value of _runtie inside the Scaffold before receiving the real data , and then after don't update inside the Scaffold.

Is there anyone to suggest the answer ?

I don't know Scaffold, so I can't help you on this.

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