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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on June 3, 2015 at 10:17 PM
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.
Reply by nickdenys
on June 4, 2015 at 3:10 AM
Hey Travis
Thanks for the quick reply. Looking forward to it :)
Cheers
Reply by Travis Bell
on October 17, 2016 at 4:25 PM
This has been implemented, docs are located here: https://developers.themoviedb.org/3/discover/movie-discover
Reply by afroberts
on February 8, 2017 at 2:16 PM
Hi Travis, has "runtime" since been deleted from the API?
Reply by Travis Bell
on February 8, 2017 at 6:59 PM
Hi @afroberts No, the
with_runtime.lte
andwith_runtime.gte
filters are both still available on discover.Reply by JoshPauls
on April 8, 2017 at 5:40 AM
But it is not possible to return the field 'Runtime' in order to display it, only to filter films by their runtime?
Reply by afroberts
on April 8, 2017 at 5:46 AM
Runtime can be returned through movie_id: https://developers.themoviedb.org/3/movies
Reply by raszti
on July 24, 2018 at 9:43 PM
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?
Reply by Travis Bell
on July 30, 2018 at 12:48 PM
Hi @raszti,
Unfortunately there are no plans to include the runtime field as a default field in list responses.
Reply by lnfernandobr
on January 17, 2019 at 9:45 AM
already implemented?
Reply by Travis Bell
on January 19, 2019 at 2:11 PM
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
.