Movies¶
RPCS¶
-
MovieDB.
movieBackdropPath
(id: String)¶ Get the image path for a given movie backdrop.
Arguments:
id: String
(String) - Movie ID
Returns:
String
(String) - the image path
-
MovieDB.
movieBudget
(id: String)¶ Get the budget for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCastCharacters
(id: String)¶ Get the cast characters for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCastNames
(id: String)¶ Get the cast names for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCastPersonIDs
(id: String)¶ Get the cast IDs for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCastProfilePaths
(id: String)¶ Get the cast profile paths for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCrewJobs
(id: String)¶ Get the crew jobs for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCrewNames
(id: String)¶ Get the crew names for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCrewPersonIDs
(id: String)¶ Get the crew IDs for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieCrewProfilePaths
(id: String)¶ Get the crew profile paths for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieGenres
(id: String)¶ Get the genres of a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieOriginalLanguage
(id: String)¶ Get the original language of a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieOriginalTitle
(id: String)¶ Get the original title of a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieOverview
(id: String)¶ Get an overview for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
moviePopularity
(id: String)¶ Get the popularity for a given movie.
For more information, check out https://developers.themoviedb.org/3/getting-started/popularity
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
moviePosterPath
(id: String)¶ Get the poster path for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieProductionCompanies
(id: String)¶ Get the production companies for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieProductionCountries
(id: String)¶ Get the countries in which a given movie was produced.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieReleaseDate
(id: String)¶ Get the release data for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieRevenue
(id: String)¶ Get the revenue for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieRuntime
(id: String)¶ Get the runtime for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieSpokenLanguages
(id: String)¶ Get the spoken languages for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieTagline
(id: String)¶ Get the tagline for a given movie.
Arguments:
id: String
(String) - Movie ID
-
MovieDB.
movieTitle
(id: String)¶ Get the title for a given movie.
Arguments:
id: String
(String) - Movie ID