- 简介
- 时间
- 生活服务
- Live2d
- 数据仓库
- 行政区划
- 碧蓝航线
- Bilibili
- 壁纸
- 音乐
- 成语
- 加解密编码
Live2d模型列表
GET
https://api.timelessq.com/live2d/lists
live2d
最后修改时间:2024-11-27 02:07:26
demo:https://www.timelessq.com/tool/live2d
请求参数
无
示例代码
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/live2d/lists'
返回响应
🟢200successful operation
application/json
Body
errno
integer
必需
errmsg
string
必需
data
array [object {3}]
必需
id
integer
分类ID
name
string
分类名称
children
array [object {5}]
必需
示例
{
"errno": 0,
"errmsg": "",
"data": [
{
"id": 1,
"name": "bilibili",
"children": [
{
"id": 100,
"name": "22娘",
"message": "来自 Bilibili Live 的 22 哦 ~",
"from": "https://github.com/xb2016/poster-girl-l2d-2233",
"total": 20
},
{
"id": 101,
"name": "33娘",
"message": "来自 Bilibili Live 的 33 的说",
"from": "https://github.com/xb2016/poster-girl-l2d-2233",
"total": 20
}
]
},
{
"id": 2,
"name": "药水制作师",
"children": [
{
"id": 200,
"name": "Pio酱",
"message": "来自 Potion Maker 的 Pio 酱 ~",
"from": "https://www.fghrsh.net/post/123.html",
"total": 87
},
{
"id": 201,
"name": "Tia酱",
"message": "来自 Potion Maker 的 Tia 酱 ~",
"from": "https://www.fghrsh.net/post/123.html",
"total": 63
}
]
},
{
"id": 3,
"name": "超次元游戏:海王星",
"children": [
{
"id": 300,
"name": "Blanc",
"message": "普兰",
"from": "https://www.fghrsh.net/post/123.html",
"total": 3
},
{
"id": 301,
"name": "Histoire",
"message": "伊斯特瓦尔",
"from": "https://www.fghrsh.net/post/123.html",
"total": 1
},
{
"id": 302,
"name": "Nepgear",
"message": "涅普姬雅",
"from": "https://www.fghrsh.net/post/123.html",
"total": 3
},
{
"id": 303,
"name": "NepNep",
"message": "",
"from": "https://www.fghrsh.net/post/123.html",
"total": 3
},
{
"id": 304,
"name": "Neptune",
"message": "涅普提努",
"from": "https://www.fghrsh.net/post/123.html",
"total": 2
},
{
"id": 305,
"name": "Noire",
"message": "诺瓦露",
"from": "https://www.fghrsh.net/post/123.html",
"total": 4
},
{
"id": 306,
"name": "Vert",
"message": "贝露",
"from": "https://www.fghrsh.net/post/123.html",
"total": 3
}
]
}
]
}
🟠400Invalid status value
修改于 2024-11-27 02:07:26