Timeless's Api
  1. Live2d
Timeless's Api
  • 一个公共Api服务
  • 时间
    • 万年历信息
      GET
    • 星座查询
      GET
    • 十二时辰黄历
      GET
    • 二十四节气
      GET
    • 节日大全
      GET
    • 法定节假日
      GET
  • 生活服务
    • 成语
      • 成语大全
      • 成语接龙
    • 句子
      • 随机获取句子
      • 句子详情
      • 句子列表
    • 英文句子
      • 每日英语
      • 随机英语句子
      • 英语句子列表
    • 笑话大全
      • 随机笑话
      • 笑话列表
    • 动画番剧查询
      GET
    • 生活垃圾分类
      GET
    • 车牌归属地查询
      GET
    • 邮政编码查询
      GET
    • 二维码生成
      GET
    • 中文拼音转换
      GET
    • 国际区号
      GET
    • 常用电话大全
      GET
    • 中文诗歌
      GET
    • IP归属地查询
      GET
    • 身份证归属地查询
      GET
  • Live2d
    • Live2d模型列表
      GET
    • 模型信息
      GET
    • 顺序获取模型
      GET
    • 随机获取模型
      GET
    • 顺序获取材质
      GET
    • 随机获取材质
      GET
  • 必应图片
    • 每日图片
    • 随机图片
    • 历史图片列表
  • 音乐
    • QQ音乐歌单
    • 歌单音乐
    • 歌曲地址查询
    • 歌词查询
    • 歌曲搜索
  • 数据仓库
    • 数据集合列表
    • 数据列表
    • 数据详情
  • 行政区划
    • 数据说明
    • 省市区街道列表
    • 获取下级行政区划
    • 行政区划搜索
  • 碧蓝航线
    • 舰娘列表
    • 舰娘详情
    • Spine模型列表
    • Spine模型信息
  • Bilibili
    • B站用户信息
    • 收藏夹列表
    • 收藏夹详情
    • 关注列表
  • 加解密编码
    • MD5
    • SHA
    • UUID
    • 加解密
    • 编码转换
  1. Live2d

Live2d模型列表

GET
https://api.timelessq.com/live2d/lists
live2d
最后修改时间:2024-11-27 02:07:26
live2d模型列表、材质数量、出处
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
上一页
身份证归属地查询
下一页
模型信息
Built with