Hello TMDB Support Team,
I am encountering an issue when using the append_to_response
parameter in the API. When I make a request, the keys specified in append_to_response are not being returned in the response as expected.
Here’s an example of the endpoint I’m using:
https://api.themoviedb.org/3/movie/{movie_id}?api_key={your_api_key}&append_to_response=videos,images
The specific problem is that the videos and images information does not appear in the response. I have reviewed the documentation to ensure the parameter is being used correctly. I have also verified that my API key is active and works with other endpoints.
Could you please let me know if this is a known issue or if there’s something I need to adjust on my end to resolve it?
Thank you for your attention and assistance.
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 herself5333
le 18 novembre 2024 à 20h46
After some testing, I discovered that adding the region parameter with
US
resolves the issue and returns the expected data. However, when I set the region parameter toBR
or another region, the data is not returned.Could you clarify if this behavior is due to a lack of data for the BR region? If so, is there a recommended way to handle cases where region-specific data might not be available?
Réponse de Travis Bell
le 18 novembre 2024 à 22h32
There was a ~15 minute period around 6:00 PM MST where
append_to_response
wasn't returning the expected results. It was fixed shortly after it was discovered.You'll just have to wait for items that were cached during that time to expire, but all other new requests should be working properly.