Is is preferable to hotlink directly to images on TMDB in my application, or to download them and serve them ourselves? Are there any limits on image serving? Do they count as API requests?
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
6월 4, 2015 at 9:55 오전
Hi strig,
You're free to use the images straight from tmdb.org. There are no limits and image requests do not count as API requests.
strig님의 댓글
6월 4, 2015 at 7:34 오후
Thanks! That's very generous.