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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on красавік 12, 2024 at 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.
Reply by caseyliss
on красавік 12, 2024 at 8:13 AM
Awesome, thanks, @travisbell! Looking good here again.