cURL
curl --request GET \ --url https://api.themoviedb.org/3/search/company
{ "page": 1, "results": [ { "id": 65941, "logo_path": null, "name": "Yalung Group of Companies International", "origin_country": "" } ], "total_pages": 1, "total_results": 1 }
Search for companies by their original and alternative names.
"%22Yalung%20Group%20of%20Companies%20International%22"
"1"
Company
The response is of type object.
object