v1
latestOpenAPI 3.1.02026-07-24270489.8 KBImages
Get the images that belong to a collection.
get/3/collection/{collection_id}/images
Path parameters
collection_idinteger required
Query parameters
include_image_languagestring
specify a comma separated list of ISO-639-1 values to query, for example: en-US,null
languagestring
Response
200
Example response
{
"id": 10,
"backdrops": [
{
"aspect_ratio": 1.778,
"height": 1080,
"file_path": "/d8duYyyC9J5T825Hg7grmaabfxQ.jpg",
"vote_average": 5.464,
"vote_count": 30,
"width": 1920
}
],
"posters": [
{
"aspect_ratio": 0.667,
"height": 3000,
"iso_639_1": "en",
"file_path": "/r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg",
"vote_average": 5.516,
"vote_count": 14,
"width": 2000
}
]
}