Get the reviews that have been added to a TV show.
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
}
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
}
Get the reviews that have been added to a TV show.
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
}
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
}