The Movie Database Support

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

1 reply (on page 1 of 1)

• Jump to last post

@akaelisee said:
append_to_response credits and genres
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

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.

display the discovery tv with the actors of each film as well as their genres

It's not possible.

Can't find a movie or TV show? Login to create it.

Want to rate or add this item to a list?

Login