I am getting cast and crew info but didnt see anything about person id in cast response. Where should i get the person id for person detail
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 30 de xuño do 2020 ás 9:31AM
In order for someone to help you with API Request questions, it is critical that you post here the API Request you are using.
Remember to replace your Key with THE_KEY , or something like that.
If you are making an API Request of this type,
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&language=en-US&append_to_response=credits
then you can see the list of people at the bottom of the page.
For each person there is something like this:
See that the item ID exists: id 819
EDIT
And see the link to that ID:
https://www.themoviedb.org/person/819
Resposta de Ambroisa
no 30 de xuño do 2020 ás 9:40AM
Oh ok,thank you so much