Critic Reviews
Description: Aggregates professional reviews for movies, books, or other media content from various sources.
API Response Structure:
{
"items": [
{
"title": "Top Critics"
}
],
"ratings": [
{
"rating": "92%",
"source": "Rotten Tomatoes",
"url": "https://www.rottentomatoes.com/m/movie"
}
],
"reviews": [
{
"title": "A masterpiece",
"mentions": "Great performance, Stunning visuals",
"summary": "An outstanding film that delivers on all fronts.",
"source": "The New York Times",
"url": "https://example.com/review"
}
],
"accordionReviews": [
{
"category": "Positive Reviews",
"items": [
{
"title": "Exceptional storytelling",
"mentions": "Direction, Cinematography",
"summary": "A visual feast with compelling narrative.",
"source": "Rolling Stone",
"url": "https://example.com/review2"
}
]
}
],
"hasMore": true,
"type": "criticReviews"
}
Fields:
-
items
(array): Review categories -
ratings
(array): Aggregate ratings-
rating
(string): Score -
source
(string): Rating source -
url
(string): Source URL
-
-
reviews
(array): Detailed reviews -
accordionReviews
(array): Categorized reviews -
hasMore
(boolean): More reviews available -
type
(string): Always "criticReviews"