GET
JSON
免费调用
Epic每周限时免费游戏列表接口
获取Epic Games 每周免费游戏列表
接口地址
https://api.zxki.cn/api/epic
请求示例
https://api.zxki.cn/api/epic
请求参数说明共 0 个
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 该接口无需请求参数 | |||
返回参数说明共 0 个
| 名称 | 类型 | 说明 |
|---|---|---|
| 暂无返回参数说明 | ||
返回示例
{
"code": 200,
"data": [
{
"id": "b8cc76ce7d6645f0a282b843a072cc78",
"title": "Alone With You",
"cover": "https://cdn1.epicgames.com/spt-assets/04b7a1d78c904065b5c24f9e7816c99a/alone-with-you-cllc3.png",
"original_price": 31,
"original_price_desc": "¥31.00",
"description": "ALONE WITH YOU is a sci-fi point-and-click adventure game that tells a rich story about relationships. You're the last survivor of a doomed space colony, trying to escape a planet before it implodes around you.",
"seller": "BancyCo",
"is_free_now": true,
"free_start": "2026/09/03 23:00:00",
"free_start_at": 1788447600000,
"free_end": "2026/09/10 23:00:00",
"free_end_at": 1789052400000,
"link": "https://store.epicgames.com/store/zh-CN/p/alone-with-you-028a15"
},
{
"id": "e9bb092228f544c582e2c9395fae96f3",
"title": "Astral Ascent",
"cover": "https://cdn1.epicgames.com/spt-assets/974c8a587d714d8d9e0c3b0fefe61a35/astral-ascent-b0gcm.png",
"original_price": 78,
"original_price_desc": "¥78.00",
"description": "《星界战士》(原名:星座上升)是一款以现代幻想世界为背景的2D平台rogue-lite游戏。作为4个性格迥异的英雄之一,你必须设法从花园逃离,这个大花园是一座由12个强大且邪恶的boss守护的星界监狱,另称“十二星宫”。",
"seller": "Hibernian Workshop",
"is_free_now": false,
"free_start": "2026/09/10 23:00:00",
"free_start_at": 1789052400000,
"free_end": "2026/09/17 23:00:00",
"free_end_at": 1789657200000,
"link": "https://store.epicgames.com/store/zh-CN/p/astral-ascent-b33bc2"
},
{
"id": "c76046dddcdb43619c33ce0395941033",
"title": "Luftrausers",
"cover": "https://cdn1.epicgames.com/spt-assets/85ddeeec9d4243b3a2d78aab87bfae7f/luftrausers-1mxb1.png",
"original_price": 31,
"original_price_desc": "¥31.00",
"description": "The skies are aflame and the seas will overflow with wreckage in Vlambeer’s stylish arcade shooter LUFTRAUSERS! Take to the skies in customized fighter planes to battle battleships, submarines, and rival aces for glory, honor, and high scores.",
"seller": "Devolver Digital, Inc.",
"is_free_now": false,
"free_start": "2026/09/10 23:00:00",
"free_start_at": 1789052400000,
"free_end": "2026/09/17 23:00:00",
"free_end_at": 1789657200000,
"link": "https://store.epicgames.com/store/zh-CN/p/luftrausers-51e5e9"
}
]
}
代码示例
暂无代码示例