Keyboard Shortcuts
Advanced Search
How do i get the image file path from themoviedb.org for my website using Javascript
@Josephedirin said: fetching image file path with Javascript How do i get the image file path from themoviedb.org for my website using Javascript
I think you already know that the image_file_path are in the API Request responses. And it knows what the base URL for the image is.
https://image.tmdb.org/t/p/original/[poster_path] https://image.tmdb.org/t/p/original/wigZBAmNrIhxp2FNGOROUAeHvdh.jpg https://image.tmdb.org/t/p/w500/wigZBAmNrIhxp2FNGOROUAeHvdh.jpg
So you only need help with Javascript. In this case I suggest:
Can't find a movie or TV show? Login to create it.
लॉगिन
साइन अप करें
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by ticao2 🇧🇷 pt-BR
on March 27, 2023 at 7:51 AM
I think you already know that the image_file_path are in the API Request responses.
And it knows what the base URL for the image is.
So you only need help with Javascript.
In this case I suggest: