Movies ====== RPCS ---- .. function:: 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 .. function:: MovieDB.movieBudget(id: String) Get the budget for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCastCharacters(id: String) Get the cast characters for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCastNames(id: String) Get the cast names for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCastPersonIDs(id: String) Get the cast IDs for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCastProfilePaths(id: String) Get the cast profile paths for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCrewJobs(id: String) Get the crew jobs for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCrewNames(id: String) Get the crew names for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCrewPersonIDs(id: String) Get the crew IDs for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieCrewProfilePaths(id: String) Get the crew profile paths for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieGenres(id: String) Get the genres of a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieOriginalLanguage(id: String) Get the original language of a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieOriginalTitle(id: String) Get the original title of a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieOverview(id: String) Get an overview for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: 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 .. function:: MovieDB.moviePosterPath(id: String) Get the poster path for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieProductionCompanies(id: String) Get the production companies for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieProductionCountries(id: String) Get the countries in which a given movie was produced. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieReleaseDate(id: String) Get the release data for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieRevenue(id: String) Get the revenue for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieRuntime(id: String) Get the runtime for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieSpokenLanguages(id: String) Get the spoken languages for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieTagline(id: String) Get the tagline for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieTitle(id: String) Get the title for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieVoteAverage(id: String) Get the average vote for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID .. function:: MovieDB.movieVoteCount(id: String) Get the vote count for a given movie. **Arguments:** - ``id: String`` (`String `__) - Movie ID