- 【介绍】60s API
- 【必看】API 参数约定
- 日更资讯
- 热门榜单
- 实用功能
- 消遣娱乐
【日更】每天 60 秒读懂世界
GET
https://60s-api.viki.moe/v2/60s
最后修改时间:2025-03-13 12:19:25
请求参数
Query 参数
date
string
可选
示例代码
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/60s?date'
返回响应
🟢200成功
application/json
Body
code
integer
响应状态,符合 HTTP Status Code 定义
message
string
响应信息
data
object
响应数据
date
string
返回的数据所属日期
news
array[string]
新闻列表
audio
object
必需
tip
string
微语
cover
string
封面图 URL
link
string
原文链接
created
string
必需
created_at
integer
必需
updated
string
更新时间字符串
updated_at
integer
更新时间戳(13 位)
api_updated
string
API 更新时间字符串
api_updated_at
integer
API 更新时间戳(13 位)
__debug__
object
必需
api_name
string
必需
api_version
string
必需
api_docs
string
必需
author
string
必需
user_group
string
必需
github_repo
string
必需
updated
string
必需
updated_at
integer
必需
示例
{
"code": 0,
"message": "string",
"data": {
"date": "string",
"news": [
"string"
],
"audio": {
"music": "string",
"news": "string"
},
"tip": "string",
"cover": "string",
"link": "string",
"created": "string",
"created_at": 0,
"updated": "string",
"updated_at": 0,
"api_updated": "string",
"api_updated_at": 0
},
"__debug__": {
"api_name": "string",
"api_version": "string",
"api_docs": "string",
"author": "string",
"user_group": "string",
"github_repo": "string",
"updated": "string",
"updated_at": 0
}
}
修改于 2025-03-13 12:19:25