What To Watch
Description: Provides personalized movie and TV show recommendations based on user preferences and trending content.
API Response Structure:
{
"recommendations": [
{
"title": "Show Title",
"type": "TV Series",
"matchScore": "95% Match",
"description": "Brief description of the show",
"genres": ["Drama", "Thriller"],
"rating": 4.8,
"platforms": ["Netflix", "Hulu"]
}
],
"trending": [
{
"title": "Trending Movie",
"popularity": "Trending #1",
"releaseDate": "2023"
}
],
"type": "instantAnswers",
"configType": "whatToWatch"
}
Fields:
-
recommendations
(array): Recommended content-
title
(string): Content title -
type
(string): Content type -
matchScore
(string): Personalization score -
description
(string): Brief summary -
genres
(array): Content genres -
rating
(number): Average rating -
platforms
(array): Available platforms
-
-
trending
(array): Trending content-
title
(string): Content title -
popularity
(string): Trending status -
releaseDate
(string): Release date
-
-
type
(string): Always "instantAnswers" -
configType
(string): Always "whatToWatch"