GET
/
3
/
company
/
{company_id}
curl --request GET \
  --url https://api.themoviedb.org/3/company/%7B{company_id}%7D
{
  "description": "",
  "headquarters": "",
  "homepage": "",
  "id": 65941,
  "logo_path": null,
  "name": "Yalung Group of Companies International",
  "origin_country": null,
  "parent_company": null
}

Path Parameters

company_id
string
required

Response

200 - application/json

Details

The response is of type object.