People detail:
curl --request GET \
--url 'https://api.themoviedb.org/3/person/27105?append_to_response=combined_credits&language=en-US' \
--header 'Authorization: Bearer ' \
--header 'accept: application/json'
Combined credit show one item "The late show" with id 63770 which was supposed to open detail of The Late show but It shows Adult content Riley Steele: Scream
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on September 19, 2023 at 4:44 PM
You need to use the
media_type
field so that you know the type of media you're looking at. The ID63770
for TV, is Stephen Colbert. The movie however, is an entirely different entry.Reply by akash28@nitdgp
on September 22, 2023 at 10:27 AM
Thanks, I have fixed my code. :)