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

# Company

> This endpoint allows you to search for companies by their original, translated, and alternative names.



## OpenAPI

````yaml get /
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /:
    get:
      tags:
        - Search
      summary: Company
      description: >-
        This endpoint allows you to search for companies by their original,
        translated, and alternative names.
      operationId: company
      responses:
        '200':
          description: Company
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=17381
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 12:53:02 GMT
            ETag:
              schema:
                type: string
                example: W/"c584bf3d0a6a8c3805cbb5b76df7b72d"
            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 1fa3f854976309f3d11907ad7125291a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: tv9U832e0ogeLdfvzGlm2j6_EyRxC1-fdtvtUEiEGjSCSK0KfkERVg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '10004'
            x-memc-expires:
              schema:
                type: string
                example: '17381'
            x-memc-key:
              schema:
                type: string
                example: b3eb81c87f0b3347b7ce7e42b1672c40
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 178464
                        logo_path:
                          type: string
                          nullable: true
                          example: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name:
                          type: string
                          example: Netflix
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 178464
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: US
                      - id: 198834
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: GB
                      - id: 185004
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: JP
                      - id: 171251
                        logo_path: /AqUAfMC270bGGK09Nh3mycwT1hY.png
                        name: Netflix Animation
                        origin_country: US
                      - id: 145174
                        logo_path: null
                        name: Netflix International Pictures
                        origin_country: US
                      - id: 192478
                        logo_path: null
                        name: Netflix Anime Creators' Base
                        origin_country: JP
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 6
              examples:
                Company:
                  value:
                    page: 1
                    results:
                      - id: 178464
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: US
                      - id: 198834
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: GB
                      - id: 185004
                        logo_path: /tyHnxjQJLH6h4iDQKhN5iqebWmX.png
                        name: Netflix
                        origin_country: JP
                      - id: 171251
                        logo_path: /AqUAfMC270bGGK09Nh3mycwT1hY.png
                        name: Netflix Animation
                        origin_country: US
                      - id: 145174
                        logo_path: null
                        name: Netflix International Pictures
                        origin_country: US
                      - id: 192478
                        logo_path: null
                        name: Netflix Anime Creators' Base
                        origin_country: JP
                    total_pages: 1
                    total_results: 6
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````