THERE IS ANY URL THAT GET THUMB IMAGE OF MOVIE POSTER IN JSON RESPONSE.... PLEASE HELP ME....
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Raymond Wagner
le 20 octobre 2012 à 14h42
Read the documentation, and specifically the description of the 'configuration' query, which explains how to get images.
http://docs.themoviedb.apiary.io/#get-%2F3%2Fconfiguration
Assorted API queries give you filenames. Choose your preferred resolution from those listed as available in the configuration data, add that and the filename to the base URL also given by the configuration data, and you've made yourself a link to a thumbnail.
If you're asking if the thumbnails themselves are ever base64 encoded directly into the JSON response, no.