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

# Latest

> This endpoint retrieves a list of the latest TV shows and their Ids.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/latest
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:
  /3/tv/latest:
    get:
      tags:
        - TV Series
      summary: Latest
      description: This endpoint retrieves a list of the latest TV shows and their Ids.
      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: Sun, 29 Dec 2024 19:48:06 GMT
            ETag:
              schema:
                type: string
                example: W/"9095ea81161a1f99ed3df296b9798643"
            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 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: lMXjuaB0IWa7w4FKIzzztD3dw5HHJpy0_D8ezjXGgIKkzkKdzeX6tQ==
            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: 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: /tla8WvBklZ3HWhz3JJT6nsdRstg.jpg
                  created_by:
                    type: array
                    items: {}
                    example: []
                  episode_run_time:
                    type: array
                    items: {}
                    example: []
                  first_air_date:
                    type: string
                    example: '2015-07-17'
                  genres:
                    type: array
                    items: {}
                    example: []
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 280745
                  in_production:
                    type: boolean
                    example: true
                  languages:
                    type: array
                    items: {}
                    example: []
                  last_air_date:
                    type: string
                    example: '2015-07-17'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '2015-11-13'
                      episode_number:
                        type: number
                        example: 18
                      episode_type:
                        type: string
                        example: standard
                      id:
                        type: number
                        example: 5869280
                      name:
                        type: string
                        example: Episode 18
                      overview:
                        type: string
                        example: ''
                      production_code:
                        type: string
                        example: ''
                      runtime:
                        nullable: true
                        example: null
                      season_number:
                        type: number
                        example: 1
                      show_id:
                        type: number
                        example: 280745
                      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: 3
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: FR
                    example:
                      - FR
                  original_language:
                    type: string
                    example: fr
                  original_name:
                    type: string
                    example: بوليس حالة عادية
                  overview:
                    type: string
                    example: ''
                  popularity:
                    type: number
                    example: 0
                  poster_path:
                    type: string
                    example: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                  production_companies:
                    type: array
                    items: {}
                    example: []
                  production_countries:
                    type: array
                    items: {}
                    example: []
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          nullable: true
                          example: '2015-07-17'
                        episode_count:
                          type: number
                          example: 18
                        id:
                          type: number
                          example: 435540
                        name:
                          type: string
                          example: Season 1
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          type: string
                          example: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number:
                          type: number
                          example: 1
                        vote_average:
                          type: number
                          example: 0
                    example:
                      - air_date: '2015-07-17'
                        episode_count: 18
                        id: 435540
                        name: Season 1
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 1
                        vote_average: 0
                      - air_date: null
                        episode_count: 28
                        id: 435541
                        name: Season 2
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 2
                        vote_average: 0
                      - air_date: null
                        episode_count: 20
                        id: 435542
                        name: Season 3
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 3
                        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: 8
                  vote_count:
                    type: number
                    example: 1
              examples:
                Latest:
                  value:
                    adult: false
                    backdrop_path: /tla8WvBklZ3HWhz3JJT6nsdRstg.jpg
                    created_by: []
                    episode_run_time: []
                    first_air_date: '2015-07-17'
                    genres: []
                    homepage: ''
                    id: 280745
                    in_production: true
                    languages: []
                    last_air_date: '2015-07-17'
                    last_episode_to_air:
                      air_date: '2015-11-13'
                      episode_number: 18
                      episode_type: standard
                      id: 5869280
                      name: Episode 18
                      overview: ''
                      production_code: ''
                      runtime: null
                      season_number: 1
                      show_id: 280745
                      still_path: null
                      vote_average: 0
                      vote_count: 0
                    name: بوليس حالة عادية
                    networks: []
                    next_episode_to_air: null
                    number_of_episodes: 1
                    number_of_seasons: 3
                    origin_country:
                      - FR
                    original_language: fr
                    original_name: بوليس حالة عادية
                    overview: ''
                    popularity: 0
                    poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                    production_companies: []
                    production_countries: []
                    seasons:
                      - air_date: '2015-07-17'
                        episode_count: 18
                        id: 435540
                        name: Season 1
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 1
                        vote_average: 0
                      - air_date: null
                        episode_count: 28
                        id: 435541
                        name: Season 2
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 2
                        vote_average: 0
                      - air_date: null
                        episode_count: 20
                        id: 435542
                        name: Season 3
                        overview: ''
                        poster_path: /lsGJKX95A99NnjO60vdONmOgg2.jpg
                        season_number: 3
                        vote_average: 0
                    spoken_languages: []
                    status: Returning Series
                    tagline: ''
                    type: Scripted
                    vote_average: 8
                    vote_count: 1
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````