Hello! First off, many thanks for this amazing API.
I'm currently unable to get the append to response parameter working when querying /tv/{id}/similar
, e.g, https://api.themoviedb.org/3/tv/1409/similar?api_key=#&append_to_response=external_id,images
doesn't return external ids nor images. Despite this, the documentation (http://docs.themoviedb.apiary.io/#reference/tv/tvidsimilar) states:
append_to_response Comma separated, any TV method Where e.g
external_ids
is also a method for the TV-category.
It's possible that I'm missing something obvious. Any assistance would be much appreciated.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يوليو 20, 2015 في 1:46 مساءا
Hi!
Take a look at this post describing the same idea and solution: https://www.themoviedb.org/talk/51349dd4760ee31a2d01d98b
رد بواسطة sunnerberg
بتاريخ يوليو 20, 2015 في 2:01 مساءا
Thanks for the fast reply!
Okay. I can turn it around and find the similar shows using e.g.
https://api.themoviedb.org/3/tv/1409?api_key=#&append_to_response=external_ids,similar
. But that still doesn't include the external ids for the similar shows. The reason I'd like to do this is to perform one request per page of similar shows, instead of one request per similar show (just to fetch the external ids and such).From that thread, I'm guessing that isn't possible. Would be a nice feature for the future, perhaps :-).
رد بواسطة Travis Bell
بتاريخ يوليو 22, 2015 في 11:34 صباحا
You are correct, that is not possible at this time.
رد بواسطة sunnerberg
بتاريخ يوليو 23, 2015 في 6:56 صباحا
Okay, thank you for your response.