原神角色卡池信息API
本接口总调用:117次·今日调用:0次

接口地址: https://api.suyanw.cn/api/mihoyo_ys_pool.php

返回格式: 请看返回示例

请求方式: GET

请求示例: https://api.suyanw.cn/api/mihoyo_ys_pool.php

请求参数说明:

名称必填说明

系统级错误:

名称说明
400请求错误!
403请求被服务器拒绝!
405客户端请求的方法被禁止!
408请求时间过长!
500服务器内部出现错误!
501服务器不支持请求的功能,无法完成请求!
503系统维护中!

返回示例:

{
    "code": 1,
    "text": "Success/成功",
    "data": [
        {
            "id": 166,
            "title": "「孤灯夜访」祈愿",
            "activity_url": "https://www.miyoushe.com/ys/article/77797176",
            "content_before_act": "",
            "pool": [
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/580bb3983dcd02b1deee98cbdab99f0b_3061880723579744159.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/505971/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/b1ee842a84eca650e1bfe380113e02bd_885650194631543295.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/505972/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/af5a02b2a5ea15640b1865c3db117b8c_8421110649720678606.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/504621/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/297961c14b4bf8737c1a49540a5ca11e_3477526597308019470.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/503614/detail?bbs_presentation_style=no_header",
                    "ext": ""
                }
            ],
            "voice_icon": "",
            "voice_url": "",
            "voice_status": 1,
            "start_time": "2026-09-01 18:00:00",
            "end_time": "2026-09-22 14:59:59"
        },
        {
            "id": 167,
            "title": "「聚星源动」祈愿",
            "activity_url": "https://www.miyoushe.com/ys/article/77797177",
            "content_before_act": "",
            "pool": [
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/bd297354e4709df7963f6dc976ab8784_3780170547753272242.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/505631/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/b1ee842a84eca650e1bfe380113e02bd_1273515345637510250.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/505972/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/af5a02b2a5ea15640b1865c3db117b8c_1097526600813913398.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/504621/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2026/09/01/141047435/297961c14b4bf8737c1a49540a5ca11e_1228369371147272726.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/503614/detail?bbs_presentation_style=no_header",
                    "ext": ""
                }
            ],
            "voice_icon": "",
            "voice_url": "",
            "voice_status": 1,
            "start_time": "2026-09-01 18:00:00",
            "end_time": "2026-09-22 14:59:59"
        }
    ]
}

错误码格式说明:

名称说明
1获取成功
-1获取失败

代码示例:

暂无示例