cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/company/{{company_id}}/alternative_names' \ --header 'Authorization: Bearer <token>'
{ "id": 192478, "results": [ { "name": "Netflix アニメ・クリエイターズ・ベース", "type": "" } ] }
This endpoint retrieves the alternative name of an entertainment company.
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
Alternative
192478
Show child attributes
[ { "name": "Netflix アニメ・クリエイターズ・ベース", "type": "" }]