People ====== RPCS ---- .. function:: MovieDB.personBiography(id: String) Get the biography for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personBirthday(id: String) Get the birthday of a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastCharacters(id: String) Get the characters played by a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastMovieIDs(id: String) Get the movies in which a given person was cast. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastOriginalTitles(id: String) Get the original titles in which a given person was cast. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastPosterPaths(id: String) Get the cast poster paths for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastReleaseDates(id: String) Get the cast release dates for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCastTitles(id: String) Get the cast titles for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewJobs(id: String) Get the crew jobs for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewMovieIDs(id: String) Get the movie IDs for which a given person was a member of the crew. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewOriginalTitles(id: String) Get the original titles for which a given person was a member of the crew. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewPosterPaths(id: String) Get the poster paths for movies in which a given person was a member of the crew. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewReleaseDates(id: String) Get the release dates for movies in which a given person was a member of the crew. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personCrewTitles(id: String) Get the crew titles for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personDeathday(id: String) Get the death date of a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personGender(id: String) Get the gender of a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personImageAspectRatios(id: String) Get the image aspect ratios for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personImageFilePaths(id: String) Get the image paths for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personImageHeights(id: String) Get the image heights for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personImageVoteCounts(id: String) Get the image vote counts for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personImageWidths(id: String) Get the image widths for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personName(id: String) Get the name of a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personPlaceOfBirth(id: String) Get the place of birth for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personPopularity(id: String) Get the popularity of a given person. For more information, check out https://developers.themoviedb.org/3/getting-started/popularity **Arguments:** - ``id: String`` (`String `__) - Person ID .. function:: MovieDB.personProfilePath(id: String) Get the profile path for a given person. **Arguments:** - ``id: String`` (`String `__) - Person ID