append_to_reponse
parameter to some queries that support it, let's take https://api.themoviedb.org/3/movie/76341
images&include_image_language=en,null
, videos&language=en
https://api.themoviedb.org/3/movie/76341?append_to_reponse=images&include_image_language=en,null(,|& - didn't work)videso&language=en
.Here is the question, is it even possible to create main query with two or more additional parametrized queries or not?
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no ticao2 🇧🇷 pt-BR
on decembris 23, 2022 at 6:48 AM
I think so.
Your API Request has some minor errors.
videso and maybe language setting of the trailers.
Test this one:
Atbilde no Travis Bell
on decembris 23, 2022 at 11:23 AM
Yup, @ticao2 is correct. Your query isn't being assembled correctly, take a look at his example and you'll see how the pieces connect.
Cheers.