Hi there
First of all, thanks for the great API and documentation.
I was wondering why there's no option to check (or limit) the runtime in the discover/movie section of the API. To me, personally, this seems like a logical thing to query for too. Would this be hard to implement? Just throwing this idea out there :)
Thanks!
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 3 de xuño do 2015 ás 10:17PM
Hi Nick,
Nope, not that hard at all ;) I've created a new ticket for this here and will look at it when I have some time.
Cheers.
Resposta de nickdenys
no 4 de xuño do 2015 ás 3:10AM
Hey Travis
Thanks for the quick reply. Looking forward to it :)
Cheers
Resposta de Travis Bell
no 17 de outubro do 2016 ás 4:25PM
This has been implemented, docs are located here: https://developers.themoviedb.org/3/discover/movie-discover
Resposta de afroberts
no 8 de febreiro do 2017 ás 2:16PM
Hi Travis, has "runtime" since been deleted from the API?
Resposta de Travis Bell
no 8 de febreiro do 2017 ás 6:59PM
Hi @afroberts No, the
with_runtime.lte
andwith_runtime.gte
filters are both still available on discover.Resposta de JoshPauls
no 8 de abril do 2017 ás 5:40AM
But it is not possible to return the field 'Runtime' in order to display it, only to filter films by their runtime?
Resposta de afroberts
no 8 de abril do 2017 ás 5:46AM
Runtime can be returned through movie_id: https://developers.themoviedb.org/3/movies
Resposta de raszti
no 24 de xullo do 2018 ás 9:43PM
Why there is no option to show the movie Runtime in discover mode? I think that is just as much important as filtering them by runtime. If I want to create a movie list with just basic movie data I have to do another request for every single movie with their IDs just to get the Runtime. It is just as necessary as the genre of the movie and that data is accessable, not just as a filter. Is there any plan to implement it in the future?
Resposta de Travis Bell
no 30 de xullo do 2018 ás 12:48PM
Hi @raszti,
Unfortunately there are no plans to include the runtime field as a default field in list responses.
Resposta de lnfernandobr
no 17 de xaneiro do 2019 ás 9:45AM
already implemented?
Resposta de Travis Bell
no 19 de xaneiro do 2019 ás 2:11PM
I do not have any intention on providing the runtime in the list results, but it is available as a filter on discover. See my post above with regards to
with_runtime.lte
andwith_runtime.gte
.