> ## Documentation Index
> Fetch the complete documentation index at: https://sirjosh.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Details

> This endpoint allows user to access informations addded in the list.



## OpenAPI

````yaml api-reference/openapi3.json get /3/list/{list_id}
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/list/{list_id}:
    get:
      tags:
        - LISTS
      summary: Details
      description: This endpoint allows user to access informations addded in the list.
      operationId: details6
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/list_id'
        - $ref: '#/components/parameters/page'
      responses:
        '200':
          description: details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: max-age=0, private, must-revalidate
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 21:34:01 GMT
            ETag:
              schema:
                type: string
                example: W/"5c91541af3292887de0262216571e105"
            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 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: xK5g8TLkeXI4AogsKgkSP23-jqfqy25Vf8lyOupusSh8QSquwWLMuA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
          content:
            application/json:
              schema:
                type: object
                properties:
                  created_by:
                    type: string
                    example: SirJosh
                    description: The name of the user who created the list.
                  description:
                    type: string
                    example: This contains the list of all anime, movie or TV shows
                    description: A textual description of the list.
                  favorite_count:
                    type: number
                    example: 0
                    description: >-
                      The number of users who have marked the list as a favorite
                      (default is 0).
                  id:
                    type: number
                    example: 8504997
                    description: The unique identifier for the list.
                  iso_639_1:
                    type: string
                    example: en
                    description: The ISO 639-1 code for the language of the list.
                  item_count:
                    type: number
                    example: 1
                    description: The total number of items in the list.
                  items:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                          description: Indicates if the item is for adults.
                        backdrop_path:
                          type: string
                          example: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg
                          description: >-
                            The path of the backdrop image associated with the
                            item.
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 878
                          example:
                            - 878
                            - 28
                            - 12
                          description: >-
                            This represents an array of unique identifiers that
                            correspond to the genres associated with each media
                            item listed.
                        id:
                          type: number
                          example: 18
                          description: The unique identifier for the media item in the list
                        media_type:
                          type: string
                          example: movie
                          description: The type of media in the list(movie, TV show, etc.).
                        original_language:
                          type: string
                          example: fr
                          description: The original language of the item was produced
                        original_title:
                          type: string
                          example: Le Cinquième Élément
                          description: The original title of the item.
                        overview:
                          type: string
                          example: >-
                            In 2257, a taxi driver is unintentionally given the
                            task of saving a young girl who is part of the key
                            that will ensure the survival of humanity.
                          description: A brief overview of the item.
                        popularity:
                          type: number
                          example: 69.185
                          description: The popularity score of the item.
                        poster_path:
                          type: string
                          example: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg
                          description: >-
                            The path of the poster image associated with the
                            item.
                        release_date:
                          type: string
                          example: '1997-05-02'
                          description: The release date of the item.
                        title:
                          type: string
                          example: The Fifth Element
                          description: The title of the item.
                        video:
                          type: boolean
                          example: false
                          description: >-
                            A boolean value indicating whether there is an
                            associated video (such as a trailer) available for
                            the movie. true means there is a video, whereas
                            false indicates there is none.
                        vote_average:
                          type: number
                          example: 7.554
                          description: The average voting score of the item.
                        vote_count:
                          type: number
                          example: 10764
                          description: The number of votes the item has received.
                    example:
                      - adult: false
                        backdrop_path: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 18
                        media_type: movie
                        original_language: fr
                        original_title: Le Cinquième Élément
                        overview: >-
                          In 2257, a taxi driver is unintentionally given the
                          task of saving a young girl who is part of the key
                          that will ensure the survival of humanity.
                        popularity: 69.185
                        poster_path: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg
                        release_date: '1997-05-02'
                        title: The Fifth Element
                        video: false
                        vote_average: 7.554
                        vote_count: 10764
                    description: >-
                      A collection of items (movies/shows) contained in the
                      list.
                  name:
                    type: string
                    example: Anime
                    description: The name of the list.
                  page:
                    type: number
                    example: 1
                    description: The current page number of the results being displayed.
                  poster_path:
                    nullable: true
                    example: null
                    description: >-
                      The path of the poster image associated with the list.
                      When poster_path is null, it means that the item does not
                      have an associated poster image in the database.
                  total_pages:
                    type: number
                    example: 1
                    description: The total number of pages available for the query results.
                  total_results:
                    type: number
                    example: 1
                    description: The total number of results found for the query.
              examples:
                details:
                  value:
                    created_by: SirJosh
                    description: This contains the list of all anime, movie or TV shows
                    favorite_count: 0
                    id: 8504997
                    iso_639_1: en
                    item_count: 1
                    items:
                      - adult: false
                        backdrop_path: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 18
                        media_type: movie
                        original_language: fr
                        original_title: Le Cinquième Élément
                        overview: >-
                          In 2257, a taxi driver is unintentionally given the
                          task of saving a young girl who is part of the key
                          that will ensure the survival of humanity.
                        popularity: 69.185
                        poster_path: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg
                        release_date: '1997-05-02'
                        title: The Fifth Element
                        video: false
                        vote_average: 7.554
                        vote_count: 10764
                    name: Anime
                    page: 1
                    poster_path: null
                    total_pages: 1
                    total_results: 1
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    list_id:
      name: list_id
      in: query
      required: true
      description: This is the unique identifier of the list been created
      schema:
        type: number
        example: ''
    page:
      name: page
      in: query
      description: >-
        Indicates which page of results to return. Default is the first page
        (1).
      schema:
        type: integer
        example: 1
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````