Hi,
I've noticed the subject issue in trending API. Try: https://api.themoviedb.org/3/trending/person/day?api_key=[YOUR_KEY]
The results look like this:
{
"id": 1700685,
"name": "Lewis Pullman",
"original_name": "Lewis Pullman",
"media_type": "person",
"adult": false,
"popularity": 14.281,
"gender": 2,
"known_for_department": "Acting",
"profile_path": "/jAo0Rxl9EYVxLnhUlBww5Uxl89v.jpg"
}
The API reference however tells that there should be known_for field and, from the person API, I know that for the above given id, known_for field is available. Kindly respond whether it is an error or a breaking change.
Thanks
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 ticao2 š§š· pt-BR
on January 30, 2025 at 8:22 AM
Yes.
The known_for_department field is coming.
But the known_for field is not coming.
I believe that only the admin Travis Bell can answer your question.