Skip to main content
GET
/
company
/
{company_id}
/
alternative_names
Alternative Name
curl --request GET \
  --url https://api.themoviedb.org/3/company/{company_id}/alternative_names \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "results": [
    {
      "name": "루카스필름",
      "type": ""
    },
    {
      "name": "Lucasfilm Limited, LLC",
      "type": ""
    },
    {
      "name": "Lucasfilm Ltd. LLC",
      "type": ""
    },
    {
      "name": "Lucasfilm",
      "type": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
integer
required

The ID of the company to retrieve

Response

200 - application/json

Successful

id
integer

A unique identifier

results
object[]

Contains the list of data or items