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

# Rated Tv Episode

> This endpoint get the list of user's list of rated tv episodes



## OpenAPI

````yaml get /3/account/{account_id}/rated/tv/episodes
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/account/{account_id}/rated/tv/episodes:
    parameters:
      - name: account_id
        in: path
        required: true
        schema:
          type: integer
        description: user's account id
    get:
      tags:
        - ACCOUNT
      summary: Rated Tv Episode
      description: This endpoint get the list of user's list of rated tv episodes
      operationId: ratedTvEpisode
      parameters:
        - name: page
          in: query
          schema:
            type: integer
            default: 1
          description: page number to retrieve specific paginated results.
        - name: session_id
          in: query
          schema:
            type: string
          description: session ID for authentication or tracking purposes
        - name: language
          in: query
          schema:
            type: string
            default: en-US
          description: language based on region
        - name: sort_by
          in: query
          description: Sort the results either in ascending order or descending order
          schema:
            type: string
            enum:
              - created_at.asc
              - created_at.desc
      responses:
        '200':
          description: Rated Tv Episodes
          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: Thu, 26 Dec 2024 13:32:19 GMT
            ETag:
              schema:
                type: string
                example: W/"5b333525ff117973180331432dc740b8"
            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 6b73deb011f1e2c824bdf8934c8a0434.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: g_EvQyiusw2Kp0GvMwTKQblLMN6Um3aI_dobYr30xYuCM27TzBNuEg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: DFW57-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: 568dd4aa11e7f8d6f2b455e9631bb34e
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2023-11-22'
                        episode_number:
                          type: number
                          example: 1
                        episode_type:
                          type: string
                          example: standard
                        id:
                          type: number
                          example: 4669401
                        name:
                          type: string
                          example: Red Light, Green Light
                        overview:
                          type: string
                          example: >-
                            Hundreds of hopefuls in tracksuits set out to cross
                            the finish line during the opening game of "Red
                            Light, Green Light." A cookie challenge causes
                            chaos.
                        production_code:
                          type: string
                          example: ''
                        rating:
                          type: number
                          example: 8
                        runtime:
                          type: number
                          example: 57
                        season_number:
                          type: number
                          example: 1
                        show_id:
                          type: number
                          example: 204082
                        still_path:
                          type: string
                          example: /uzRQDQTxljTFUJefhy1KxN9Fzkw.jpg
                        vote_average:
                          type: number
                          example: 7.976
                        vote_count:
                          type: number
                          example: 84
                    example:
                      - air_date: '2023-11-22'
                        episode_number: 1
                        episode_type: standard
                        id: 4669401
                        name: Red Light, Green Light
                        overview: >-
                          Hundreds of hopefuls in tracksuits set out to cross
                          the finish line during the opening game of "Red Light,
                          Green Light." A cookie challenge causes chaos.
                        production_code: ''
                        rating: 8
                        runtime: 57
                        season_number: 1
                        show_id: 204082
                        still_path: /uzRQDQTxljTFUJefhy1KxN9Fzkw.jpg
                        vote_average: 7.976
                        vote_count: 84
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 1
              examples:
                Rated Tv Episodes:
                  value:
                    page: 1
                    results:
                      - air_date: '2023-11-22'
                        episode_number: 1
                        episode_type: standard
                        id: 4669401
                        name: Red Light, Green Light
                        overview: >-
                          Hundreds of hopefuls in tracksuits set out to cross
                          the finish line during the opening game of "Red Light,
                          Green Light." A cookie challenge causes chaos.
                        production_code: ''
                        rating: 8
                        runtime: 57
                        season_number: 1
                        show_id: 204082
                        still_path: /uzRQDQTxljTFUJefhy1KxN9Fzkw.jpg
                        vote_average: 7.976
                        vote_count: 84
                    total_pages: 1
                    total_results: 1
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````