I've read the documentation and tried out the Person section, but I can't find a solution. Is it possible to have all the movies (not TV shows) in which the actor is present? Best will be if it's possible to have it in the same format as /discover/movie results.
Thanks.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on August 24, 2019 at 11:38 AM
The direct person method would be to call the person /movie_credits method. You can also use discover if you want, by using the
with_people
filter.For example.
Reply by dekc
on August 24, 2019 at 12:08 PM
Amazing, thanks!