> ## Documentation Index
> Fetch the complete documentation index at: https://ileolami.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Company

> This endpoint search companies by their original and alternative names.



## OpenAPI

````yaml get /3/search/company
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/search/company:
    get:
      tags:
        - SEARCH
      summary: Company
      description: This endpoint search companies by their original and alternative names.
      operationId: company
      parameters:
        - name: query
          required: true
          in: query
          schema:
            type: string
            example: animation
        - name: page
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Company
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=23476
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:54:15 GMT
            ETag:
              schema:
                type: string
                example: W/"d6bcebdfed75827c56f20ccaba03b2ef"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 7df0e12cb5a55cb5e64296e91e226fbe.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 35vveabEuZuBxJpvruALDs5QR6672WGHL0Tnrv9LnWEC5AfGICYx_w==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '23476'
            x-memc-key:
              schema:
                type: string
                example: 2040fc38c417233d3eff0bd0eadf42f7
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 102576
                        logo_path:
                          type: string
                          nullable: true
                          example: /gF5TYo681zsnO2hshaUvWFDwA3O.png
                        name:
                          type: string
                          example: Yapiko Animation
                        origin_country:
                          type: string
                          example: JP
                    example:
                      - 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:
                    type: number
                    example: 51
                  total_results:
                    type: number
                    example: 1020
              examples:
                Company:
                  value:
                    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
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````