Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blakejoy/tmdb-ts
/ functions
Functions
160 in github.com/blakejoy/tmdb-ts
⨍
Functions
160
◇
Types & classes
220
Method
latest
* Get the most newly created person. This is a live response and will continuously change. * * @see https://developer.themoviedb.org/reference/p
src/endpoints/people.ts:173
Method
latest
* Get the most newly created movie. This is a live response and will continuously change. * * @see https://developer.themoviedb.org/reference/mo
src/endpoints/movies.ts:268
Method
latest
* Get the most newly created TV show. This is a live response and will continuously change. * * @see https://developer.themoviedb.org/reference/
src/endpoints/tv-shows.ts:307
Method
lists
* Get the lists that a movie has been added to. * * @param id - The movie ID. * @param options - Language and pagination options. * @see h
src/endpoints/movies.ts:163
Method
movie
* Find movies using over 30 filters and sort options. * * @param options - Filter and sort options for movie discovery. * @see https://develo
src/endpoints/discover.ts:22
Method
movieCredits
* Get the movie credits for a person. * * @param id - The person ID. * @param options - Language options. * @see https://developer.themovi
src/endpoints/people.ts:77
Method
movies
()
src/tmdb.ts:74
Method
movies
* Get a list of all of the movie IDs that have been changed in the past 24 hours. * * @param options - Filter by start/end date and page. * @
src/endpoints/changes.ts:18
Method
movies
* Get an up-to-date list of the officially supported movie certifications on TMDB. * * @see https://developer.themoviedb.org/reference/certifica
src/endpoints/certification.ts:17
Method
movies
* Search for movies by title. * * @param options - Search query with optional year, language, region, and adult content filters. * @see https
src/endpoints/search.ts:105
Method
movies
* Get the list of official genres for movies. * * @param options - Language options. * @see https://developer.themoviedb.org/reference/genre-
src/endpoints/genre.ts:22
Method
multi
* Search for movies, TV shows, and people in a single request. * * @param options - Search query with optional language and adult content filter
src/endpoints/search.ts:135
Method
networks
()
src/tmdb.ts:62
Method
nowPlaying
* Get a list of movies that are currently in theatres. * * @param options - Page, language, and region options. * @see https://developer.them
src/endpoints/movies.ts:278
Method
onTheAir
* Get a list of TV shows that air in the next 7 days. * * @param options - Page, language, and timezone options. * @see https://developer.the
src/endpoints/tv-shows.ts:317
Method
people
()
src/tmdb.ts:90
Method
people
* Search for people by name. * * @param options - Search query with optional language and adult content filters. * @see https://developer.the
src/endpoints/search.ts:115
Method
person
* Get a list of all of the person IDs that have been changed in the past 24 hours. * * @param options - Filter by start/end date and page. *
src/endpoints/changes.ts:38
Method
popular
* Get a list of people ordered by popularity. * * @param options - Language and pagination options. * @see https://developer.themoviedb.org/r
src/endpoints/people.ts:183
Method
popular
* Get a list of movies ordered by popularity. * * @param options - Language and pagination options. * @see https://developer.themoviedb.org/r
src/endpoints/movies.ts:293
Method
popular
* Get a list of TV shows ordered by popularity. * * @param options - Page and language options. * @see https://developer.themoviedb.org/refer
src/endpoints/tv-shows.ts:344
Method
recommendations
* Get a list of recommended movies for a movie. * * @param id - The movie ID. * @param options - Language and pagination options. * @see h
src/endpoints/movies.ts:177
Method
recommendations
* Get a list of recommended TV shows for a TV show. * * @param id - The TV show ID. * @param options - Language and pagination options. *
src/endpoints/tv-shows.ts:209
Method
releaseDates
* Get the release dates and certifications for a movie. * * @param id - The movie ID. * @see https://developer.themoviedb.org/reference/movie
src/endpoints/movies.ts:193
Method
review
()
src/tmdb.ts:94
Method
reviews
* Get the user reviews for a movie. * * @param id - The movie ID. * @param options - Language and pagination options. * @see https://devel
src/endpoints/movies.ts:206
Method
reviews
* Get the user reviews for a TV show. * * @param id - The TV show ID. * @param options - Language and pagination options. * @see https://d
src/endpoints/tv-shows.ts:226
Method
screenedTheatrically
* Get a list of seasons or episodes that have been screened theatrically. * * @param id - The TV show ID. * @see https://developer.themoviedb
src/endpoints/tv-shows.ts:239
Method
search
()
src/tmdb.ts:66
Method
season
* Get the details of a TV show season. * * @param tvId - The TV show ID. * @param seasonNumber - The season number. * @see https://develop
src/endpoints/tv-shows.ts:148
Method
similar
* Get a list of similar movies. This is not the same as the "Recommendation" system. * * @param id - The movie ID. * @param options - Languag
src/endpoints/movies.ts:220
Method
similar
* Get a list of similar TV shows. This is not the same as the "Recommendation" system. * * @param id - The TV show ID. * @param options - Lan
src/endpoints/tv-shows.ts:252
Method
taggedImages
* Get the tagged images for a person. * * @deprecated * @param id - The person ID. * @param options - Pagination options. * @see https:
src/endpoints/people.ts:149
Method
topRated
* Get a list of movies ordered by rating. * * @param options - Page, language, and region options. * @see https://developer.themoviedb.org/re
src/endpoints/movies.ts:303
Method
topRated
* Get a list of TV shows ordered by rating. * * @param options - Page and language options. * @see https://developer.themoviedb.org/reference
src/endpoints/tv-shows.ts:356
Method
translation
* Get the translations for a person. * * @param id - The person ID. * @see https://developer.themoviedb.org/reference/person-translations
src/endpoints/people.ts:162
Method
translations
* Get the translations for a TV season. * * @param seasonSelection - The TV show ID and season number. * @param options - Language options.
src/endpoints/tv-seasons.ts:179
Method
translations
* Get the list of translations for a collection. * * @param id - The collection ID. * @param options - Language options. * @see https://de
src/endpoints/collections.ts:65
Method
translations
* Get the translations for a TV episode. * * @param episodeSelection - The TV show ID, season number, and episode number. * @see https://deve
src/endpoints/tv-episode.ts:133
Method
translations
* Get the translations for a movie. * * @param id - The movie ID. * @see https://developer.themoviedb.org/reference/movie-translations
src/endpoints/movies.ts:236
Method
translations
* Get the translations for a TV show. * * @param id - The TV show ID. * @see https://developer.themoviedb.org/reference/tv-series-translation
src/endpoints/tv-shows.ts:268
Method
trending
()
src/tmdb.ts:98
Method
trending
* Get the trending movies, TV shows, or people. * * @param mediaType - The type of media to get trending results for (all, movie, tv, person).
src/endpoints/trending.ts:23
Method
tvEpisode
()
src/tmdb.ts:82
Method
tvSeasons
()
src/tmdb.ts:114
Method
tvShow
* Find TV shows using over 30 filters and sort options. * * @param options - Filter and sort options for TV show discovery. * @see https://de
src/endpoints/discover.ts:35
Method
tvShowCredits
* Get the TV show credits for a person. * * @param id - The person ID. * @param options - Language options. * @see https://developer.themo
src/endpoints/people.ts:94
Method
tvShows
()
src/tmdb.ts:78
Method
tvShows
* Get a list of all of the TV show IDs that have been changed in the past 24 hours. * * @param options - Filter by start/end date and page. *
src/endpoints/changes.ts:28
Method
tvShows
* Get an up-to-date list of the officially supported TV show certifications on TMDB. * * @see https://developer.themoviedb.org/reference/certifi
src/endpoints/certification.ts:26
Method
tvShows
* Search for TV shows by title. * * @param options - Search query with optional year, language, and adult content filters. * @see https://dev
src/endpoints/search.ts:125
Method
tvShows
* Get the list of official genres for TV shows. * * @param options - Language options. * @see https://developer.themoviedb.org/reference/genr
src/endpoints/genre.ts:32
Method
upcoming
* Get a list of movies that are being released soon. * * @param options - Page, language, and region options. * @see https://developer.themov
src/endpoints/movies.ts:318
Method
videos
* Get the videos that have been added to a TV season (trailers, teasers, etc.). * * @param seasonSelection - The TV show ID and season number.
src/endpoints/tv-seasons.ts:158
Method
videos
* Get the videos that have been added to a TV episode (trailers, teasers, clips, etc.). * * @param episodeSelection - The TV show ID, season num
src/endpoints/tv-episode.ts:146
Method
videos
* Get the videos that have been added to a movie (trailers, teasers, clips, etc.). * * @param id - The movie ID. * @param options - Language
src/endpoints/movies.ts:247
Method
videos
* Get the videos that have been added to a TV show (trailers, teasers, clips, etc.). * * @param id - The TV show ID. * @param options - Langu
src/endpoints/tv-shows.ts:279
Method
watchProviders
()
src/tmdb.ts:118
Method
watchProviders
* Get the watch providers (streaming, rent, buy) for a movie. Powered by JustWatch. * * @param id - The movie ID. * @see https://developer.th
src/endpoints/movies.ts:257
Method
watchProviders
* Get the watch providers (streaming, rent, buy) for a TV show. Powered by JustWatch. * * @param id - The TV show ID. * @see https://develope
src/endpoints/tv-shows.ts:296
← previous
101–160 of 160, ranked by callers