I'm using append_to_response to retrieve recommendations and external_ids for TV Shows. Using the exacly same API calls, I notice that sometimes these keys aren't returned in the response, causing my app to throw an error on the missing keys. I've seen old posts that mention this similar problem:
https://www.themoviedb.org/talk/5f7c2f533e2ec80037d9ee60 https://www.themoviedb.org/talk/673beac177eb59f2f01a6674
Example of API request:
https://api.themoviedb.org/3/tv/1402?api_key=xxx&append_to_response=recommendations,external_ids
Is this a known issue? In what scenarios might these keys not be included in the response?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 🇧🇷 pt-BR
on July 9, 2025 at 11:47 AM
I just tested it and received all the data.
I don't recall any other user complaining about this.
I believe that when the data does not exist in the Database.
I think it's one of those bugs that occasionally occur and the programmers never figure out the source. :-)