Skip to main content
GET
/
network
/
{network_id}
/
images
Images
curl --request GET \
  --url https://api.themoviedb.org/3/network/{network_id}/images \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "logos": [
    {
      "aspect_ratio": 4.549763033175355,
      "file_path": "/e3v7L2zlVEO1GLH7pv0f1CNFIeK.png",
      "height": 422,
      "id": "5b9178b50e0a2640400041ff",
      "file_type": ".png",
      "vote_average": 3.334,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 0.776,
      "file_path": "/iCe2CgmhAi2ZyJwtQg3rz4LMcux.png",
      "height": 2000,
      "id": "5acee8ec9251410c39032915",
      "file_type": ".png",
      "vote_average": 0.166,
      "vote_count": 1,
      "width": 1552
    }
  ]
}
There are two image formats that are supported for companies, PNG’s and SVG’s. You can see which type the original file is by looking at the file_type field

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network_id
integer
required

The ID of the netwrok

Response

200 - application/json

Successful

id
string

A unique identifier

logos
object[]

Contains the list of data or items