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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de ticao2 🇧🇷 pt-BR
em 30 janeiro 2025 às 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.