Find where to stream any movie or TV show in the US using the WhereCanIWatch.tv API. Use when a user asks "where can I watch [title]?", wants streaming availability, needs to compare prices across services, or wants to know if something is on Netflix/Hulu/Disney+/etc. Supports filtering by user's subscriptions.
使用 WhereCanIWatch.tv 公共 API 回答“我在哪里可以观看 X?”。
GET https://www.wherecaniwatch.tv/api/search?q={片名}
返回匹配结果数组。根据片名和年份选择最佳匹配项。
GET https://www.wherecaniwatch.tv/api/watch/{slug}.json
响应:
json
{
title: 星际穿越,
year: 2014,
type: movie,
rating: 8.7,
genres: [科幻, 剧情],
bestDeal: {
service: Netflix,
method: subscription,
price: null,
url: https://www.netflix.com/title/...
},
availability: [
{ service: Netflix, method: subscription, price: null, quality: [4K], url: ... },
{ service: Tubi, method: free, price: null, quality: [HD], url: ... },
{ service: Amazon Prime Video, method: rent, price: 3.99, quality: [4K], url: ... }
]
}
如果用户提到了他们的订阅服务,则筛选 availability 以匹配相应服务。第一个匹配项即为他们的最佳选择。
星际穿越 正在 Netflix 上播放(订阅,4K)。在 Netflix 上观看
也可在 Tubi(高清)上免费观看,或在 Prime Video 上以 3.99 美元起的价格租赁。
在 WhereCanIWatch 上查看所有选项
| 方式 | 含义 |
|---|---|
| free | 免费(含广告或无需账户) |
| subscription |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 wherecaniwatch-1776318552 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 wherecaniwatch-1776318552 技能
skillhub install wherecaniwatch-1776318552
文件大小: 1.8 KB | 发布时间: 2026-4-16 18:42