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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Prithu
el 28 de febrero de 2017 a las 08: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
Contestado por Adib12
el 28 de febrero de 2017 a las 09:34
thank you can you tell me how can i reterive all actor information by making request with ID
Contestado por Prithu
el 28 de febrero de 2017 a las 10:05
Contestado por Adib12
el 28 de febrero de 2017 a las 10:15
Thank you very much
Contestado por Prithu
el 28 de febrero de 2017 a las 10:16
No Problem :)
Contestado por marcogiacoppo
el 30 de octubre de 2023 a las 03: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 }
Contestado por duck61
el 30 de octubre de 2023 a las 06:10
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here