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

# Details

> This endpoint get the top level details of a movie by ID.



## OpenAPI

````yaml get /3/movie/{movie_id}
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/{movie_id}:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: integer
          example: 12
    get:
      tags:
        - MOVIES
      summary: Details
      description: This endpoint get the top level details of a movie by ID.
      operationId: details7
      parameters:
        - name: append_to_reponse
          in: query
          schema:
            type: string
          description: >-
            comma separated list of endpoints within this namespace, 20 items
            max
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Details
          headers:
            Age:
              schema:
                type: string
                example: '63'
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=13355
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 09:40:47 GMT
            ETag:
              schema:
                type: string
                example: W/"35b987710893d042b4ec8dcd53812e1e"
            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 d4df04f0be711772e1710f5d9a876f60.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: oorc_flpAiZAcqJwzuG_u0WFifqe3xszRB9aqCWAmxcOoppxzz5mTw==
            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: HIT
            x-memc-age:
              schema:
                type: string
                example: '11202'
            x-memc-expires:
              schema:
                type: string
                example: '13355'
            x-memc-key:
              schema:
                type: string
                example: c78037b6283e5cd66610574fe85dd6ea
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /eCynaAOgYYiw5yN5lBwz3IxqvaW.jpg
                  belongs_to_collection:
                    type: object
                    properties:
                      backdrop_path:
                        type: string
                        example: /bcWmv9xsKv6xXmdz5OP2wefHcdx.jpg
                      id:
                        type: number
                        example: 137697
                      name:
                        type: string
                        example: Finding Nemo Collection
                      poster_path:
                        type: string
                        example: /xwggrEugjcJDuabIWvK2CpmK91z.jpg
                  budget:
                    type: number
                    example: 94000000
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 16
                        name:
                          type: string
                          example: Animation
                    example:
                      - id: 16
                        name: Animation
                      - id: 10751
                        name: Family
                  homepage:
                    type: string
                    example: http://movies.disney.com/finding-nemo
                  id:
                    type: number
                    example: 12
                  imdb_id:
                    type: string
                    example: tt0266543
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: US
                    example:
                      - US
                  original_language:
                    type: string
                    example: en
                  original_title:
                    type: string
                    example: Finding Nemo
                  overview:
                    type: string
                    example: >-
                      Nemo, an adventurous young clownfish, is unexpectedly
                      taken from his Great Barrier Reef home to a dentist's
                      office aquarium. It's up to his worrisome father Marlin
                      and a friendly but forgetful fish Dory to bring Nemo home
                      -- meeting vegetarian sharks, surfer dude turtles,
                      hypnotic jellyfish, hungry seagulls, and more along the
                      way.
                  popularity:
                    type: number
                    example: 115.556
                  poster_path:
                    type: string
                    example: /eHuGQ10FUzK1mdOY69wF5pGgEf5.jpg
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 3
                        logo_path:
                          type: string
                          example: /1TjvGVDMYsj6JBxOAkUHpPEwLf7.png
                        name:
                          type: string
                          example: Pixar
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 3
                        logo_path: /1TjvGVDMYsj6JBxOAkUHpPEwLf7.png
                        name: Pixar
                        origin_country: US
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: US
                        name:
                          type: string
                          example: United States of America
                    example:
                      - iso_3166_1: US
                        name: United States of America
                  release_date:
                    type: string
                    example: '2003-05-30'
                  revenue:
                    type: number
                    example: 940335536
                  runtime:
                    type: number
                    example: 100
                  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: >-
                      There are 3.7 trillion fish in the ocean. They're looking
                      for one.
                  title:
                    type: string
                    example: Finding Nemo
                  video:
                    type: boolean
                    example: false
                  vote_average:
                    type: number
                    example: 7.819
                  vote_count:
                    type: number
                    example: 19304
              examples:
                Details:
                  value:
                    adult: false
                    backdrop_path: /eCynaAOgYYiw5yN5lBwz3IxqvaW.jpg
                    belongs_to_collection:
                      backdrop_path: /bcWmv9xsKv6xXmdz5OP2wefHcdx.jpg
                      id: 137697
                      name: Finding Nemo Collection
                      poster_path: /xwggrEugjcJDuabIWvK2CpmK91z.jpg
                    budget: 94000000
                    genres:
                      - id: 16
                        name: Animation
                      - id: 10751
                        name: Family
                    homepage: http://movies.disney.com/finding-nemo
                    id: 12
                    imdb_id: tt0266543
                    origin_country:
                      - US
                    original_language: en
                    original_title: Finding Nemo
                    overview: >-
                      Nemo, an adventurous young clownfish, is unexpectedly
                      taken from his Great Barrier Reef home to a dentist's
                      office aquarium. It's up to his worrisome father Marlin
                      and a friendly but forgetful fish Dory to bring Nemo home
                      -- meeting vegetarian sharks, surfer dude turtles,
                      hypnotic jellyfish, hungry seagulls, and more along the
                      way.
                    popularity: 115.556
                    poster_path: /eHuGQ10FUzK1mdOY69wF5pGgEf5.jpg
                    production_companies:
                      - id: 3
                        logo_path: /1TjvGVDMYsj6JBxOAkUHpPEwLf7.png
                        name: Pixar
                        origin_country: US
                    production_countries:
                      - iso_3166_1: US
                        name: United States of America
                    release_date: '2003-05-30'
                    revenue: 940335536
                    runtime: 100
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Released
                    tagline: >-
                      There are 3.7 trillion fish in the ocean. They're looking
                      for one.
                    title: Finding Nemo
                    video: false
                    vote_average: 7.819
                    vote_count: 19304
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````