This endpoint searches for companies by their original and alternative names.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Company Example
1
[
{
"id": 71126,
"logo_path": null,
"name": "Lucasfilm Kids",
"origin_country": ""
},
{
"id": 1,
"logo_path": "/tlVSws0RvvtPBwViUyOFAO0vcQS.png",
"name": "Lucasfilm Ltd.",
"origin_country": "US"
},
{
"id": 108270,
"logo_path": "/eDWGeg5tdVNcI8aBaaJ21bEBtFa.png",
"name": "Lucasfilm Animation",
"origin_country": "US"
},
{
"id": 8805,
"logo_path": "/77RCtjFOnX2cbQ24z4q7IDzqZV4.png",
"name": "Industrial Light & Magic",
"origin_country": "US"
}
]1
4