- 【介绍】60s API
- 【必看】API 参数约定
- 日更资讯
- 热门榜单
- 实用功能
- 消遣娱乐
Epic Games 免费游戏
GET
https://60s-api.viki.moe/v2/epic
最后修改时间:2025-01-15 01:55:47
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://60s-api.viki.moe/v2/epic'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {13}]
必需
id
string
ID
title
string
游戏名称
cover
string
游戏封面图
original_price
integer
原价(数字,单位为人民币元)
original_price_desc
string
已格式化原价描述(带单位)
description
string
游戏描述
seller
string
发行厂商/销售商
is_free_now
boolean
当前是否免费
free_start
string
免费开始时间字符串
free_start_at
integer
免费开始时间戳(13 位)
free_end
string
免费结束时间字符串
free_end_at
integer
免费结束时间戳(13 位)
link
string
游戏详情页
示例
{"code":200,"message":"所有数据均来自官方,确保稳定与实时,用户群: 595941841,开源地址: https://github.com/vikiboss/60s","data":[{"id":"92acefe8e4e845169ea160bb92e3e4e0","title":"Turmoil","cover":"https://cdn1.epicgames.com/spt-assets/4985026f56654289a4a1fa848f41c4c9/turmoil-1qsb0.png","original_price":40,"original_price_desc":"¥40.00","description":"像1899年一样钻取石油!《动荡》提供了一款视觉上迷人、富有幽默感的模拟游戏,灵感来自19世纪美国的石油热潮。","seller":"Gamious","is_free_now":true,"free_start":"2025/01/10 00:00:00","free_start_at":1736438400000,"free_end":"2025/01/17 00:00:00","free_end_at":1737043200000,"link":"https://store.epicgames.com/store/zh-CN/p/turmoil-26318a"},{"id":"224ed07084444c619cedc473c7cd1498","title":"Escape Academy","cover":"https://cdn1.epicgames.com/spt-assets/9da72b3af32d4818b502369a4aac5aac/escape-academy-q97as.png","original_price":60,"original_price_desc":"¥60.00","description":"Welcome to Escape Academy. Train to become the ultimate Escapist. Solve Puzzles. Hack Servers. Meet the Faculty. Brew the perfect cup of tea. Escape Rooms in single player or co-op with a friend - local or online!","seller":"iam8bit","is_free_now":false,"free_start":"2025/01/17 00:00:00","free_start_at":1737043200000,"free_end":"2025/01/24 00:00:00","free_end_at":1737648000000,"link":"https://store.epicgames.com/store/zh-CN/p/escape-academy-bfc2bf"}]}