Epic Games Freebie
收藏RapidAPI2026-06-10 更新2026-06-11 收录
下载链接:
https://rapidapi.com/koshikuriyan/api/epic-games-freebie
下载链接
链接失效反馈官方服务:
资源简介:
An unofficial API for retrieving current free PC games, current free mobile games, and upcoming free PC game giveaways from the Epic Games Store. Ideal for websites, apps, bots, giveaway trackers, and game deal notification services. Provides up-to-date promotion data in a simple, developer-friendly format.
创建时间:
2026-06-10
原始信息汇总
数据集概览:Epic Games Freebie
这是一个非官方的 API,用于获取 Epic Games Store 上当前和即将推出的免费游戏赠送信息,适合用于网站、应用、机器人、赠送追踪器和游戏交易通知服务。
核心功能
- 检索当前免费 PC 游戏。
- 检索当前免费移动端游戏(分 Android 和 iOS)。
- 检索即将推出的免费 PC 游戏赠送。
主要端点
GET /games:返回所有当前和即将推出的 Epic Games Store 赠送信息。
响应结构
返回的 JSON 包含两个主要部分:
freeNow:当前正在进行的免费游戏。pc:PC 游戏列表。mobile:移动端游戏,进一步分为android和ios。
freeUpcoming:即将推出的免费游戏,结构与freeNow相同。
游戏对象字段
| 字段 | 类型 | 描述 |
|---|---|---|
title |
string | 游戏标题 |
id |
string / null | Epic Games Store ID |
pageSlug |
string | 商店页面 slug |
originalPrice |
string | 折扣前原价(美元) |
startDate |
string | 赠送开始日期(UTC) |
endDate |
string | 赠送结束日期(UTC) |
images |
array | 游戏图片对象数组 |
图片对象字段
| 字段 | 类型 | 描述 |
|---|---|---|
url |
string | 图片 URL |
type |
string | 图片类型(如 OfferImageWide, Thumbnail 等) |
注意事项
- 非官方 API,与 Epic Games 无关。
- 赠送可用性可能因地区而异。
- 数据基于 Epic Games Store 的促销活动自动更新。
- 空数组表示该类别下当前没有可用游戏。



