Company
This endpoint search companies by their original and alternative names.
GET
/
3
/
search
/
company
curl --request GET \
--url https://api.themoviedb.org/3/search/company \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"results": [
{
"id": 102576,
"logo_path": "/gF5TYo681zsnO2hshaUvWFDwA3O.png",
"name": "Yapiko Animation",
"origin_country": "JP"
},
{
"id": 56652,
"logo_path": null,
"name": "Bardel Animation",
"origin_country": ""
},
{
"id": 140091,
"logo_path": null,
"name": "CUB Animation",
"origin_country": ""
},
{
"id": 140210,
"logo_path": null,
"name": "Studio of Animation Films Sofia",
"origin_country": ""
},
{
"id": 521,
"logo_path": "/3BPX5VGBov8SDqTV7wC1L1xShAS.png",
"name": "DreamWorks Animation",
"origin_country": "US"
},
{
"id": 57474,
"logo_path": null,
"name": "Chung-Ang Univ Animation Lab",
"origin_country": ""
},
{
"id": 103077,
"logo_path": null,
"name": "ACT Animation Films",
"origin_country": ""
},
{
"id": 58814,
"logo_path": null,
"name": "2 Minutes Animation",
"origin_country": ""
},
{
"id": 59318,
"logo_path": null,
"name": "Hong Guang Animation (Su Zhou)",
"origin_country": ""
},
{
"id": 103933,
"logo_path": null,
"name": "Howlers Animation",
"origin_country": ""
},
{
"id": 1514,
"logo_path": null,
"name": "Tim Burton Animation Company",
"origin_country": ""
},
{
"id": 141852,
"logo_path": null,
"name": "Shanghai Morning Sun Animation",
"origin_country": ""
},
{
"id": 104604,
"logo_path": null,
"name": "Eric Miller Animation Studios",
"origin_country": ""
},
{
"id": 104638,
"logo_path": null,
"name": "Studio B Animation",
"origin_country": ""
},
{
"id": 104683,
"logo_path": null,
"name": "Marbean Animation",
"origin_country": "KR"
},
{
"id": 142757,
"logo_path": null,
"name": "Mullvad Animation",
"origin_country": "SE"
},
{
"id": 105086,
"logo_path": null,
"name": "HOT Animation LTD",
"origin_country": ""
},
{
"id": 105287,
"logo_path": null,
"name": "Eelke Dekker Film & Animation",
"origin_country": ""
},
{
"id": 143170,
"logo_path": "/qkMrUYPfXCpCDndZG9w5H1qgfvU.png",
"name": "Yi Animation",
"origin_country": "CN"
},
{
"id": 105396,
"logo_path": null,
"name": "Motion Makers Animation Studio Pvt. Ltd.",
"origin_country": ""
}
],
"total_pages": 51,
"total_results": 1020
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Company
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/search/company \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"results": [
{
"id": 102576,
"logo_path": "/gF5TYo681zsnO2hshaUvWFDwA3O.png",
"name": "Yapiko Animation",
"origin_country": "JP"
},
{
"id": 56652,
"logo_path": null,
"name": "Bardel Animation",
"origin_country": ""
},
{
"id": 140091,
"logo_path": null,
"name": "CUB Animation",
"origin_country": ""
},
{
"id": 140210,
"logo_path": null,
"name": "Studio of Animation Films Sofia",
"origin_country": ""
},
{
"id": 521,
"logo_path": "/3BPX5VGBov8SDqTV7wC1L1xShAS.png",
"name": "DreamWorks Animation",
"origin_country": "US"
},
{
"id": 57474,
"logo_path": null,
"name": "Chung-Ang Univ Animation Lab",
"origin_country": ""
},
{
"id": 103077,
"logo_path": null,
"name": "ACT Animation Films",
"origin_country": ""
},
{
"id": 58814,
"logo_path": null,
"name": "2 Minutes Animation",
"origin_country": ""
},
{
"id": 59318,
"logo_path": null,
"name": "Hong Guang Animation (Su Zhou)",
"origin_country": ""
},
{
"id": 103933,
"logo_path": null,
"name": "Howlers Animation",
"origin_country": ""
},
{
"id": 1514,
"logo_path": null,
"name": "Tim Burton Animation Company",
"origin_country": ""
},
{
"id": 141852,
"logo_path": null,
"name": "Shanghai Morning Sun Animation",
"origin_country": ""
},
{
"id": 104604,
"logo_path": null,
"name": "Eric Miller Animation Studios",
"origin_country": ""
},
{
"id": 104638,
"logo_path": null,
"name": "Studio B Animation",
"origin_country": ""
},
{
"id": 104683,
"logo_path": null,
"name": "Marbean Animation",
"origin_country": "KR"
},
{
"id": 142757,
"logo_path": null,
"name": "Mullvad Animation",
"origin_country": "SE"
},
{
"id": 105086,
"logo_path": null,
"name": "HOT Animation LTD",
"origin_country": ""
},
{
"id": 105287,
"logo_path": null,
"name": "Eelke Dekker Film & Animation",
"origin_country": ""
},
{
"id": 143170,
"logo_path": "/qkMrUYPfXCpCDndZG9w5H1qgfvU.png",
"name": "Yi Animation",
"origin_country": "CN"
},
{
"id": 105396,
"logo_path": null,
"name": "Motion Makers Animation Studio Pvt. Ltd.",
"origin_country": ""
}
],
"total_pages": 51,
"total_results": 1020
}