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
}
]
}This endpoint get the TV network logos by id.
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
}
]
}file_type fieldBearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the netwrok