StatusCode |
-TheMovieDbApi.addItemToList(String sessionId,
- String listId,
- Integer mediaId)
+ | TheMovieDbApi.addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
This method lets users add new items to a list that they created.
|
StatusCode |
-TheMovieDbApi.addToWatchList(String sessionId,
+TheMovieDbApi.addToWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
Add a movie to an accounts watch list.
|
|
boolean |
-TheMovieDbApi.checkItemStatus(String listId,
- Integer mediaId)
+ | TheMovieDbApi.checkItemStatus(String listId,
+ Integer mediaId)
Check to see if an item is already on a list.
|
-URL |
-TheMovieDbApi.createImageUrl(String imagePath,
- String requiredSize)
+ | URL |
+TheMovieDbApi.createImageUrl(String imagePath,
+ String requiredSize)
Generate the full image URL from the size and image path
|
-String |
-TheMovieDbApi.createList(String sessionId,
- String name,
- String description)
+ | String |
+TheMovieDbApi.createList(String sessionId,
+ String name,
+ String description)
This method lets users create a new list.
|
StatusCode |
-TheMovieDbApi.deleteList(String sessionId,
- String listId)
+ | TheMovieDbApi.deleteList(String sessionId,
+ String listId)
This method lets users delete a list that they created.
|
FindResults |
-TheMovieDbApi.find(String id,
+TheMovieDbApi.find(String id,
ExternalSource externalSource,
- String language)
-You con use this method to find movies, tv series or persons using external ids.
+ String language)
+You con use this method to find movies, tv series or persons using
+ external ids.
|
|
Account |
-TheMovieDbApi.getAccount(String sessionId)
+ | TheMovieDbApi.getAccount(String sessionId)
Get the basic information for an account.
|
TokenAuthorisation |
-TheMovieDbApi.getAuthorisationToken()
-This method is used to generate a valid request token for user based authentication.
+ | TheMovieDbApi.getAuthorisationToken()
+This method is used to generate a valid request token for user based
+ authentication.
|
ResultList<Artwork> |
-TheMovieDbApi.getCollectionImages(int collectionId,
- String language)
+ | TheMovieDbApi.getCollectionImages(int collectionId,
+ String language)
Get all of the images for a particular collection by collection id.
|
CollectionInfo |
-TheMovieDbApi.getCollectionInfo(int collectionId,
- String language)
-This method is used to retrieve all of the basic information about a movie collection.
+ | TheMovieDbApi.getCollectionInfo(int collectionId,
+ String language)
+This method is used to retrieve all of the basic information about a
+ movie collection.
|
Company |
-TheMovieDbApi.getCompanyInfo(int companyId)
-This method is used to retrieve the basic information about a production company on TMDb.
+ | TheMovieDbApi.getCompanyInfo(int companyId)
+This method is used to retrieve the basic information about a production
+ company on TMDb.
|
ResultList<MovieBasic> |
-TheMovieDbApi.getCompanyMovies(int companyId,
- String language,
- Integer page)
+ | TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
This method is used to retrieve the movies associated with a company.
|
Configuration |
-TheMovieDbApi.getConfiguration()
+ | TheMovieDbApi.getConfiguration()
Get the configuration information
|
CreditInfo |
-TheMovieDbApi.getCreditInfo(String creditId,
- String language)
+ | TheMovieDbApi.getCreditInfo(String creditId,
+ String language)
Get the detailed information about a particular credit record.
|
ResultList<MovieBasic> |
-TheMovieDbApi.getDiscoverMovies(Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ | 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.
+ | TheMovieDbApi.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
|
MediaState |
-TheMovieDbApi.getEpisodeAccountState(int tvID,
+TheMovieDbApi.getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
- String sessionID)
-This method lets users get the status of whether or not the TV episode has been rated.
+ String sessionID)
+This method lets users get the status of whether or not the TV episode
+ has been rated.
|
|
ResultList<ChangeKeyItem> |
-TheMovieDbApi.getEpisodeChanges(int episodeID,
- String startDate,
- String endDate)
+ | TheMovieDbApi.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
Look up a TV episode's changes by episode ID
|
MediaCreditList |
-TheMovieDbApi.getEpisodeCredits(int tvID,
+TheMovieDbApi.getEpisodeCredits(int tvID,
int seasonNumber,
int episodeNumber)
Get the TV episode credits by combination of season and episode number.
@@ -254,615 +268,634 @@
| |
ExternalID |
-TheMovieDbApi.getEpisodeExternalID(int tvID,
+TheMovieDbApi.getEpisodeExternalID(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
-Get the external ids for a TV episode by comabination of a season and episode number.
+ String language)
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
|
|
ResultList<Artwork> |
-TheMovieDbApi.getEpisodeImages(int tvID,
+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.
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
|
|
TVEpisodeInfo |
-TheMovieDbApi.getEpisodeInfo(int tvID,
+TheMovieDbApi.getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
- String language,
- String... appendToResponse)
-Get the primary information about a TV episode by combination of a season and episode number.
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV episode by combination of a season
+ and episode number.
|
|
ResultList<Video> |
-TheMovieDbApi.getEpisodeVideos(int tvID,
+TheMovieDbApi.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
-Get the videos that have been added to a TV episode (teasers, clips, etc...)
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
|
|
ResultList<MovieBasic> |
-TheMovieDbApi.getFavoriteMovies(String sessionId,
+TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
|
|
ResultList<TVBasic> |
-TheMovieDbApi.getFavoriteTv(String sessionId,
+TheMovieDbApi.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
|
|
ResultList<Genre> |
-TheMovieDbApi.getGenreMovieList(String language)
+ | TheMovieDbApi.getGenreMovieList(String language)
Get the list of Movie genres.
|
ResultList<MovieBasic> |
-TheMovieDbApi.getGenreMovies(int genreId,
- String language,
- Integer page,
- Boolean includeAllMovies,
- Boolean includeAdult)
+ | 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)
+ | TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
|
ResultList<MovieBasic> |
-TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
- String language,
- Integer page,
+TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
|
TokenSession |
-TheMovieDbApi.getGuestSessionToken()
+ | TheMovieDbApi.getGuestSessionToken()
This method is used to generate a guest session id.
|
ResultList<JobDepartment> |
-TheMovieDbApi.getJobs()
+ | TheMovieDbApi.getJobs()
Get a list of valid jobs
|
Keyword |
-TheMovieDbApi.getKeyword(String keywordId)
+ | TheMovieDbApi.getKeyword(String keywordId)
Get the basic information for a specific keyword id.
|
ResultList<MovieBasic> |
-TheMovieDbApi.getKeywordMovies(String keywordId,
- String language,
- Integer page)
+ | TheMovieDbApi.getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
Get the list of movies for a particular keyword by id.
|
MovieInfo |
-TheMovieDbApi.getLatestMovie()
+ | TheMovieDbApi.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
|
TVInfo |
-TheMovieDbApi.getLatestTV()
+ | TheMovieDbApi.getLatestTV()
Get the latest TV show id.
|
ListItem<MovieInfo> |
-TheMovieDbApi.getList(String listId)
+ | TheMovieDbApi.getList(String listId)
Get a list by its ID
|
MediaState |
-TheMovieDbApi.getMovieAccountState(int movieId,
- String sessionId)
-This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
- list.
+ | TheMovieDbApi.getMovieAccountState(int movieId,
+ String sessionId)
+This method lets a user get the status of whether or not the movie has
+ been rated or added to their favourite or movie watch list.
|
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.
+ | 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)
+ | 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)
+ | TheMovieDbApi.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
Get the changes for a specific movie ID.
|
MediaCreditList |
-TheMovieDbApi.getMovieCredits(int movieId)
+ | TheMovieDbApi.getMovieCredits(int movieId)
Get the cast and crew information 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.
+ | 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.
|
MovieInfo |
-TheMovieDbApi.getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
+ | TheMovieDbApi.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
This method is used to retrieve all of the basic movie information.
|
MovieInfo |
-TheMovieDbApi.getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
+ | TheMovieDbApi.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
This method is used to retrieve all of the basic movie information.
|
ResultList<Keyword> |
-TheMovieDbApi.getMovieKeywords(int movieId)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+ | 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)
+ | 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.
+ | 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)
+ | TheMovieDbApi.getMovieReviews(int movieId,
+ Integer page,
+ String language)
Get the reviews for a particular movie id.
|
-ResultsMap<String,List<Certification>> |
-TheMovieDbApi.getMoviesCertification()
+ | ResultsMap<String,List<Certification>> |
+TheMovieDbApi.getMoviesCertification()
Get a list of movies certification.
|
ResultList<Translation> |
-TheMovieDbApi.getMovieTranslations(int movieId)
-This method is used to retrieve a list of the available translations for a specific movie.
+ | 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.
+ | TheMovieDbApi.getMovieVideos(int movieId,
+ String language)
+This method is used to retrieve all of the trailers for a particular
+ movie.
|
Network |
-TheMovieDbApi.getNetworkInfo(int networkId)
+ | TheMovieDbApi.getNetworkInfo(int networkId)
This method is used to retrieve the basic information about a TV network.
|
ResultList<MovieInfo> |
-TheMovieDbApi.getNowPlayingMovies(Integer page,
- String language)
+ | 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)
+ | 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)
+ | TheMovieDbApi.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
Get the changes for a specific person id.
|
PersonCreditList<CreditBasic> |
-TheMovieDbApi.getPersonCombinedCredits(int personId,
- String language)
+ | TheMovieDbApi.getPersonCombinedCredits(int personId,
+ String language)
Get the combined (movie and TV) credits for a specific person id.
|
ExternalID |
-TheMovieDbApi.getPersonExternalIds(int personId)
+ | TheMovieDbApi.getPersonExternalIds(int personId)
Get the external ids for a specific person id.
|
ResultList<Artwork> |
-TheMovieDbApi.getPersonImages(int personId)
+ | TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
|
PersonInfo |
-TheMovieDbApi.getPersonInfo(int personId,
- String... appendToResponse)
+ | TheMovieDbApi.getPersonInfo(int personId,
+ String... appendToResponse)
Get the general person information for a specific id.
|
PersonInfo |
-TheMovieDbApi.getPersonLatest()
+ | TheMovieDbApi.getPersonLatest()
Get the latest person id.
|
PersonCreditList<CreditMovieBasic> |
-TheMovieDbApi.getPersonMovieCredits(int personId,
- String language)
+ | TheMovieDbApi.getPersonMovieCredits(int personId,
+ String language)
Get the movie credits for a specific person id.
|
ResultList<PersonFind> |
-TheMovieDbApi.getPersonPopular(Integer page)
+ | TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<ArtworkMedia> |
-TheMovieDbApi.getPersonTaggedImages(int personId,
- Integer page,
- String language)
+ | TheMovieDbApi.getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
Get the images that have been tagged with a specific person id.
|
PersonCreditList<CreditTVBasic> |
-TheMovieDbApi.getPersonTVCredits(int personId,
- String language)
+ | TheMovieDbApi.getPersonTVCredits(int personId,
+ String language)
Get the TV credits for a specific person id.
|
ResultList<MovieInfo> |
-TheMovieDbApi.getPopularMovieList(Integer page,
- String language)
+ | TheMovieDbApi.getPopularMovieList(Integer page,
+ String language)
This method is used to retrieve the daily movie popularity list.
|
ResultList<MovieBasic> |
-TheMovieDbApi.getRatedMovies(String sessionId,
+TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of rated movies (and associated rating) for an account.
|
|
ResultList<TVBasic> |
-TheMovieDbApi.getRatedTV(String sessionId,
+TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of rated TV shows (and associated rating) for an account.
|
|
Review |
-TheMovieDbApi.getReviews(String reviewId) |
+TheMovieDbApi.getReviews(String reviewId) |
MediaState |
-TheMovieDbApi.getSeasonAccountState(int tvID,
- String sessionID)
-This method lets users get the status of whether or not the TV episodes of a season have been rated.
+ | TheMovieDbApi.getSeasonAccountState(int tvID,
+ String sessionID)
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
|
ResultList<ChangeKeyItem> |
-TheMovieDbApi.getSeasonChanges(int tvID,
- String startDate,
- String endDate)
+ | TheMovieDbApi.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
Look up a TV season's changes by season ID.
|
MediaCreditList |
-TheMovieDbApi.getSeasonCredits(int tvID,
+TheMovieDbApi.getSeasonCredits(int tvID,
int seasonNumber)
Get the cast & crew credits for a TV season by season number.
|
|
ExternalID |
-TheMovieDbApi.getSeasonExternalID(int tvID,
+TheMovieDbApi.getSeasonExternalID(int tvID,
int seasonNumber,
- String language)
-Get the external ids that we have stored for a TV season by season number.
+ String language)
+Get the external ids that we have stored for a TV season by season
+ number.
|
|
ResultList<Artwork> |
-TheMovieDbApi.getSeasonImages(int tvID,
+TheMovieDbApi.getSeasonImages(int tvID,
int seasonNumber,
- String language,
- String... includeImageLanguage)
+ String language,
+ String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
|
TVSeasonInfo |
-TheMovieDbApi.getSeasonInfo(int tvID,
+TheMovieDbApi.getSeasonInfo(int tvID,
int seasonNumber,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
Get the primary information about a TV season by its season number.
|
|
ResultList<Video> |
-TheMovieDbApi.getSeasonVideos(int tvID,
+TheMovieDbApi.getSeasonVideos(int tvID,
int seasonNumber,
- String language)
-Get the videos that have been added to a TV season (trailers, teasers, etc...)
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
|
|
TokenSession |
-TheMovieDbApi.getSessionToken(TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+ | TheMovieDbApi.getSessionToken(TokenAuthorisation token)
+This method is used to generate a session id for user based
+ authentication.
|
TokenAuthorisation |
-TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token,
- String username,
- String password)
-This method is used to generate a session id for user based authentication.
+ | TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token,
+ String username,
+ String password)
+This method is used to generate a session id for user based
+ authentication.
|
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.
+ | TheMovieDbApi.getSimilarMovies(int movieId,
+ Integer page,
+ String language)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
|
-ResultsMap<String,List<String>> |
-TheMovieDbApi.getTimezones()
-Get the list of supported timezones for the API methods that support them.
+ | ResultsMap<String,List<String>> |
+TheMovieDbApi.getTimezones()
+Get the list of supported timezones for the API methods that support
+ them.
|
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.
+ | TheMovieDbApi.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
|
MediaState |
-TheMovieDbApi.getTVAccountState(int tvID,
- String sessionID)
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+ | TheMovieDbApi.getTVAccountState(int tvID,
+ String sessionID)
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
|
ResultList<TVInfo> |
-TheMovieDbApi.getTVAiringToday(Integer page,
- String language,
- String timezone)
+ | TheMovieDbApi.getTVAiringToday(Integer page,
+ String language,
+ String timezone)
Get the list of TV shows that air today.
|
ResultList<AlternativeTitle> |
-TheMovieDbApi.getTVAlternativeTitles(int tvID)
+ | TheMovieDbApi.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
|
-ResultsMap<String,List<Certification>> |
-TheMovieDbApi.getTvCertification()
+ | ResultsMap<String,List<Certification>> |
+TheMovieDbApi.getTvCertification()
Get a list of tv certification.
|
ResultList<ChangeListItem> |
-TheMovieDbApi.getTvChangeList(Integer page,
- String startDate,
- String endDate)
+ | 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)
+ | TheMovieDbApi.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
Get the changes for a specific TV show id.
|
ResultList<ContentRating> |
-TheMovieDbApi.getTVContentRatings(int tvID)
+ | TheMovieDbApi.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
|
MediaCreditList |
-TheMovieDbApi.getTVCredits(int tvID,
- String language)
+ | TheMovieDbApi.getTVCredits(int tvID,
+ String language)
Get the cast & crew information about a TV series.
|
ExternalID |
-TheMovieDbApi.getTVExternalIDs(int tvID,
- String language)
+ | TheMovieDbApi.getTVExternalIDs(int tvID,
+ String language)
Get the external ids that we have stored for a TV series.
|
ResultList<Artwork> |
-TheMovieDbApi.getTVImages(int tvID,
- String language,
- String... includeImageLanguage)
+ | TheMovieDbApi.getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
|
TVInfo |
-TheMovieDbApi.getTVInfo(int tvID,
- String language,
- String... appendToResponse)
+ | TheMovieDbApi.getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
Get the primary information about a TV series by id.
|
ResultList<Keyword> |
-TheMovieDbApi.getTVKeywords(int tvID)
+ | TheMovieDbApi.getTVKeywords(int tvID)
Get the plot keywords for a specific TV show id.
|
ResultList<TVInfo> |
-TheMovieDbApi.getTVOnTheAir(Integer page,
- String language)
+ | 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)
+ | TheMovieDbApi.getTVPopular(Integer page,
+ String language)
Get the list of popular TV shows.
|
ResultList<TVInfo> |
-TheMovieDbApi.getTVSimilar(int tvID,
- Integer page,
- String language)
+ | 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)
+ | TheMovieDbApi.getTVTopRated(Integer page,
+ String language)
Get the list of top rated TV shows.
|
ResultList<Translation> |
-TheMovieDbApi.getTVTranslations(int tvID)
+ | 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...)
+ | 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)
+ | TheMovieDbApi.getUpcoming(Integer page,
+ String language)
Get the list of upcoming movies.
|
ResultList<UserList> |
-TheMovieDbApi.getUserLists(String sessionId,
+TheMovieDbApi.getUserLists(String sessionId,
int accountId)
Get all lists of a given user
|
|
ResultList<MovieBasic> |
-TheMovieDbApi.getWatchListMovie(String sessionId,
+TheMovieDbApi.getWatchListMovie(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of movies on an accounts watchlist.
|
|
ResultList<TVBasic> |
-TheMovieDbApi.getWatchListTV(String sessionId,
+TheMovieDbApi.getWatchListTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of movies on an accounts watchlist.
|
|
StatusCode |
-TheMovieDbApi.modifyFavoriteStatus(String sessionId,
+TheMovieDbApi.modifyFavoriteStatus(String sessionId,
int accountId,
- Integer mediaId,
+ Integer mediaId,
MediaType mediaType,
boolean isFavorite)
Add or remove a movie to an accounts favourite list.
@@ -870,127 +903,128 @@
| |
StatusCode |
-TheMovieDbApi.postEpisodeRating(int tvID,
+TheMovieDbApi.postEpisodeRating(int tvID,
int seasonNumber,
int episodeNumber,
int rating,
- String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
This method lets users rate a TV episode.
|
|
StatusCode |
-TheMovieDbApi.postMovieRating(int movieId,
+TheMovieDbApi.postMovieRating(int movieId,
int rating,
- String sessionId,
- String guestSessionId)
+ String sessionId,
+ String guestSessionId)
This method lets users rate a movie.
|
|
StatusCode |
-TheMovieDbApi.postTVRating(int tvID,
+TheMovieDbApi.postTVRating(int tvID,
int rating,
- String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
This method lets users rate a TV show.
|
|
StatusCode |
-TheMovieDbApi.removeFromWatchList(String sessionId,
+TheMovieDbApi.removeFromWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
Remove a movie from an accounts watch list.
|
|
StatusCode |
-TheMovieDbApi.removeItemFromList(String sessionId,
- String listId,
- Integer mediaId)
+ | TheMovieDbApi.removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
This method lets users remove items from a list that they created.
|
ResultList<Collection> |
-TheMovieDbApi.searchCollection(String query,
- Integer page,
- String language)
+ | TheMovieDbApi.searchCollection(String query,
+ Integer page,
+ String language)
Search for collections by name.
|
ResultList<Company> |
-TheMovieDbApi.searchCompanies(String query,
- Integer page)
+ | TheMovieDbApi.searchCompanies(String query,
+ Integer page)
Search Companies.
|
ResultList<Keyword> |
-TheMovieDbApi.searchKeyword(String query,
- Integer page)
+ | 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,
+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.
+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)
+ | 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,
+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,
+TheMovieDbApi.searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
|
|