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
We can fetch the details regarding TV show credits, images, and videos by using the same methods as we used for movies. The input query parameters for the endpoint URL and the output response fields 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
with tv
and the ID, movie_id
, with tv_id
in the endpoint URL.
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 1400+ tech skills courses.