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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 12 de abril de 2024 a las 01:07
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.
Contestado por caseyliss
el 12 de abril de 2024 a las 08:13
Awesome, thanks, @travisbell! Looking good here again.