api.themoviedb.org/3/movie/{movie_id}, api.themoviedb.org/3/tv/{series_id}
Whether the above api can return with the star information, or return the persion id? thanks!!
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 22 мая 2024 в 10:48
The /credits or /aggregate_credits would be the calls to look at. You can also
append_to_response
with these calls.