Hello How can i get list of popular actors with IDs because i want to make on my app a list of popular actors and when user click it will show list of movies of this actor
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 Prithu
on February 28, 2017 at 8:14 AM
You can use GET /person/popular to get the list of popular people. This list gets updated daily.
https://api.themoviedb.org/3/person/popular?api_key=###&language=en-US&page=1
Reply by Adib12
on February 28, 2017 at 9:34 AM
thank you can you tell me how can i reterive all actor information by making request with ID
Reply by Prithu
on February 28, 2017 at 10:05 AM
Reply by Adib12
on February 28, 2017 at 10:15 AM
Thank you very much
Reply by Prithu
on February 28, 2017 at 10:16 AM
No Problem :)
Reply by marcogiacoppo
on October 30, 2023 at 3:38 AM
Hey there, is it still possible to get list of popular people? i tried on the web and it gave a 500 response. { "status_code": 11, "status_message": "Internal error: Something went wrong, contact TMDb.", "success": false }
Reply by duck61
on October 30, 2023 at 6:10 AM
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here