| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.results |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Artwork> |
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
ResultList<MovieBasic> |
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
Integer page)
This method is used to retrieve the movies associated with a company.
|
ResultList<MovieBasic> |
TheMovieDbApi.getDiscoverMovies(Discover discover)
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
|
ResultList<TVBasic> |
TheMovieDbApi.getDiscoverTV(Discover discover)
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getEpisodeChanges(int episodeID,
String startDate,
String endDate)
Look up a TV episode's changes by episode ID
|
ResultList<Artwork> |
TheMovieDbApi.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
|
ResultList<Video> |
TheMovieDbApi.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
|
ResultList<MovieBasic> |
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
|
ResultList<TVBasic> |
TheMovieDbApi.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
|
ResultList<Genre> |
TheMovieDbApi.getGenreMovieList(String language)
Get the list of Movie genres.
|
ResultList<MovieBasic> |
TheMovieDbApi.getGenreMovies(int genreId,
String language,
Integer page,
Boolean includeAllMovies,
Boolean includeAdult)
Get a list of movies per genre.
|
ResultList<Genre> |
TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
|
ResultList<MovieBasic> |
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
ResultList<JobDepartment> |
TheMovieDbApi.getJobs()
Get a list of valid jobs
|
ResultList<MovieBasic> |
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
Integer page)
Get the list of movies for a particular keyword by id.
|
ResultList<AlternativeTitle> |
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country)
This method is used to retrieve all of the alternative titles we have for
a particular movie.
|
ResultList<ChangeListItem> |
TheMovieDbApi.getMovieChangeList(Integer page,
String startDate,
String endDate)
Get a list of Movie IDs that have been edited.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie ID.
|
ResultList<Artwork> |
TheMovieDbApi.getMovieImages(int movieId,
String language)
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
|
ResultList<Keyword> |
TheMovieDbApi.getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
|
ResultList<UserList> |
TheMovieDbApi.getMovieLists(int movieId,
Integer page,
String language)
Get the lists that the movie belongs to
|
ResultList<ReleaseInfo> |
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language)
This method is used to retrieve all of the release and certification data
we have for a specific movie.
|
ResultList<Review> |
TheMovieDbApi.getMovieReviews(int movieId,
Integer page,
String language)
Get the reviews for a particular movie id.
|
ResultList<Translation> |
TheMovieDbApi.getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for
a specific movie.
|
ResultList<Video> |
TheMovieDbApi.getMovieVideos(int movieId,
String language)
This method is used to retrieve all of the trailers for a particular
movie.
|
ResultList<MovieInfo> |
TheMovieDbApi.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
|
ResultList<ChangeListItem> |
TheMovieDbApi.getPersonChangeList(Integer page,
String startDate,
String endDate)
Get a list of PersonInfo IDs that have been edited.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
|
ResultList<Artwork> |
TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
|
ResultList<PersonFind> |
TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<ArtworkMedia> |
TheMovieDbApi.getPersonTaggedImages(int personId,
Integer page,
String language)
Get the images that have been tagged with a specific person id.
|
ResultList<MovieInfo> |
TheMovieDbApi.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
|
ResultList<MovieBasic> |
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated movies (and associated rating) for an account.
|
ResultList<TVBasic> |
TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated TV shows (and associated rating) for an account.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
|
ResultList<Artwork> |
TheMovieDbApi.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
ResultList<Video> |
TheMovieDbApi.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
|
ResultList<MovieInfo> |
TheMovieDbApi.getSimilarMovies(int movieId,
Integer page,
String language)
The similar movies method will let you retrieve the similar movies for a
particular movie.
|
ResultList<MovieInfo> |
TheMovieDbApi.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVAiringToday(Integer page,
String language,
String timezone)
Get the list of TV shows that air today.
|
ResultList<AlternativeTitle> |
TheMovieDbApi.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
|
ResultList<ChangeListItem> |
TheMovieDbApi.getTvChangeList(Integer page,
String startDate,
String endDate)
Get a list of TV IDs that have been edited.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getTVChanges(int tvID,
String startDate,
String endDate)
Get the changes for a specific TV show id.
|
ResultList<ContentRating> |
TheMovieDbApi.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
|
ResultList<Artwork> |
TheMovieDbApi.getTVImages(int tvID,
String language,
String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
|
ResultList<Keyword> |
TheMovieDbApi.getTVKeywords(int tvID)
Get the plot keywords for a specific TV show id.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVSimilar(int tvID,
Integer page,
String language)
Get the similar TV shows for a specific tv id.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
|
ResultList<Translation> |
TheMovieDbApi.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
|
ResultList<Video> |
TheMovieDbApi.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
|
ResultList<MovieInfo> |
TheMovieDbApi.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
|
ResultList<UserList> |
TheMovieDbApi.getUserLists(String sessionId,
int accountId)
Get all lists of a given user
|
ResultList<MovieBasic> |
TheMovieDbApi.getWatchListMovie(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watchlist.
|
ResultList<TVBasic> |
TheMovieDbApi.getWatchListTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watchlist.
|
ResultList<Collection> |
TheMovieDbApi.searchCollection(String query,
Integer page,
String language)
Search for collections by name.
|
ResultList<Company> |
TheMovieDbApi.searchCompanies(String query,
Integer page)
Search Companies.
|
ResultList<Keyword> |
TheMovieDbApi.searchKeyword(String query,
Integer page)
Search for keywords by name
|
ResultList<MovieInfo> |
TheMovieDbApi.searchMovie(String query,
Integer page,
String language,
Boolean includeAdult,
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
Search Movies This is a good starting point to start finding movies on
TMDb.
|
ResultList<MediaBasic> |
TheMovieDbApi.searchMulti(String query,
Integer page,
String language,
Boolean includeAdult)
Search the movie, tv show and person collections with a single query.
|
ResultList<PersonFind> |
TheMovieDbApi.searchPeople(String query,
Integer page,
Boolean includeAdult,
SearchType searchType)
This is a good starting point to start finding people on TMDb.
|
ResultList<TVBasic> |
TheMovieDbApi.searchTV(String query,
Integer page,
String language,
Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeListItem> |
TmdbChanges.getChangeList(MethodBase method,
Integer page,
String startDate,
String endDate)
Get a list of Media IDs that have been edited.
|
ResultList<Artwork> |
TmdbCollections.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
ResultList<MovieBasic> |
TmdbCompanies.getCompanyMovies(int companyId,
String language,
Integer page)
This method is used to retrieve the movies associated with a company.
|
ResultList<MovieBasic> |
TmdbDiscover.getDiscoverMovies(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
ResultList<TVBasic> |
TmdbDiscover.getDiscoverTV(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
ResultList<ChangeKeyItem> |
TmdbEpisodes.getEpisodeChanges(int episodeID,
String startDate,
String endDate)
Look up a TV episode's changes by episode ID
|
ResultList<Artwork> |
TmdbEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
|
ResultList<Video> |
TmdbEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
|
ResultList<MovieBasic> |
TmdbAccount.getFavoriteMovies(String sessionId,
int accountId)
Get the list of favorite movies for an account.
|
ResultList<TVBasic> |
TmdbAccount.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
|
ResultList<Genre> |
TmdbGenres.getGenreMovieList(String language)
Get the list of movie genres.
|
ResultList<MovieBasic> |
TmdbGenres.getGenreMovies(int genreId,
String language,
Integer page,
Boolean includeAllMovies,
Boolean includeAdult)
Get the list of movies for a particular genre by id.
|
ResultList<Genre> |
TmdbGenres.getGenreTVList(String language)
Get the list of TV genres.
|
ResultList<MovieBasic> |
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
ResultList<JobDepartment> |
TmdbConfiguration.getJobs()
Get a list of valid jobs
|
ResultList<MovieBasic> |
TmdbKeywords.getKeywordMovies(String keywordId,
String language,
Integer page)
Get the list of movies for a particular keyword by id.
|
protected ResultList<ChangeKeyItem> |
AbstractMethod.getMediaChanges(int mediaID,
String startDate,
String endDate)
Look up the media's changes by ID
|
ResultList<AlternativeTitle> |
TmdbMovies.getMovieAlternativeTitles(int movieId,
String country)
This method is used to retrieve all of the alternative titles we have for a particular movie.
|
ResultList<ChangeKeyItem> |
TmdbMovies.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie ID.
|
ResultList<Artwork> |
TmdbMovies.getMovieImages(int movieId,
String language)
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
|
ResultList<Keyword> |
TmdbMovies.getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added to a particular movie.
|
ResultList<UserList> |
TmdbMovies.getMovieLists(int movieId,
Integer page,
String language)
Get the lists that the movie belongs to
|
ResultList<ReleaseInfo> |
TmdbMovies.getMovieReleaseInfo(int movieId,
String language)
This method is used to retrieve all of the release and certification data we have for a specific movie.
|
ResultList<Review> |
TmdbMovies.getMovieReviews(int movieId,
Integer page,
String language)
Get the reviews for a particular movie id.
|
ResultList<Translation> |
TmdbMovies.getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for a specific movie.
|
ResultList<Video> |
TmdbMovies.getMovieVideos(int movieId,
String language)
This method is used to retrieve all of the trailers for a particular movie.
|
ResultList<MovieInfo> |
TmdbMovies.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
|
ResultList<ChangeKeyItem> |
TmdbPeople.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
|
ResultList<Artwork> |
TmdbPeople.getPersonImages(int personId)
Get the images for a specific person id.
|
ResultList<PersonFind> |
TmdbPeople.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<ArtworkMedia> |
TmdbPeople.getPersonTaggedImages(int personId,
Integer page,
String language)
Get the images that have been tagged with a specific person id.
|
ResultList<MovieInfo> |
TmdbMovies.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
|
ResultList<MovieBasic> |
TmdbAccount.getRatedMovies(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated movies (and associated rating) for an account.
|
ResultList<TVBasic> |
TmdbAccount.getRatedTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated TV shows (and associated rating) for an account.
|
ResultList<ReleaseDates> |
TmdbMovies.getReleaseDates(int movieId)
Get the release dates, certifications and related information by country for a specific movie id.
|
ResultList<ChangeKeyItem> |
TmdbSeasons.getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
|
ResultList<Artwork> |
TmdbSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
ResultList<Video> |
TmdbSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers, etc...)
|
ResultList<MovieInfo> |
TmdbMovies.getSimilarMovies(int movieId,
Integer page,
String language)
The similar movies method will let you retrieve the similar movies for a particular movie.
|
ResultList<MovieInfo> |
TmdbMovies.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
|
ResultList<TVInfo> |
TmdbTV.getTVAiringToday(Integer page,
String language,
String timezone)
Get the list of TV shows that air today.
|
ResultList<AlternativeTitle> |
TmdbTV.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
|
ResultList<ChangeKeyItem> |
TmdbTV.getTVChanges(int tvID,
String startDate,
String endDate)
Get the changes for a specific TV show id.
|
ResultList<ContentRating> |
TmdbTV.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
|
ResultList<Artwork> |
TmdbTV.getTVImages(int tvID,
String language,
String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
|
ResultList<Keyword> |
TmdbTV.getTVKeywords(int tvID)
Get the plot keywords for a specific TV show id.
|
ResultList<TVInfo> |
TmdbTV.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
|
ResultList<TVInfo> |
TmdbTV.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
|
ResultList<TVInfo> |
TmdbTV.getTVSimilar(int tvID,
Integer page,
String language)
Get the similar TV shows for a specific tv id.
|
ResultList<TVInfo> |
TmdbTV.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
|
ResultList<Translation> |
TmdbTV.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
|
ResultList<Video> |
TmdbTV.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
|
ResultList<MovieInfo> |
TmdbMovies.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
|
ResultList<UserList> |
TmdbAccount.getUserLists(String sessionId,
int accountId)
Get all lists of a given user
|
ResultList<MovieBasic> |
TmdbAccount.getWatchListMovie(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watch list.
|
ResultList<TVBasic> |
TmdbAccount.getWatchListTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watch list.
|
ResultList<Collection> |
TmdbSearch.searchCollection(String query,
Integer page,
String language)
Search for collections by name.
|
ResultList<Company> |
TmdbSearch.searchCompanies(String query,
Integer page)
Search Companies.
|
ResultList<Keyword> |
TmdbSearch.searchKeyword(String query,
Integer page)
Search for keywords by name
|
ResultList<MovieInfo> |
TmdbSearch.searchMovie(String query,
Integer page,
String language,
Boolean includeAdult,
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
Search Movies This is a good starting point to start finding movies on TMDb.
|
ResultList<MediaBasic> |
TmdbSearch.searchMulti(String query,
Integer page,
String language,
Boolean includeAdult)
Search the movie, tv show and person collections with a single query.
|
ResultList<PersonFind> |
TmdbSearch.searchPeople(String query,
Integer page,
Boolean includeAdult,
SearchType searchType)
This is a good starting point to start finding people on TMDb.
|
ResultList<TVBasic> |
TmdbSearch.searchTV(String query,
Integer page,
String language,
Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<T> |
WrapperGenericList.getResultsList() |
Copyright © 2012–2017. All rights reserved.