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.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την herself5333
στις 18 Νοέμβριος 2024 στις 08:46 ΜΜ
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?
Απάντηση από τον/την Travis Bell
στις 18 Νοέμβριος 2024 στις 10:32 ΜΜ
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.