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
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от ticao2 🇧🇷 pt-BR
, 30 января 2025 в 08:22
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.