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
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Prithu
den 28 februari 2017 vid 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
Svar från Adib12
den 28 februari 2017 vid 9:34 AM
thank you can you tell me how can i reterive all actor information by making request with ID
Svar från Prithu
den 28 februari 2017 vid 10:05 AM
Svar från Adib12
den 28 februari 2017 vid 10:15 AM
Thank you very much
Svar från Prithu
den 28 februari 2017 vid 10:16 AM
No Problem :)
Svar från marcogiacoppo
den 30 oktober 2023 vid 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 }
Svar från duck61
den 30 oktober 2023 vid 6:10 AM
Yes I'm also experiencing this issue, I've created a discussion to track that specific issue here