The Movie Database Support Forum

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=

3 Antworten (Seite 1 von 1)

Jump to last post

@robert3237 said:
make 1 api call for all data??
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=

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

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!

@robert3237 said:
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!

"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:

https://api.themoviedb.org/3/tv/734?api_key=THE_KEY&language=en-US&append_to_response=aggregate_credits,videos

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden