原神角色卡池信息API
本接口总调用:30次·今日调用: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": 113,
            "title": "「饫宴角戏」祈愿",
            "activity_url": "https://www.miyoushe.com/ys/article/62885087",
            "content_before_act": "",
            "pool": [
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/b929945af5d8b2fdeabfa1fb96e5b082_8922952020173326673.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/504570/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/19d45814816f79b54e2dd3fb5e212615_7546203118363920698.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/2025/03/26/195563531/e77bf4b2d49e3cc50545b83dc071d3a6_6459347988701843350.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/500605/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/2b04443b4a98a07ab7e933399fbd2e6e_4243595955930818615.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/500672/detail?bbs_presentation_style=no_header",
                    "ext": ""
                }
            ],
            "voice_icon": "",
            "voice_url": "",
            "voice_status": 1,
            "start_time": "2025-03-26 00:00:00",
            "end_time": "2025-04-15 17:59:59"
        },
        {
            "id": 114,
            "title": "「云府鹤行」祈愿",
            "activity_url": "https://www.miyoushe.com/ys/article/62885088",
            "content_before_act": "",
            "pool": [
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/ead14be79052a8d19bbbb2a69c2f0c23_8387285166772564043.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/500673/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/19d45814816f79b54e2dd3fb5e212615_8169612356880680762.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/2025/03/26/195563531/e77bf4b2d49e3cc50545b83dc071d3a6_1654179528043908837.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/500605/detail?bbs_presentation_style=no_header",
                    "ext": ""
                },
                {
                    "icon": "https://act-upload.mihoyo.com/ys-obc/2025/03/26/195563531/2b04443b4a98a07ab7e933399fbd2e6e_2529144284378236359.png",
                    "url": "https://baike.mihoyo.com/ys/obc/content/500672/detail?bbs_presentation_style=no_header",
                    "ext": ""
                }
            ],
            "voice_icon": "",
            "voice_url": "",
            "voice_status": 1,
            "start_time": "2025-03-26 00:00:00",
            "end_time": "2025-04-15 17:59:59"
        }
    ]
}

错误码格式说明:

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

代码示例:

暂无示例