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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 12 avril 2024 à 01h07
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.
Réponse de caseyliss
le 12 avril 2024 à 08h13
Awesome, thanks, @travisbell! Looking good here again.