Jurassic Park (1993) seems correct on the website, but the API is returning bonkers results.
https://api.themoviedb.org/3/movie/329?api_key={key}&append_to_response=credits
Looking at credits.cast[0]
gives me:
{
"adult": false,
"gender": 2,
"id": 26660,
"known_for_department": "Acting",
"name": "Richard Kiley",
"original_name": "Richard Kiley",
"popularity": 11.318,
"profile_path": "/1s24x1TsT8DxBKGksTeeaCmKYvU.jpg",
"cast_id": 38,
"character": "I a Leo \ud83e\udd81 Abraham Figueroa McAllen police",
"credit_id": "52fe4238c3a36847f800d331",
"order": 0
}
Naturally, this is very, very wrong. Additionally, Laura Dern is not reported as being in the film, and there are only five cast credits.
Apologies if this belongs in the Content Issues forum, but since it's only on the API side, I thought I should start here.
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 Travis Bell
em 12 abril 2024 às 1:07 AM
Indeed, it was borked today. You can see the data was vandalized earlier today: https://www.themoviedb.org/movie/329-jurassic-park/changes
Banana restored the credits and once the cache on the API expires, you’ll see the correct data again.
Resposta de caseyliss
em 12 abril 2024 às 8:13 AM
Awesome, thanks, @travisbell! Looking good here again.