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.
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
12.04.2024 v 1:07 DOP.
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.
Odpověď od caseyliss
12.04.2024 v 8:13 DOP.
Awesome, thanks, @travisbell! Looking good here again.