cURL
curl --request GET \ --url https://api.themoviedb.org/3/network/{network_id}/images \ --header 'Authorization: Bearer <token>'
{ "id": 3268, "logos": [ { "aspect_ratio": 2.99644128113879, "file_path": "/gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png", "file_type": ".png", "height": 281, "id": "5f3432efef9d7200348dd5b8", "vote_average": 0, "vote_count": 0, "width": 842 } ] }
This endpoint get the TV network logos by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique integer identifier assigned to a specific network in the database.
""
images
3268
Show child attributes
2.99644128113879
"/gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png"
".png"
281
"5f3432efef9d7200348dd5b8"
0
842
[ { "aspect_ratio": 2.99644128113879, "file_path": "/gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png", "file_type": ".png", "height": 281, "id": "5f3432efef9d7200348dd5b8", "vote_average": 0, "vote_count": 0, "width": 842 }]