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.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
ticao2 š§š· pt-BR Erabiltzailearen Erantzuna
Apirila 14, 2025 egunean 10:40 AM(e)tan
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
robert3237 Erabiltzailearen Erantzuna
Apirila 14, 2025 egunean 11:05 AM(e)tan
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!
ticao2 š§š· pt-BR Erabiltzailearen Erantzuna
Apirila 14, 2025 egunean 11:28 AM(e)tan
"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: