Get the company details by 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 }
Details
The response is of type object.
object