Endpoints
- AUTHENTICATION
- ACCOUNT
- CERTIFICATIONS
- CHANGES
- COLLECTIONS
- COMPANY
- CONFIGURATION
- CREDIT
- DISCOVER
- FIND
- GENRES
- GUEST SESSIONS
- KEYWORDS
- LISTS
- MOVIE LISTS
- MOVIES
- REVIEWS
- NETWORKS
- PEOPLE LIST
- PEOPLE
- SEARCH
- TRENDING
- TV SERIES LIST
- TV SERIES
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Rating
- GETCredits
- GETEpisode Groups
- GETExternal IDs
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranaslations
- GETVideos
- GETWatch Providers
- POSTAdd Rating
- DELDelete Rating
- GET
- TV SEASONS
- TV EPISODES
- TV EPISODE GROUP
- WATCH PROVIDERS
TV SERIES
Reviews
This endpoint get the reviews that have been added to a TV show.
GET
/
3
/
tv
/
{series_id}
/
reviews
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/reviews \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1396,
"page": 1,
"results": [
{
"author": "slyone10001",
"author_details": {
"avatar_path": null,
"name": "",
"rating": 10,
"username": "slyone10001"
},
"content": "Wow....where to start. Not really into \"DRUG\" inspired shows. But this one had me from the start. The only bad about this show was the split seasons when it was a first run show. But now you can go right through to the next episode with out having to wait.....MUST WATCH ! !",
"created_at": "2018-04-10T15:44:38.134Z",
"id": "5accdbe6c3a3687e2702d058",
"updated_at": "2021-06-23T15:58:07.601Z",
"url": "https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058"
},
{
"author": "Dean",
"author_details": {
"avatar_path": null,
"name": "Dean",
"rating": 10,
"username": "Ditendra"
},
"content": "I'll be honest, at first when I started this TV show and finished first season, I didn't like it. It felt boring for me and I stopped watching, but after few years, I decided to give it a chance and continue. I'm so happy because of my decision, because after finishing this TV show, I can definitely tell that it was a masterpiece! 5th season is a bomb and 14th season was shocking! It left me with sad, euphoric shock feeling. It was mind blowing! I'm not gonna spoil you what happened, but if you started first season and you don't like it, for goodness sake, give it a chance and continue watching. I promise you won't regret.\r\n\r\nCharacters are very well developed. Acting is superb! Plot is very interesting. Whole TV show is tense, especially the last season. The only downside I can think about is camera. Sometimes it's shaking on some certain scenes. I don't know why they didn't pay attention to this, but this is nothing, just a very minor minus. Everything else is great about this TV show.",
"created_at": "2019-09-30T09:02:26.890Z",
"id": "5d91c4a2172d7f001759ca0a",
"updated_at": "2021-06-23T15:58:27.439Z",
"url": "https://www.themoviedb.org/review/5d91c4a2172d7f001759ca0a"
},
{
"author": "l33t5p34k3r",
"author_details": {
"avatar_path": null,
"name": "",
"rating": 9,
"username": "l33t5p34k3r"
},
"content": "Started out really good, but dropped quality after the second to last season",
"created_at": "2020-06-10T07:29:33.686Z",
"id": "5ee08bdd90dde0001fa67192",
"updated_at": "2021-06-23T15:58:39.055Z",
"url": "https://www.themoviedb.org/review/5ee08bdd90dde0001fa67192"
},
{
"author": "drystyx",
"author_details": {
"avatar_path": "/hLLsAvAnVT0cFU7JuuaaItTWXv8.jpg",
"name": "",
"rating": 3,
"username": "drystyx"
},
"content": "This is the kind of TV show for the \"formula lovers\" who want to feel superior.\r\nThere is an air of the superiority complex of the \"drug knowledgeable\" crowd in this series about a \"smart guy\" breaking into the drug trade.\r\nHis \"talent\" makes him the important cog in the machine. He can call his shots.\r\nStill, the ruffians give him a rough way to go, because criminals really are stupid.\r\nOnce they learn that they are nothing without him, he gets his way.\r\nMuch like a Western town blacksmith, he's the needed ingredient.\r\nHowever, things get very formula early on in the show. And there's always this sense of a superiority complex from the sort of people who push shows like this onto their friends and acquaintances. The directing writing team tap into the control freak crowd very well.\r\nBut it is a dull show about dull people.",
"created_at": "2023-04-02T17:02:14.125Z",
"id": "6429b5168de0ae00978d836a",
"updated_at": "2023-04-03T16:45:23.650Z",
"url": "https://www.themoviedb.org/review/6429b5168de0ae00978d836a"
}
],
"total_pages": 1,
"total_results": 4
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This refers to a unique identifier assigned to a television series within the database.
Example:
""
Query Parameters
Specifies the language in which the response should be returned.
Example:
"en-US"
Indicates which page of results to return. Default is the first page (1).
Example:
1
Response
200 - application/json
reviews
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/reviews \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1396,
"page": 1,
"results": [
{
"author": "slyone10001",
"author_details": {
"avatar_path": null,
"name": "",
"rating": 10,
"username": "slyone10001"
},
"content": "Wow....where to start. Not really into \"DRUG\" inspired shows. But this one had me from the start. The only bad about this show was the split seasons when it was a first run show. But now you can go right through to the next episode with out having to wait.....MUST WATCH ! !",
"created_at": "2018-04-10T15:44:38.134Z",
"id": "5accdbe6c3a3687e2702d058",
"updated_at": "2021-06-23T15:58:07.601Z",
"url": "https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058"
},
{
"author": "Dean",
"author_details": {
"avatar_path": null,
"name": "Dean",
"rating": 10,
"username": "Ditendra"
},
"content": "I'll be honest, at first when I started this TV show and finished first season, I didn't like it. It felt boring for me and I stopped watching, but after few years, I decided to give it a chance and continue. I'm so happy because of my decision, because after finishing this TV show, I can definitely tell that it was a masterpiece! 5th season is a bomb and 14th season was shocking! It left me with sad, euphoric shock feeling. It was mind blowing! I'm not gonna spoil you what happened, but if you started first season and you don't like it, for goodness sake, give it a chance and continue watching. I promise you won't regret.\r\n\r\nCharacters are very well developed. Acting is superb! Plot is very interesting. Whole TV show is tense, especially the last season. The only downside I can think about is camera. Sometimes it's shaking on some certain scenes. I don't know why they didn't pay attention to this, but this is nothing, just a very minor minus. Everything else is great about this TV show.",
"created_at": "2019-09-30T09:02:26.890Z",
"id": "5d91c4a2172d7f001759ca0a",
"updated_at": "2021-06-23T15:58:27.439Z",
"url": "https://www.themoviedb.org/review/5d91c4a2172d7f001759ca0a"
},
{
"author": "l33t5p34k3r",
"author_details": {
"avatar_path": null,
"name": "",
"rating": 9,
"username": "l33t5p34k3r"
},
"content": "Started out really good, but dropped quality after the second to last season",
"created_at": "2020-06-10T07:29:33.686Z",
"id": "5ee08bdd90dde0001fa67192",
"updated_at": "2021-06-23T15:58:39.055Z",
"url": "https://www.themoviedb.org/review/5ee08bdd90dde0001fa67192"
},
{
"author": "drystyx",
"author_details": {
"avatar_path": "/hLLsAvAnVT0cFU7JuuaaItTWXv8.jpg",
"name": "",
"rating": 3,
"username": "drystyx"
},
"content": "This is the kind of TV show for the \"formula lovers\" who want to feel superior.\r\nThere is an air of the superiority complex of the \"drug knowledgeable\" crowd in this series about a \"smart guy\" breaking into the drug trade.\r\nHis \"talent\" makes him the important cog in the machine. He can call his shots.\r\nStill, the ruffians give him a rough way to go, because criminals really are stupid.\r\nOnce they learn that they are nothing without him, he gets his way.\r\nMuch like a Western town blacksmith, he's the needed ingredient.\r\nHowever, things get very formula early on in the show. And there's always this sense of a superiority complex from the sort of people who push shows like this onto their friends and acquaintances. The directing writing team tap into the control freak crowd very well.\r\nBut it is a dull show about dull people.",
"created_at": "2023-04-02T17:02:14.125Z",
"id": "6429b5168de0ae00978d836a",
"updated_at": "2023-04-03T16:45:23.650Z",
"url": "https://www.themoviedb.org/review/6429b5168de0ae00978d836a"
}
],
"total_pages": 1,
"total_results": 4
}
Assistant
Responses are generated using AI and may contain mistakes.