is it possible to get with one api call the following: tv show details, list of actors/actress, directors, writers, seasons, episodes for each season eg: https://api.themoviedb.org/3/search/tv?query=Magnum&api_key=
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 April 14, 2025 at 9:40 AM
Using "Search" is not possible.
Only items listed under "Response" on the page.
https://developer.themoviedb.org/reference/search-tv
Getting Movie, TV Show and People Details, you can use "append_to_response" feature.
https://developer.themoviedb.org/reference/tv-series-details
https://developer.themoviedb.org/docs/append-to-response
Reply by robert3237
on April 14, 2025 at 10:05 AM
appreciate your help!
i have tried this: https://api.themoviedb.org/3/tv/734?combined_credits&language=en-US&api_key=&append_to_response=videos
returns almost everything i am needing, except, actors/actress, under seasons the episodes??
could i trouble you to point out what else may go into the api call???
appreciate your time!
Reply by ticao2 š§š· pt-BR
on April 14, 2025 at 10:28 AM
"Combined Credits" is for People.
https://developer.themoviedb.org/reference/person-combined-credits
For Series it is "Aggregate Credits".
https://developer.themoviedb.org/reference/tv-series-aggregate-credits
And the "append_to_response" feature only works on Details.
For example: