GET
/
3
/
tv
/
{series_id}
/
reviews
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/reviews
{
  "id": 60059,
  "page": 1,
  "results": [
    {
      "author": "Isaac Alan McIntyre",
      "author_details": {
        "avatar_path": null,
        "name": "Isaac Alan McIntyre",
        "rating": 8,
        "username": "NoName547"
      },
      "content": "I better call Saul, 'cause it looks like I'm gonna break bad.",
      "created_at": "2024-07-31T20:09:22.437Z",
      "id": "66aa99f2f05ecc11844e48bc",
      "updated_at": "2024-08-02T16:23:49.161Z",
      "url": "https://www.themoviedb.org/review/66aa99f2f05ecc11844e48bc"
    }
  ],
  "total_pages": 1,
  "total_results": 1
}

Path Parameters

series_id
string
required

Query Parameters

language
string
Example:

"en-US"

page
string
Example:

"1"

Response

200 - application/json

Reviews

The response is of type object.