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=
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de ticao2 🇧🇷 pt-BR
le 14 avril 2025 à 16h40
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
Réponse de robert3237
le 14 avril 2025 à 17h05
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!
Réponse de ticao2 🇧🇷 pt-BR
le 14 avril 2025 à 17h28
"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: