GET
/
3
/
account
/
{account_id}
/
rated
/
tv
curl --request GET \
  --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/rated/tv
{
  "page": 1,
  "results": [
    {
      "adult": false,
      "backdrop_path": "/2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg",
      "first_air_date": "2000-10-03",
      "genre_ids": [
        16,
        35,
        18,
        10759
      ],
      "id": 42705,
      "name": "Fighting Spirit",
      "origin_country": [
        "JP"
      ],
      "original_language": "ja",
      "original_name": "はじめの一歩",
      "overview": "Makunouchi Ippo is an ordinary high school student in Japan. Since he spends most of his time away from school helping his mother run the family business, he doesn't get to enjoy his younger years like most teenagers. Always a target for bullying at school (the family fishing business grants him a distinct odor), Ippo's life is one of hardship. One of these after-school bullying sessions turns Ippo's life around for the better, as he is saved by a boxer named Takamura. He decides to follow in Takamura's footsteps and train to become a boxer, giving his life direction and purpose. Ippo's path to perfecting his pugilistic prowess is just beginning...",
      "popularity": 1484.436,
      "poster_path": "/qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg",
      "rating": 10,
      "vote_average": 8.657,
      "vote_count": 1086
    },
    {
      "adult": false,
      "backdrop_path": "/oUmWLyeko3kYdUr8DBLIsxwcugl.jpg",
      "first_air_date": "2024-10-11",
      "genre_ids": [
        16,
        10759,
        35,
        10765
      ],
      "id": 236994,
      "name": "Dragon Ball DAIMA",
      "origin_country": [
        "JP"
      ],
      "original_language": "ja",
      "original_name": "ドラゴンボールDAIMA",
      "overview": "Mysteriously transformed into mini versions of themselves, Goku and his friends travel to the Demon Realm to uncover the truth and find a cure.",
      "popularity": 526.944,
      "poster_path": "/cIDPZMGsiVHkHA6HPJmEmGcgyyw.jpg",
      "rating": 10,
      "vote_average": 8.204,
      "vote_count": 265
    },
    {
      "adult": false,
      "backdrop_path": "/or7wKwv1IT6LEOktt395O5qi7e.jpg",
      "first_air_date": "2013-09-12",
      "genre_ids": [
        18,
        80
      ],
      "id": 60574,
      "name": "Peaky Blinders",
      "origin_country": [
        "GB"
      ],
      "original_language": "en",
      "original_name": "Peaky Blinders",
      "overview": "A gangster family epic set in 1919 Birmingham, England and centered on a gang who sew razor blades in the peaks of their caps, and their fierce boss Tommy Shelby, who means to move up in the world.",
      "popularity": 484.899,
      "poster_path": "/vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg",
      "rating": 10,
      "vote_average": 8.538,
      "vote_count": 10056
    }
  ],
  "total_pages": 1,
  "total_results": 3
}

Path Parameters

account_id
string
required

Query Parameters

language
string
Example:

"en-US"

page
string
Example:

"1"

sort_by
string
Example:

"created_at.asc"

Response

200 - application/json

R_TV

The response is of type object.