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

# Latest

> This endpoint get the latest TV shows.



## OpenAPI

````yaml get /3/tv/latest
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/tv/latest:
    get:
      tags:
        - TV SERIES
      summary: Latest
      description: This endpoint get the latest TV shows.
      operationId: latest2
      responses:
        '200':
          description: Latest
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=0
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 19:36:16 GMT
            ETag:
              schema:
                type: string
                example: W/"d14972bb16b1e00184590d36213b3d60"
            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 f4f3f118ac6f8aab6b0b8776a3481c6e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: eWVULkI-aw-OTpfjRDZcz3qv79LtA2wj5mGZjddBiM9Ma8F58RC5mg==
            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
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '0'
            x-memc-key:
              schema:
                type: string
                example: 409cf93616f07a40b32b7847985b6452
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /499tm7ZzK2vHlGdVDaQa5v9qdwA.jpg
                  created_by:
                    type: array
                    items: {}
                    example: []
                  episode_run_time:
                    type: array
                    items: {}
                    example: []
                  first_air_date:
                    type: string
                    example: '2023-02-09'
                  genres:
                    type: array
                    items: {}
                    example: []
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 280895
                  in_production:
                    type: boolean
                    example: true
                  languages:
                    type: array
                    items: {}
                    example: []
                  last_air_date:
                    type: string
                    example: '2023-02-09'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '2023-02-09'
                      episode_number:
                        type: number
                        example: 1
                      episode_type:
                        type: string
                        example: standard
                      id:
                        type: number
                        example: 5872696
                      name:
                        type: string
                        example: Episode 1
                      overview:
                        type: string
                        example: >-
                          Episode Overview (English) - Required (minimum 10
                          characters)
                      production_code:
                        type: string
                        example: ''
                      runtime:
                        nullable: true
                        example: null
                      season_number:
                        type: number
                        example: 1
                      show_id:
                        type: number
                        example: 280895
                      still_path:
                        nullable: true
                        example: null
                      vote_average:
                        type: number
                        example: 0
                      vote_count:
                        type: number
                        example: 0
                  name:
                    type: string
                    example: სადალაქო
                  networks:
                    type: array
                    items: {}
                    example: []
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 1
                  number_of_seasons:
                    type: number
                    example: 1
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: US
                    example:
                      - US
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: სადალაქო
                  overview:
                    type: string
                    example: Show Overview (English) - Required (minimum 10 characters)
                  popularity:
                    type: number
                    example: 0
                  poster_path:
                    type: string
                    example: /8Aob0h1qC0GyvIqcKqshw9Yk9Ga.jpg
                  production_companies:
                    type: array
                    items: {}
                    example: []
                  production_countries:
                    type: array
                    items: {}
                    example: []
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2023-02-09'
                        episode_count:
                          type: number
                          example: 1
                        id:
                          type: number
                          example: 435815
                        name:
                          type: string
                          example: Season 1
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          nullable: true
                          example: null
                        season_number:
                          type: number
                          example: 1
                        vote_average:
                          type: number
                          example: 0
                    example:
                      - air_date: '2023-02-09'
                        episode_count: 1
                        id: 435815
                        name: Season 1
                        overview: ''
                        poster_path: null
                        season_number: 1
                        vote_average: 0
                  spoken_languages:
                    type: array
                    items: {}
                    example: []
                  status:
                    type: string
                    example: Returning Series
                  tagline:
                    type: string
                    example: ''
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 0
                  vote_count:
                    type: number
                    example: 0
              examples:
                Latest:
                  value:
                    adult: false
                    backdrop_path: /499tm7ZzK2vHlGdVDaQa5v9qdwA.jpg
                    created_by: []
                    episode_run_time: []
                    first_air_date: '2023-02-09'
                    genres: []
                    homepage: ''
                    id: 280895
                    in_production: true
                    languages: []
                    last_air_date: '2023-02-09'
                    last_episode_to_air:
                      air_date: '2023-02-09'
                      episode_number: 1
                      episode_type: standard
                      id: 5872696
                      name: Episode 1
                      overview: >-
                        Episode Overview (English) - Required (minimum 10
                        characters)
                      production_code: ''
                      runtime: null
                      season_number: 1
                      show_id: 280895
                      still_path: null
                      vote_average: 0
                      vote_count: 0
                    name: სადალაქო
                    networks: []
                    next_episode_to_air: null
                    number_of_episodes: 1
                    number_of_seasons: 1
                    origin_country:
                      - US
                    original_language: en
                    original_name: სადალაქო
                    overview: Show Overview (English) - Required (minimum 10 characters)
                    popularity: 0
                    poster_path: /8Aob0h1qC0GyvIqcKqshw9Yk9Ga.jpg
                    production_companies: []
                    production_countries: []
                    seasons:
                      - air_date: '2023-02-09'
                        episode_count: 1
                        id: 435815
                        name: Season 1
                        overview: ''
                        poster_path: null
                        season_number: 1
                        vote_average: 0
                    spoken_languages: []
                    status: Returning Series
                    tagline: ''
                    type: Scripted
                    vote_average: 0
                    vote_count: 0
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````