键盘快捷键
高级搜索
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:
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 03 月 27 日 7:51上午
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: