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.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no herself5333
on novembris 18, 2024 at 8:46 PM
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?
Atbilde no Travis Bell
on novembris 18, 2024 at 10:32 PM
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.