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?
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 ticao2 π§π· pt-BR
on December 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:
Reply by Travis Bell
on December 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.