GET
/
3
/
company
/
{company_id}
/
alternative_names
curl --request GET \
  --url https://api.themoviedb.org/3/company/%7B{company_id}%7D/alternative_names
{
  "id": 65941,
  "results": []
}

Path Parameters

company_id
string
required

Response

200 - application/json

Alt Names

The response is of type object.