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
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від ticao2 🇧🇷 pt-BR
30 червня 2020, 09:31
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
Відповідь від Ambroisa
30 червня 2020, 09:40
Oh ok,thank you so much