Epic Games Deals API
收藏RapidAPI2026-02-08 更新2026-02-09 收录
下载链接:
https://rapidapi.com/hritikbaral101/api/epic-games-deals-api1
下载链接
链接失效反馈官方服务:
资源简介:
Fetch free games, active discounts, and upcoming promotional deals from the Epic Games Store using a clean, developer-friendly API. Ideal for deal trackers, game launchers, bots, and notifications.
创建时间:
2026-02-08
原始信息汇总
Epic Games Deals API 数据集概述
基本信息
- 数据集名称: Epic Games Deals API
- 提供者: Hritik baral
- 类别: Gaming
- 订阅者数量: 1
定价方案
- BASIC: $0.00 / 月
- PRO: $4.00 / 月
- ULTRA: $13.00 / 月
- MEGA: $40.00 / 月
API 概述
- 用途: 从 Epic Games Store 获取免费游戏、活动折扣和即将到来的促销交易。
- 目标用户: 交易追踪器、游戏启动器、机器人和通知系统。
- 特点: 提供干净、对开发者友好的 API,通过统一、可预测的模式公开活动和即将到来的促销交易。
数据范围
- 范围: 基于 Epic Games 的促销源,包括每周免费游戏、活动折扣和即将到来的促销。
- 限制: 不代表完整的 Epic Games Store 目录。
端点与参数
- 基础端点:
/epic/deals - 查询参数:
type: 按交易类型过滤:free、discount、upcomingactive: 如果为true,仅返回活动交易upcoming: 如果为true,返回即将到来的交易discount_gte: 最小当前折扣百分比(仅活动交易)upcomingdiscount_gte: 最小预期折扣百分比(仅即将到来的交易)ends_in_days: 在 X 天内结束的交易(仅活动交易)
- 过滤特性: 所有过滤器可组合使用。
排序规则
- 默认按
startDate升序排序。
示例请求
- 获取所有交易:
/epic/deals - 仅获取免费游戏:
/epic/deals?type=free - 即将结束的免费游戏:
/epic/deals?type=free&ends_in_days=2 - 大额实时折扣(90% 或以上):
/epic/deals?discount_gte=90 - 预期折扣至少 20% 的即将到来的交易:
/epic/deals?type=upcoming&upcomingdiscount_gte=20
响应结构(简化)
json { "scope": "epic_promotions", "count": 1, "results": [ { "store": "epic", "storeName": "Epic Games", "type": "free", "title": "Definitely Not Fried Chicken", "price": { "original": 24.99, "current": 0, "currency": "USD", "discountPercent": 100 }, "deal": { "startDate": "2026-01-29T16:00:00Z", "endDate": "2026-02-05T16:00:00Z", "isActive": true, "isUpcoming": false, "daysRemaining": 1 } } ] }
即将到来交易处理规则
- 即将到来的折扣不被视为活动交易。
- 价格在促销开始前不会修改,且可能更改。
- 预期折扣通过
"upcoming": { "expectedDiscountPercent": 20 }公开。
许可与免责声明
- 使用公开可用的 Epic Games Store 数据。
- 非官方 API,与 Epic Games 无关联。



