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
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
}
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
}
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here
Prithu 的回复
于 2017 年 02 月 28 日 8:14上午
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
Adib12 的回复
于 2017 年 02 月 28 日 9:34上午
thank you can you tell me how can i reterive all actor information by making request with ID
Prithu 的回复
于 2017 年 02 月 28 日 10:05上午
Adib12 的回复
于 2017 年 02 月 28 日 10:15上午
Thank you very much
Prithu 的回复
于 2017 年 02 月 28 日 10:16上午
No Problem :)
marcogiacoppo 的回复
于 2023 年 10 月 30 日 3:38上午
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 }
duck61 的回复
于 2023 年 10 月 30 日 6:10上午
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here