GET
/
3
/
company
/
{company_id}
curl --request GET \
  --url https://api.themoviedb.org/3/company/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "description": "",
  "headquarters": "New York City, New York",
  "homepage": "https://www.hbo.com",
  "id": 3268,
  "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
  "name": "HBO",
  "origin_country": "US",
  "parent_company": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
number
required

A unique identifier assigned to a company.

Example:

""

Response

200 - application/json

details

The response is of type object.

GET
/
3
/
company
/
{company_id}
curl --request GET \
  --url https://api.themoviedb.org/3/company/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "description": "",
  "headquarters": "New York City, New York",
  "homepage": "https://www.hbo.com",
  "id": 3268,
  "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
  "name": "HBO",
  "origin_country": "US",
  "parent_company": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
number
required

A unique identifier assigned to a company.

Example:

""

Response

200 - application/json

details

The response is of type object.