> ## 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 movies. It is a live request and will continuously change.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/movie/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/movie/latest:
    get:
      tags:
        - Movies
      summary: Latest
      description: >-
        This endpoint retrieves a list of the latest movies. It is a live
        request and will continuously change.
      operationId: latest
      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: Tue, 24 Dec 2024 23:29:28 GMT
            ETag:
              schema:
                type: string
                example: W/"741a153c558058f72a98f028f8259ff3"
            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 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: QvZTpv2HYSXFQHi0Umy4JlHAioFF_2RiXEqznbqz3N0gJ0EzoNCAdA==
            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: 8ce31d4810563febd72c1dedb3b74cce
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /ayuGuiWsOtN6wA4OaMn7MWT6ztr.jpg
                  belongs_to_collection:
                    nullable: true
                    example: null
                  budget:
                    type: number
                    example: 0
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 27
                        name:
                          type: string
                          example: Horror
                    example:
                      - id: 27
                        name: Horror
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 1407342
                  imdb_id:
                    type: string
                    example: tt34388134
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: CA
                    example:
                      - CA
                  original_language:
                    type: string
                    example: en
                  original_title:
                    type: string
                    example: When Books Fly
                  overview:
                    type: string
                    example: ''
                  popularity:
                    type: number
                    example: 0
                  poster_path:
                    nullable: true
                    example: null
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 210560
                        logo_path:
                          nullable: true
                          example: null
                        name:
                          type: string
                          example: L-Wing Productions
                        origin_country:
                          type: string
                          example: ''
                    example:
                      - id: 210560
                        logo_path: null
                        name: L-Wing Productions
                        origin_country: ''
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: CA
                        name:
                          type: string
                          example: Canada
                    example:
                      - iso_3166_1: CA
                        name: Canada
                  release_date:
                    type: string
                    example: '2024-11-02'
                  revenue:
                    type: number
                    example: 0
                  runtime:
                    type: number
                    example: 3
                  spoken_languages:
                    type: array
                    items:
                      type: object
                      properties:
                        english_name:
                          type: string
                          example: English
                        iso_639_1:
                          type: string
                          example: en
                        name:
                          type: string
                          example: English
                    example:
                      - english_name: English
                        iso_639_1: en
                        name: English
                  status:
                    type: string
                    example: Released
                  tagline:
                    type: string
                    example: ''
                  title:
                    type: string
                    example: When Books Fly
                  video:
                    type: boolean
                    example: false
                  vote_average:
                    type: number
                    example: 0
                  vote_count:
                    type: number
                    example: 0
              examples:
                Latest:
                  value:
                    adult: false
                    backdrop_path: /ayuGuiWsOtN6wA4OaMn7MWT6ztr.jpg
                    belongs_to_collection: null
                    budget: 0
                    genres:
                      - id: 27
                        name: Horror
                    homepage: ''
                    id: 1407342
                    imdb_id: tt34388134
                    origin_country:
                      - CA
                    original_language: en
                    original_title: When Books Fly
                    overview: ''
                    popularity: 0
                    poster_path: null
                    production_companies:
                      - id: 210560
                        logo_path: null
                        name: L-Wing Productions
                        origin_country: ''
                    production_countries:
                      - iso_3166_1: CA
                        name: Canada
                    release_date: '2024-11-02'
                    revenue: 0
                    runtime: 3
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Released
                    tagline: ''
                    title: When Books Fly
                    video: false
                    vote_average: 0
                    vote_count: 0
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````