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=
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أبريل 14, 2025 في 10:40 صباحا
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
بتاريخ أبريل 14, 2025 في 11:05 صباحا
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
بتاريخ أبريل 14, 2025 في 11:28 صباحا
"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: