Get the images that belong to a collection.
This method will return the backdrops and posters that have been added to a collection.
📘Note:
If you have a language specified, it will act as a filter on the returned items. You can use the include_image_language parameter to query additional languages.
Specify the language for the images.
Include additional languages for images.
Images
[
{
"aspect_ratio": 1.779,
"file_path": "/mxKADQjfnhcb8mCBCii9aKMQVVW.jpg",
"height": 1686,
"iso_639_1": null,
"vote_average": 0,
"vote_count": 0,
"width": 3000
}
]591122
[
{
"aspect_ratio": 0.667,
"file_path": "/qqrBeINPOFr2FLD4EeBLI90PzHo.jpg",
"height": 1500,
"iso_639_1": "en",
"vote_average": 3.334,
"vote_count": 1,
"width": 1000
},
{
"aspect_ratio": 0.667,
"file_path": "/dK0yZ0zDY5UW9OqZkDJTkr7vWXz.jpg",
"height": 1500,
"iso_639_1": "en",
"vote_average": 0,
"vote_count": 0,
"width": 1000
}
]