Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Ratings
- GETCredits
- GETEpisode Groups
- GETExternal IDs
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranslations
- GETVideos
- GETWatch Providers
- POSTAdd Rating
- DELDelete Rating
- GET
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
TV Series
Reviews
Get the reviews that have been added to a TV show.
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
Response
200 - application/json
Reviews
The response is of type object
.
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
}