cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/company/{{company_id}}/images' \ --header 'Authorization: Bearer <token>'
{ "id": 198834, "logos": [ { "aspect_ratio": 3.7243947858473, "file_path": "/tyHnxjQJLH6h4iDQKhN5iqebWmX.png", "file_type": ".svg", "height": 537, "id": "644b54af0c125505147ad0ec", "vote_average": 0, "vote_count": 0, "width": 2000 } ] }
This endpoint allows you to retrieve the logo of an entertainment company by Id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the company ID. Get it here
Images
198834
Show child attributes
3.7243947858473
"/tyHnxjQJLH6h4iDQKhN5iqebWmX.png"
".svg"
537
"644b54af0c125505147ad0ec"
0
2000
[ { "aspect_ratio": 3.7243947858473, "file_path": "/tyHnxjQJLH6h4iDQKhN5iqebWmX.png", "file_type": ".svg", "height": 537, "id": "644b54af0c125505147ad0ec", "vote_average": 0, "vote_count": 0, "width": 2000 }]