Hello , I have got response from image API.
"backdrops": [
{
"aspect_ratio": 1.777777777777778,
"file_path": "/asmCFd6BnqPkwIj0jHzcJXgNJvi.jpg",
"height": 1080,
"iso_639_1": null,
"vote_average": 0,
"vote_count": 0,
"width": 1920
}
]
How can i get full path image url?
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?
Reply by ticao2 š§š· pt-BR
on May 8, 2020 at 8:42 PM
Use the same url that I showed you in the previous conversation.
https://www.themoviedb.org/talk/5cc038239251410671fc8fde
When the URL has the term Original, it means receiving the image in the original size that it was uploaded.
The other possible sizes you can see here
https://developers.themoviedb.org/3/configuration/get-api-configuration
https://api.themoviedb.org/3/configuration?api_key=[THE_KEY]
Example
https://image.tmdb.org/t/p/w300/asmCFd6BnqPkwIj0jHzcJXgNJvi.jpg
https://image.tmdb.org/t/p/w780/asmCFd6BnqPkwIj0jHzcJXgNJvi.jpg
https://image.tmdb.org/t/p/w1280/asmCFd6BnqPkwIj0jHzcJXgNJvi.jpg
https://image.tmdb.org/t/p/original/asmCFd6BnqPkwIj0jHzcJXgNJvi.jpg