> ## 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.

# TV

> This endpoint search for TV shows by their original, translated and also known as names.



## OpenAPI

````yaml get /3/search/tv
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/tv:
    get:
      tags:
        - SEARCH
      summary: TV
      description: >-
        This endpoint search for TV shows by their original, translated and also
        known as names.
      operationId: tv3
      parameters:
        - name: query
          required: true
          in: query
          schema:
            type: string
            example: animation
        - name: first_air_date_year
          description: Search only the first air date. Valid values are- 1000..9999
          in: query
          schema:
            type: integer
            example: 2000
        - $ref: '#/components/parameters/IncludeAdult'
        - name: language
          in: query
          schema:
            type: string
            default: en-US
        - name: page
          in: query
          schema:
            type: integer
            default: 1
        - name: year
          description: >-
            Search the first air date and all episode air dates. Valid values
            are- 1000..9999
          in: query
          schema:
            type: integer
            example: ''
      responses:
        '200':
          description: TV
          headers:
            Age:
              schema:
                type: string
                example: '33'
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=27650
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 11:05:16 GMT
            ETag:
              schema:
                type: string
                example: W/"392f5a5cf32356573997729993b82033"
            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 552902bab7d1a219a13b7843f4afebae.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 84Jy2XtDam1iIggJ3f3IXxWl4kuQgw1VH7ngJvWKh5YgmHMy11Kasg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Hit 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: '27650'
            x-memc-key:
              schema:
                type: string
                example: 1b3c56287902e54bc948f8f87c73b83c
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /e2VJlbpOXt3U51FaHqyI6NZNNVE.jpg
                        first_air_date:
                          type: string
                          example: '2000-10-16'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 18
                        id:
                          type: number
                          example: 20101
                        name:
                          type: string
                          example: Android Kikaider
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: JP
                          example:
                            - JP
                        original_language:
                          type: string
                          example: ja
                        original_name:
                          type: string
                          example: 人造人間キカイダー THE ANIMATION
                        overview:
                          type: string
                          example: >-
                            The genius robotics professor Dr. Komyoji has
                            created Jiro, a humanoid robot. Gifted with a
                            conscience circuit, he has the power to simulate
                            real emotions that help to distinguish between
                            “right and wrong”.


                            Jiro must protect Mitsuko and Masaru from the evil
                            Dr. Gil who wants Jiro to join his army and aid in
                            his goal of world domination.
                        popularity:
                          type: number
                          example: 28.58
                        poster_path:
                          type: string
                          example: /6kjsZbqHXs9qo1N7q1z8R4PCdpq.jpg
                        vote_average:
                          type: number
                          example: 6.3
                        vote_count:
                          type: number
                          example: 3
                    example:
                      - adult: false
                        backdrop_path: /e2VJlbpOXt3U51FaHqyI6NZNNVE.jpg
                        first_air_date: '2000-10-16'
                        genre_ids:
                          - 16
                          - 18
                        id: 20101
                        name: Android Kikaider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 人造人間キカイダー THE ANIMATION
                        overview: >-
                          The genius robotics professor Dr. Komyoji has created
                          Jiro, a humanoid robot. Gifted with a conscience
                          circuit, he has the power to simulate real emotions
                          that help to distinguish between “right and wrong”.


                          Jiro must protect Mitsuko and Masaru from the evil Dr.
                          Gil who wants Jiro to join his army and aid in his
                          goal of world domination.
                        popularity: 28.58
                        poster_path: /6kjsZbqHXs9qo1N7q1z8R4PCdpq.jpg
                        vote_average: 6.3
                        vote_count: 3
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 1
              examples:
                TV:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /e2VJlbpOXt3U51FaHqyI6NZNNVE.jpg
                        first_air_date: '2000-10-16'
                        genre_ids:
                          - 16
                          - 18
                        id: 20101
                        name: Android Kikaider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 人造人間キカイダー THE ANIMATION
                        overview: >-
                          The genius robotics professor Dr. Komyoji has created
                          Jiro, a humanoid robot. Gifted with a conscience
                          circuit, he has the power to simulate real emotions
                          that help to distinguish between “right and wrong”.


                          Jiro must protect Mitsuko and Masaru from the evil Dr.
                          Gil who wants Jiro to join his army and aid in his
                          goal of world domination.
                        popularity: 28.58
                        poster_path: /6kjsZbqHXs9qo1N7q1z8R4PCdpq.jpg
                        vote_average: 6.3
                        vote_count: 3
                    total_pages: 1
                    total_results: 1
components:
  parameters:
    IncludeAdult:
      name: include_adult
      in: query
      schema:
        type: boolean
        default: false
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````