/ Discover / movie with flag "include_video = true" , list movies with "video:false"
Example:
https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=true&page=2
"id": 284052,
"original_title": "Doctor Strange",
"original_language": "en",
"title": "Doctor Strange",
"backdrop_path": "/tFI8VLMgSTTU38i8TIsklfqS9Nl.jpg",
"popularity": 19.669496,
"vote_count": 1918,
"video": false,
"vote_average": 6.7
Why ?
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 February 8, 2017 at 7:01 PM
Hi MIguel,
The
include_video
filter simply includes video entries. Doctor Strange is not a video entry, so it will be included. You can read more about what a "video" is here on TMDb, by reading this document.Reply by Miguel
on February 9, 2017 at 3:12 AM
okay. Thanks Travis, I was misunderstanding him then. Regards.