Hi,
using the API /3/discover/movie
I sometimes have films that have a poster_path, and when I use the API /3/movie/:id
for the film:
The poster_path in the response is null, why ?
Exemple :
With https://api.themoviedb.org/3/discover/movie?api_key=<API_KEY>&language=fr-FR&include_video=false&include_adult=false&sort_by=popularity.asc&with_release_type=2%7C3&release_date.gte=2023-09-21&release_date.lte=2023-10-12
[...]
{
"adult": false,
"backdrop_path": null,
"genre_ids": [],
"id": 1190257,
"original_language": "fr",
"original_title": "Bulunkul",
"overview": "",
"popularity": 0,
"poster_path": "/7IQUw0jB7PzsRllx3YOspj4VFhH.jpg",
"release_date": "2023-10-09",
"title": "Bulunkul",
"video": false,
"vote_average": 0,
"vote_count": 0
},
[...]
With https://api.themoviedb.org/3/movie/1190257?api_key=<API_KEY>&language=fr-Fr
{
"adult": false,
"backdrop_path": null,
"belongs_to_collection": null,
"budget": 0,
"genres": [],
"homepage": "",
"id": 1190257,
"imdb_id": null,
"original_language": "fr",
"original_title": "Bulunkul",
"overview": "",
"popularity": 0.0,
"poster_path": null,
"production_companies": [],
"production_countries": [],
"release_date": "2023-10-09",
"revenue": 0,
"runtime": 30,
"spoken_languages": [
{
"english_name": "French",
"iso_639_1": "fr",
"name": "Français"
},
{
"english_name": "Tajik",
"iso_639_1": "tg",
"name": ""
}
],
"status": "Released",
"tagline": "",
"title": "Bulunkul",
"video": false,
"vote_average": 0.0,
"vote_count": 0
}
¿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 ticao2 🇧🇷 pt-BR
el 13 de octubre de 2023 a las 14:43
It is now available.
It probably wasn't because of your system's Cache memory or TMDb.