> ## 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 details of the latest movie.



## OpenAPI

````yaml get /3/movie/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/movie/latest:
    get:
      tags:
        - MOVIES
      summary: Latest
      description: This endpoint get the details of the latest movie.
      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: Mon, 30 Dec 2024 10:32:01 GMT
            ETag:
              schema:
                type: string
                example: W/"b334338e9ddadcaaf82f9df6004f2e4c"
            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 f6eede9416393de137afc2f11d733fec.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: LwtfS78L1UXQB5NQ752ptk0sSopB6kkx6cdXXBRmgCqxa6SRQ73LpA==
            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: 8ce31d4810563febd72c1dedb3b74cce
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    nullable: true
                    example: null
                  belongs_to_collection:
                    nullable: true
                    example: null
                  budget:
                    type: number
                    example: 0
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 99
                        name:
                          type: string
                          example: Documentary
                    example:
                      - id: 99
                        name: Documentary
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 1424480
                  imdb_id:
                    nullable: true
                    example: null
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: GB
                    example:
                      - GB
                  original_language:
                    type: string
                    example: en
                  original_title:
                    type: string
                    example: Signpost
                  overview:
                    type: string
                    example: >-
                      Illustrates the reconstruction and electrification of the
                      main railway line between Manchester and Sheffield.
                      Showing the plan for the modernisation and re-equipping of
                      British Railways. This film was produced for televising by
                      the BBC during the evening that the plan was debated in
                      parliament.
                  popularity:
                    type: number
                    example: 0
                  poster_path:
                    nullable: true
                    example: null
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 52835
                        logo_path:
                          nullable: true
                          example: null
                        name:
                          type: string
                          example: British Transport Films
                        origin_country:
                          type: string
                          example: GB
                    example:
                      - id: 52835
                        logo_path: null
                        name: British Transport Films
                        origin_country: GB
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: GB
                        name:
                          type: string
                          example: United Kingdom
                    example:
                      - iso_3166_1: GB
                        name: United Kingdom
                  release_date:
                    type: string
                    example: '1955-01-01'
                  revenue:
                    type: number
                    example: 0
                  runtime:
                    type: number
                    example: 5
                  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: Signpost
                  video:
                    type: boolean
                    example: false
                  vote_average:
                    type: number
                    example: 0
                  vote_count:
                    type: number
                    example: 0
              examples:
                Latest:
                  value:
                    adult: false
                    backdrop_path: null
                    belongs_to_collection: null
                    budget: 0
                    genres:
                      - id: 99
                        name: Documentary
                    homepage: ''
                    id: 1424480
                    imdb_id: null
                    origin_country:
                      - GB
                    original_language: en
                    original_title: Signpost
                    overview: >-
                      Illustrates the reconstruction and electrification of the
                      main railway line between Manchester and Sheffield.
                      Showing the plan for the modernisation and re-equipping of
                      British Railways. This film was produced for televising by
                      the BBC during the evening that the plan was debated in
                      parliament.
                    popularity: 0
                    poster_path: null
                    production_companies:
                      - id: 52835
                        logo_path: null
                        name: British Transport Films
                        origin_country: GB
                    production_countries:
                      - iso_3166_1: GB
                        name: United Kingdom
                    release_date: '1955-01-01'
                    revenue: 0
                    runtime: 5
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Released
                    tagline: ''
                    title: Signpost
                    video: false
                    vote_average: 0
                    vote_count: 0
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````