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?
¿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 4 de junio de 2015 a las 09: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.
Contestado por strig
el 4 de junio de 2015 a las 19:34
Thanks! That's very generous.