Hello, Could you provide more details about images in response:
homepage": "",
"id": 770,
"imdb_id": "tt0031381",
"original_language": "en",
"original_title": "Gone with the Wind",
"overview": "The spoiled daughter of a well-to-do plantation owner is forced to use every means at her disposal to claw her way out of poverty, following Maj. Gen. William Sherman's destructive \"March to the Sea,ā during the American Civil War.",
"popularity": 24.343,
**"poster_path": "/s0S2KXGRHxOYu8zCcV5p5sczw9d.jpg",** <- this one
What resolution of this poster? w220_and_h330 ?
What does "face" mean in response (https://www.themoviedb.org/t/p/w220_and_h330_face/s0S2KXGRHxOYu8zCcV5p5sczw9d.jpg)?
Also i try to get the response "GET /movie/{movie_id}/images" But always get the empty set:
{
"id": 630586,
"backdrops": [],
"posters": []
}
Could you help me?
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 March 15, 2021 at 9:30 AM
The officially supported resolutions are here:
https://developers.themoviedb.org/3/configuration/get-api-configuration
I had never seen this resolution of your example w220_and_h330_face
Where did you find this resolution or this URL?
I made the API Request for the images in this film and received the correct answer.
So there must be some problem with your Request.
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are using.
Not the programming code you used to build the API Request.
But the API Request that is sent to the TMDb server.
Remember to replace your Key with THE_KEY , or something like that.
Reply by Travis Bell
on March 15, 2021 at 10:18 AM
Hi @vi_ever, I will assume you're passing in a
language
param, and not ainclude_image_language
param. You can read more about this here.