As the title said, is there any way that I can get each poster for each season of a tv shows?
For example with chinese drama Like a Flowing River, it has 3 seasons (2018, 2020, 2024) with different posters (You can check it via mydramalist):
When I search with 'https://api.themoviedb.org/3/search/tv?query=Like%20a%20Flowing%20River&include_adult=false&language=en-US&page=1', I see that it only has 1 instance.
When I search with query above:
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
1월 26, 2024 at 10:59 오전
Hi @ntrnghia, season data is only returned at the TV series query level. It is not available in search.
The main TV series details query returns an array of seasons, which includes their posters.
ntrnghia님의 댓글
1월 26, 2024 at 11:05 오후
Thank you, I am able to get each poster of each season through TV series details query now.
So currently, in order to get poster of season I want, I need to search by name, get the id, then get tv series detail to get seasons list and then get poster of season I want.
With that process, I need to send 2 requests.
Feature request: Is it possible that you can make the season data returned also at the search query level?
Thank you
ntrnghia님의 댓글
1월 31, 2024 at 8:07 오후
Hello???
ntrnghia님의 댓글
2월 6, 2024 at 5:26 오후
Hello?
Travis Bell님의 댓글
2월 7, 2024 at 11:11 오전
Yes.
We do not have any plans to introduce that kind of data to the search methods.