/ 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 ?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 8 février 2017 à 19h01
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.Réponse de Miguel
le 9 février 2017 à 03h12
okay. Thanks Travis, I was misunderstanding him then. Regards.