- 简介
- 时间
- 生活服务
- Live2d
- 壁纸
- 音乐
- 数据仓库
- 行政区划
- 碧蓝航线
- Bilibili
- 加解密编码
句子详情
GET
https://api.timelessq.com/sentence/get
最后修改时间:2025-04-03 09:13:47
请求参数
Query 参数
id
integer
句子ID
示例值:
1149
示例代码
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://api.timelessq.com/sentence/get?id=1149'
返回响应
🟢200成功
application/json
Body
errno
integer
必需
errmsg
string
必需
data
object
必需
_id
string
必需
id
integer
ID
commit_from
string
提交
created_at
string
创建时间
creator
string
提交者
from
string
出自
from_who
string | null
出自谁
hitokoto
string
句子
length
integer
长度
type
enum<string>
类型
枚举值:
abcdefghijkl
uuid
string
UUID
示例
{
"errno": 0,
"errmsg": "",
"data": {
"_id": "67ee290c4074cc36865d7092",
"id": 1149,
"commit_from": "web",
"created_at": "1488899441",
"creator": "Alxtit",
"from": "小林家的龙女仆",
"from_who": null,
"hitokoto": "这只手,暂时不洗了",
"length": 9,
"type": "a",
"uuid": "c242c906-084b-4a07-a4a1-3e97c12dd60d"
}
}
🟢200成功
修改于 2025-04-03 09:13:47