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
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ä ticao2 🇧🇷 pt-BR
30 kesäkuu 2020 klo 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
Vastaus käyttäjältä Ambroisa
30 kesäkuu 2020 klo 9:40AM
Oh ok,thank you so much