Is it possible to do this? I.e., something like:
https://api.themoviedb.org/3/movie/476669?append_to_response=alternative_titles,credits,external_ids,images,keywords,videos,**collections**
...but this doesn't seem to have much effect. I get belongs_to_collection, but it's minimal.
Actually, I just want the name and overview attributes, and it would be nice to avoid making another call to the TMDB API collection endpoint.
Thanks !
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 12 i de 2025 a les 11:00 A.M.
Hi @mrob,
Unfortunately, no, nothing like that is possible. You’ll have to make the additional request.
Resposta per mrob
el 12 i de 2025 a les 4:42 P.M.
OK, thanks !