get_calendars_releases_hot_by_start_date_by_days
Retrieve hot movie and TV releases from a start date over a specified number of days. Filter by genre, streaming service, ratings, and other criteria to find trending titles.
Instructions
Get hot releases.
GET /calendars/releases/hot/{start_date}/{days}
Args:
start_date: The start date of the calendar. Must be formatted as "YYYY-MM-DD".
days: The number of days to retrieve.
extended: Extended information to include in the response.
watchnow: Use "favorites" for streaming on a favorite service of the user.
Use "any" for streaming on any service in the user's country.
Use "any_all" for streaming on any service in all countries.
Use "free" for streaming for free in the user's country.
Use "free_all" for streaming for free in all countries.
Use "subscriptions" for streaming on any subscription service (Netflix, Hulu, etc) in the user's country.
Use "subscriptions_all" streaming on any subscription service in all countries
genres: Query parameter.
subgenres: Query parameter.
years: Query parameter.
ratings: Query parameter.
start_date_query: Query parameter.
end_date: Query parameter.
runtimes: Query parameter.
countries: Query parameter.
certifications: Query parameter.
type: Narrow the feed to a single media type. Omit to return both.
group: Collapse same-show-same-day episodes into a single card (full_season / multiple_episodes). Omit for one entry per episode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| type | No | ||
| group | No | ||
| years | No | ||
| genres | No | ||
| ratings | No | ||
| end_date | No | ||
| extended | No | ||
| runtimes | No | ||
| watchnow | No | ||
| countries | No | ||
| subgenres | No | ||
| start_date | Yes | ||
| certifications | No | ||
| start_date_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |