GET
/
3
/
network
/
{network_id}
/
images
curl --request GET \
  --url https://api.themoviedb.org/3/network/%7B{network_id}%7D/images
{
  "id": 538,
  "logos": [
    {
      "aspect_ratio": 2.720647773279352,
      "file_path": "/lJhRm5iDSuWF1bAs8S5A0mWE7B3.png",
      "file_type": ".svg",
      "height": 247,
      "id": "643df750cb6db504beb08c73",
      "vote_average": 0,
      "vote_count": 0,
      "width": 672
    }
  ]
}

Path Parameters

network_id
string
required

Response

200 - application/json

Images

The response is of type object.