Hi, I would like to apply append_to_response=genres,credits on this api: https://api.themoviedb.org/3/discover/tv?api_key={api_key}
but I can't, my goal is to display the discovery tv with the actors of each film as well as their genres because for the discovery it only displays genre_ids.
example: https://api.themoviedb.org/3/discover/tv?api_key={api_key}&append_to_response=genres,credits
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 February 17, 2022 at 9:01 AM
API Discover Request does not support the append_to_response feature.
See here on the page with the explanations.
https://developers.themoviedb.org/3/getting-started/append-to-response
Only supported for details of: Movie, TV Show, TV Season, TV Episode and Person.
It's not possible.