Amagi API 文档 - v5.6.3
    正在准备搜索索引...

    接口 BilibiliDataOptionsMap

    interface BilibiliDataOptionsMap {
        "单个视频作品数据": {
            opt: { methodType: "单个视频作品数据"; bvid: string };
            data: BiliOneWork;
        };
        "单个视频下载信息数据": {
            opt: { methodType: "单个视频下载信息数据"; avid: number; cid: number };
            data: BiliVideoPlayurlIsLogin | BiliBiliVideoPlayurlNoLogin;
        };
        "评论数据": {
            opt: {
                methodType: "评论数据";
                type: number;
                oid: string;
                number?: number;
                mode?: 0
                | 1
                | 2
                | 3;
                pagination_str?: string;
                plat?: number;
                seek_rpid?: string;
                web_location?: string;
            };
            data: BiliWorkComments;
        };
        "用户主页数据": {
            opt: {
                methodType: "用户主页数据"
                | "用户主页动态列表数据"
                | "获取UP主总播放量";
                host_mid: number;
            };
            data: BiliUserProfile;
        };
        "用户主页动态列表数据": {
            opt: {
                methodType: "用户主页数据"
                | "用户主页动态列表数据"
                | "获取UP主总播放量";
                host_mid: number;
            };
            data: BiliUserDynamic;
        };
        "Emoji数据": { opt: { methodType: "Emoji数据" }; data: BiliEmojiList };
        "番剧基本信息数据": {
            opt: { methodType: "番剧基本信息数据"; season_id?: string; ep_id?: string };
            data: BiliBangumiVideoInfo;
        };
        "番剧下载信息数据": {
            opt: { methodType: "番剧下载信息数据"; cid: number; ep_id: string };
            data: BiliBangumiVideoPlayurlIsLogin | BiliBangumiVideoPlayurlNoLogin;
        };
        "动态详情数据": {
            opt: { methodType: "动态详情数据"
            | "动态卡片数据"; dynamic_id: string };
            data: BiliDynamicInfoUnion;
        };
        "动态卡片数据": {
            opt: { methodType: "动态详情数据"
            | "动态卡片数据"; dynamic_id: string };
            data: BiliDynamicCard;
        };
        "直播间信息": {
            opt: { methodType: "直播间信息"
            | "直播间初始化信息"; room_id: string };
            data: BiliLiveRoomDetail;
        };
        "直播间初始化信息": {
            opt: { methodType: "直播间信息"
            | "直播间初始化信息"; room_id: string };
            data: BiliLiveRoomDef;
        };
        "登录基本信息": { opt: { methodType: "登录基本信息" }; data: any };
        "申请二维码": { opt: { methodType: "申请二维码" }; data: BiliNewLoginQrcode };
        "二维码状态": {
            opt: { methodType: "二维码状态"; qrcode_key: string };
            data: BiliCheckQrcode;
        };
        "获取UP主总播放量": {
            opt: {
                methodType: "用户主页数据"
                | "用户主页动态列表数据"
                | "获取UP主总播放量";
                host_mid: number;
            };
            data: BiliUserFullView;
        };
        "AV转BV": { opt: { methodType: "AV转BV"; avid: number }; data: BiliAv2Bv };
        "BV转AV": { opt: { methodType: "BV转AV"; bvid: string }; data: BiliBv2AV };
    }
    索引

    属性

    "单个视频作品数据": { opt: { methodType: "单个视频作品数据"; bvid: string }; data: BiliOneWork }
    "单个视频下载信息数据": {
        opt: { methodType: "单个视频下载信息数据"; avid: number; cid: number };
        data: BiliVideoPlayurlIsLogin | BiliBiliVideoPlayurlNoLogin;
    }
    "评论数据": {
        opt: {
            methodType: "评论数据";
            type: number;
            oid: string;
            number?: number;
            mode?: 0 | 1 | 2 | 3;
            pagination_str?: string;
            plat?: number;
            seek_rpid?: string;
            web_location?: string;
        };
        data: BiliWorkComments;
    }
    "用户主页数据": {
        opt: {
            methodType: "用户主页数据" | "用户主页动态列表数据" | "获取UP主总播放量";
            host_mid: number;
        };
        data: BiliUserProfile;
    }
    "用户主页动态列表数据": {
        opt: {
            methodType: "用户主页数据" | "用户主页动态列表数据" | "获取UP主总播放量";
            host_mid: number;
        };
        data: BiliUserDynamic;
    }
    "Emoji数据": { opt: { methodType: "Emoji数据" }; data: BiliEmojiList }
    "番剧基本信息数据": {
        opt: { methodType: "番剧基本信息数据"; season_id?: string; ep_id?: string };
        data: BiliBangumiVideoInfo;
    }
    "番剧下载信息数据": {
        opt: { methodType: "番剧下载信息数据"; cid: number; ep_id: string };
        data: BiliBangumiVideoPlayurlIsLogin | BiliBangumiVideoPlayurlNoLogin;
    }
    "动态详情数据": {
        opt: { methodType: "动态详情数据" | "动态卡片数据"; dynamic_id: string };
        data: BiliDynamicInfoUnion;
    }
    "动态卡片数据": {
        opt: { methodType: "动态详情数据" | "动态卡片数据"; dynamic_id: string };
        data: BiliDynamicCard;
    }
    "直播间信息": {
        opt: { methodType: "直播间信息" | "直播间初始化信息"; room_id: string };
        data: BiliLiveRoomDetail;
    }
    "直播间初始化信息": {
        opt: { methodType: "直播间信息" | "直播间初始化信息"; room_id: string };
        data: BiliLiveRoomDef;
    }
    "登录基本信息": { opt: { methodType: "登录基本信息" }; data: any }
    "申请二维码": { opt: { methodType: "申请二维码" }; data: BiliNewLoginQrcode }
    "二维码状态": {
        opt: { methodType: "二维码状态"; qrcode_key: string };
        data: BiliCheckQrcode;
    }
    "获取UP主总播放量": {
        opt: {
            methodType: "用户主页数据" | "用户主页动态列表数据" | "获取UP主总播放量";
            host_mid: number;
        };
        data: BiliUserFullView;
    }
    "AV转BV": { opt: { methodType: "AV转BV"; avid: number }; data: BiliAv2Bv }
    "BV转AV": { opt: { methodType: "BV转AV"; bvid: string }; data: BiliBv2AV }