Appearance
Epic Games 免费游戏
自动追踪Epic游戏商店每周免费游戏动态,提供实时推送、历史查询和游戏信息聚合功能,适合游戏社区、折扣提醒类应用集成。
请求地址
| 地址 | 协议 | 方法 | QPS 限制 | 线路 |
|---|---|---|---|---|
| api.niany.cn/v2/epic | HTTPS | Any | 暂无 | 海外 |
请求参数
暂无请求参数
返回参数(基本)
| 返回参数 | 返回类型 | 返回说明 |
|---|---|---|
| code | integer | 状态码 (200表示成功) |
| message | string | 接口消息 |
| data | object | 核心数据 |
| debug | object | 调试信息 |
返回参数(data)
| 返回参数 | 返回类型 | 返回说明 |
|---|---|---|
| id | string | ID(唯一标识) |
| title | string | 游戏名称 |
| cover | string | 游戏封面图(URL) |
| original_price | integer | 原价(单位:人民币元,数字) |
| original_price_desc | string | 格式化后的原价描述(带单位,如 ¥100) |
| description | string | 游戏描述 |
| seller | string | 发行厂商/销售商 |
| is_free_now | boolean | 当前是否免费(true/false) |
| free_start | string | 免费开始时间(字符串格式,如 2025-04-01 00:00:00) |
| free_start_at | integer | 免费开始时间戳(13位毫秒级) |
| free_end | string | 免费结束时间(字符串格式) |
| free_end_at | integer | 免费结束时间戳(13位毫秒级) |
| link | string | 游戏详情页链接(URL) |
点我查看返回json数据示例
json
{
"code": 200,
"message": "所有数据均来自官方,确保稳定与实时",
"data": [
{
"id": "c1beca3e77614215824c02dc9e5d6168",
"title": "Cat Quest II",
"cover": "https://cdn1.epicgames.com/offer/d5241c76f178492ea1540fce45616757/cat-quest-ii-13gb6_1200x1600-19155962849457baa73eece3e8000061",
"original_price": 0,
"original_price_desc": "0",
"description": "Open-world action-RPG in a fantasy realm of cats and dogs. CAT QUEST II lets you play solo or with a friend, as both a cat and dog! Quest in a world filled with magic, defeat monsters and collect loot in a catventure like never before!",
"seller": "Epic Dev Test Account",
"is_free_now": true,
"free_start": "2025/04/03 23:00:00",
"free_start_at": 1743692400000,
"free_end": "2025/04/10 23:00:00",
"free_end_at": 1744297200000,
"link": "https://store.epicgames.com/store/zh-CN/p/cat-quest-ii-9dbefc"
},
{
"id": "a9748abde1c94b66aae5250bb9fc5503",
"title": "《Idle Champions of the Forgotten Realms》",
"cover": "https://cdn1.epicgames.com/spt-assets/a53f91e55c6840018cb5de0b204f1ad9/idle-champions-of-the-forgotten-realms-jej4c.jpg",
"original_price": 0,
"original_price_desc": "0",
"description": "《Idle Champions》是一款官方《龙与地下城》策略管理游戏,聚集了来自小说、战役和剧集中的各路标志性角色,展开一场史诗级的冒险。",
"seller": "Codename Entertainment",
"is_free_now": true,
"free_start": "2025/04/10 23:00:00",
"free_start_at": 1744297200000,
"free_end": "2025/04/17 23:00:00",
"free_end_at": 1744902000000,
"link": "https://store.epicgames.com/store/zh-CN/p/idle-champions-of-the-forgotten-realms"
},
{
"id": "ceea8c3f2f0b48dfbd5c658c3cb6d1b0",
"title": "River City Girls",
"cover": "https://cdn1.epicgames.com/spt-assets/a6eec1ad46bc4515be5731b22f274ef7/river-city-girls-chpr7.jpg",
"original_price": 93,
"original_price_desc": "¥93.00",
"description": "There's trouble again in River City, and this time only the girls can save the day! Using a variety of attacks, weapons, and items, these hot-blooded heroines are ready to teach the city’s lowlifes a lesson - solo or 2-player co-op! An old-school rumble for a new generation!",
"seller": "WayForward",
"is_free_now": false,
"free_start": "2025/04/10 23:00:00",
"free_start_at": 1744297200000,
"free_end": "2025/04/17 23:00:00",
"free_end_at": 1744902000000,
"link": "https://store.epicgames.com/store/zh-CN/p/river-city-girls-e6f608"
}
],
"__debug__": {
"api_name": "NianYi-api",
"api_version": "2.13.4",
"api_docs": "https://api.niany.cn/",
"author": "NianYi_Wiki",
"updated": "2025/03/22 13:27:50",
"updated_at": 1742621270000
}
}© 2024 Nian Yi. 保留所有权利。