GET
/
3
/
tv
/
{series_id}
/
images
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/images
{
  "backdrops": [
    {
      "aspect_ratio": 1.778,
      "file_path": "/vq5syjWOMTqLUw10wVwnKBZU5CV.jpg",
      "height": 2160,
      "iso_639_1": "es",
      "vote_average": 0,
      "vote_count": 0,
      "width": 3840
    }
  ],
  "id": 259666,
  "logos": [
    {
      "aspect_ratio": 7.468,
      "file_path": "/hiRnc3tGBHN9K2fWcor0tshzKCC.png",
      "height": 462,
      "iso_639_1": "es",
      "vote_average": 0,
      "vote_count": 0,
      "width": 3450
    }
  ],
  "posters": [
    {
      "aspect_ratio": 0.667,
      "file_path": "/py0s87C9214KRbZ4kWLQfgsE9ET.jpg",
      "height": 3000,
      "iso_639_1": "es",
      "vote_average": 3.334,
      "vote_count": 1,
      "width": 2000
    },
    {
      "aspect_ratio": 0.667,
      "file_path": "/ixY3Ulu26di9b3cDf9yrLhwsiYy.jpg",
      "height": 3000,
      "iso_639_1": "es",
      "vote_average": 2.278,
      "vote_count": 3,
      "width": 2000
    },
    {
      "aspect_ratio": 0.667,
      "file_path": "/xir4SRNcXLRo4f5TdmY822jCINP.jpg",
      "height": 1350,
      "iso_639_1": "es",
      "vote_average": 0,
      "vote_count": 0,
      "width": 900
    }
  ]
}

Path Parameters

series_id
string
required

Query Parameters

include_image_language
string
Example:

"es"

Response

200 - application/json

Images

The response is of type object.