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
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Prithu
28 helmikuu 2017 klo 8:14AM
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
Vastaus käyttäjältä Adib12
28 helmikuu 2017 klo 9:34AM
thank you can you tell me how can i reterive all actor information by making request with ID
Vastaus käyttäjältä Prithu
28 helmikuu 2017 klo 10:05AM
Vastaus käyttäjältä Adib12
28 helmikuu 2017 klo 10:15AM
Thank you very much
Vastaus käyttäjältä Prithu
28 helmikuu 2017 klo 10:16AM
No Problem :)
Vastaus käyttäjältä marcogiacoppo
30 lokakuu 2023 klo 3:38AM
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 }
Vastaus käyttäjältä duck61
30 lokakuu 2023 klo 6:10AM
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here