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=
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 14 de abril do 2025 ás 10:40AM
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
Resposta de robert3237
no 14 de abril do 2025 ás 11:05AM
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!
Resposta de ticao2 🇧🇷 pt-BR
no 14 de abril do 2025 ás 11:28AM
"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: