Hi, I have noticed that the seasons collection returned with a tv show using "http://api.themoviedb.org/3/tv/tv_show_id" does not show the season overview?
At present if you want to make a single API call to return a tv show and all of its seasons complete with the season overview then it appears that you need to make separate calls to all the seasons as well?
Using append_to_response=seasons in the tvshow to try and return all the fields does not seem to change the results and the seasons collection is still missing the overview.
Is this by design or something that will be corrected in the future?
Thanks
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 18 de noviembre de 2017 a las 12:13
Hi there,
I would say that yes, this is by design. I'll have to take a look at this and see what I think. Right now no TV season translation information is queried at the TV series level.
I have an open ticket for this here.
Cheers.
Contestado por MRWhatman
el 19 de noviembre de 2017 a las 07:05
Thanks for the quick reply, That is fine if it's by design, but I think it would be better if the seasons collection returned all the season information if queried with append_to_response?
That way API impact is less as a default but if the specific information is needed it can be collected with append_to_response in a single call rather than making multiple season calls which could be expensive for something with a lot of seasons.
Thanks
Contestado por Travis Bell
el 16 de marzo de 2018 a las 13:22
The overviews are now part of the TV series season lists by the way.