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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 30 ianuarie 2025 la ora 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.