Skip to main content
GET
/
3
/
company
/
{company_id}
/
alternative_names
Alternative Names
curl --request GET \
  --url 'https://api.themoviedb.org/3/company/{{company_id}}/alternative_names' \
  --header 'Authorization: Bearer <token>'
{
  "id": 219390,
  "results": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Response

200 - application/json

Alt Names Example

id
number
Example:

219390

results
any[]
Example:
[]