/ 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 ?
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 8 febbraio, 2017 alle 7:01PM
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.Risposta da Miguel
il 9 febbraio, 2017 alle 3:12AM
okay. Thanks Travis, I was misunderstanding him then. Regards.