TV Show Cast, Images and Videos
Learn and practice how to get the credits, images, and videos of a TV show using TMDB API.
We'll cover the following
Note: We can get the credits, images, and videos for the TV shows by using the same methods as movies. The input and output are exactly the same. Check here for the details of movie credits and movie images and videos. We just need to replace the word
movie
withtv
and the ID,movie_id
, withtv_id
.
TV show credits
The TV credits endpoint is used to get a list of credits of a TV show, that is, the cast and crew of a TV show. The endpoint takes an integer path parameter tv_id
and returns the credits list in a single JSON response.
Get hands-on with 1200+ tech skills courses.