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

> This endpoint get a users rated movies.



## OpenAPI

````yaml get /4/account/{account_object_id}/movie/rated
openapi: 3.0.3
info:
  title: Version 4
  description: This API is the version 4 of TMDB API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTH
  - name: LISTS
    description: For this folder, you will need to create an access token
paths:
  /4/account/{account_object_id}/movie/rated:
    parameters:
      - name: account_object_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - ACCOUNT
      summary: Rated Movies
      description: This endpoint get a users rated movies.
      operationId: ratedMovies
      parameters:
        - name: page
          description: the page number
          in: query
          schema:
            type: integer
            default: 1
        - name: language
          description: The ISO 639-1 code for the language
          in: query
          schema:
            type: string
            default: en-US
        - name: sort_by
          in: query
          schema:
            type: string
            enum:
              - created_at.asc
              - created_at.desc
      responses:
        '200':
          description: Rated Movies
          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, 03 Mar 2025 08:54:41 GMT
            ETag:
              schema:
                type: string
                example: W/"b4c01f2a4ef698ded2a623a975f675e4"
            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 882971ebff26c2a3bfb086f9b480f172.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: uF__3PvTlHPc9glOLlJEJvWNA_OXfAI4Al680ksGPdPfXU3UWZcyqw==
            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: 9da41905a174948c2201a0bb1cc97e62
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        account_rating:
                          type: object
                          properties:
                            created_at:
                              type: string
                              example: '2025-01-07T01:14:46.630Z'
                            value:
                              type: number
                              example: 9
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 18
                            - 53
                            - 10752
                        id:
                          type: number
                          example: 1043905
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Dirty Angels
                        overview:
                          type: string
                          example: >-
                            During the United States' 2021 withdrawal from
                            Afghanistan, a group of female soldiers posing as
                            medical relief are sent back in to rescue a group of
                            kidnapped teenagers caught between ISIS and the
                            Taliban.
                        popularity:
                          type: number
                          example: 362.017
                        poster_path:
                          type: string
                          example: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg
                        release_date:
                          type: string
                          example: '2024-12-11'
                        title:
                          type: string
                          example: Dirty Angels
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.194
                        vote_count:
                          type: number
                          example: 206
                    example:
                      - account_rating:
                          created_at: '2025-01-07T01:14:46.630Z'
                          value: 9
                        adult: false
                        backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                          - 10752
                        id: 1043905
                        original_language: en
                        original_title: Dirty Angels
                        overview: >-
                          During the United States' 2021 withdrawal from
                          Afghanistan, a group of female soldiers posing as
                          medical relief are sent back in to rescue a group of
                          kidnapped teenagers caught between ISIS and the
                          Taliban.
                        popularity: 362.017
                        poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.194
                        vote_count: 206
                      - account_rating:
                          created_at: '2025-01-27T09:55:02.358Z'
                          value: 9
                        adult: false
                        backdrop_path: /xZm5YUNY3PlYD1Q4k7X8zd2V4AK.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 993710
                        original_language: en
                        original_title: Back in Action
                        overview: >-
                          Fifteen years after vanishing from the CIA to start a
                          family, elite spies Matt and Emily jump back into the
                          world of espionage when their cover is blown.
                        popularity: 568.089
                        poster_path: /3L3l6LsiLGHkTG4RFB2aBA6BttB.jpg
                        release_date: '2025-01-15'
                        title: Back in Action
                        video: false
                        vote_average: 6.486
                        vote_count: 1053
                      - account_rating:
                          created_at: '2025-01-27T09:55:54.471Z'
                          value: 9
                        adult: false
                        backdrop_path: /v9Du2HC3hlknAvGlWhquRbeifwW.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 539972
                        original_language: en
                        original_title: Kraven the Hunter
                        overview: >-
                          Kraven Kravinoff's complex relationship with his
                          ruthless gangster father, Nikolai, starts him down a
                          path of vengeance with brutal consequences, motivating
                          him to become not only the greatest hunter in the
                          world, but also one of its most feared.
                        popularity: 1195.885
                        poster_path: /1GvBhRxY6MELDfxFrete6BNhBB5.jpg
                        release_date: '2024-12-11'
                        title: Kraven the Hunter
                        video: false
                        vote_average: 6.68
                        vote_count: 1330
                      - account_rating:
                          created_at: '2025-02-07T15:21:28.786Z'
                          value: 8.5
                        adult: false
                        backdrop_path: /eCynaAOgYYiw5yN5lBwz3IxqvaW.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 12
                        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: 118.116
                        poster_path: /eHuGQ10FUzK1mdOY69wF5pGgEf5.jpg
                        release_date: '2003-05-30'
                        title: Finding Nemo
                        video: false
                        vote_average: 7.817
                        vote_count: 19488
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 4
              examples:
                Rated Movies:
                  value:
                    page: 1
                    results:
                      - account_rating:
                          created_at: '2025-01-07T01:14:46.630Z'
                          value: 9
                        adult: false
                        backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                          - 10752
                        id: 1043905
                        original_language: en
                        original_title: Dirty Angels
                        overview: >-
                          During the United States' 2021 withdrawal from
                          Afghanistan, a group of female soldiers posing as
                          medical relief are sent back in to rescue a group of
                          kidnapped teenagers caught between ISIS and the
                          Taliban.
                        popularity: 362.017
                        poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.194
                        vote_count: 206
                      - account_rating:
                          created_at: '2025-01-27T09:55:02.358Z'
                          value: 9
                        adult: false
                        backdrop_path: /xZm5YUNY3PlYD1Q4k7X8zd2V4AK.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 993710
                        original_language: en
                        original_title: Back in Action
                        overview: >-
                          Fifteen years after vanishing from the CIA to start a
                          family, elite spies Matt and Emily jump back into the
                          world of espionage when their cover is blown.
                        popularity: 568.089
                        poster_path: /3L3l6LsiLGHkTG4RFB2aBA6BttB.jpg
                        release_date: '2025-01-15'
                        title: Back in Action
                        video: false
                        vote_average: 6.486
                        vote_count: 1053
                      - account_rating:
                          created_at: '2025-01-27T09:55:54.471Z'
                          value: 9
                        adult: false
                        backdrop_path: /v9Du2HC3hlknAvGlWhquRbeifwW.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 539972
                        original_language: en
                        original_title: Kraven the Hunter
                        overview: >-
                          Kraven Kravinoff's complex relationship with his
                          ruthless gangster father, Nikolai, starts him down a
                          path of vengeance with brutal consequences, motivating
                          him to become not only the greatest hunter in the
                          world, but also one of its most feared.
                        popularity: 1195.885
                        poster_path: /1GvBhRxY6MELDfxFrete6BNhBB5.jpg
                        release_date: '2024-12-11'
                        title: Kraven the Hunter
                        video: false
                        vote_average: 6.68
                        vote_count: 1330
                      - account_rating:
                          created_at: '2025-02-07T15:21:28.786Z'
                          value: 8.5
                        adult: false
                        backdrop_path: /eCynaAOgYYiw5yN5lBwz3IxqvaW.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 12
                        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: 118.116
                        poster_path: /eHuGQ10FUzK1mdOY69wF5pGgEf5.jpg
                        release_date: '2003-05-30'
                        title: Finding Nemo
                        video: false
                        vote_average: 7.817
                        vote_count: 19488
                    total_pages: 1
                    total_results: 4
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````