QQ用户资料
QQ用户资料

接口地址: https://api.i8z8.com/api/qq

返回格式: json

请求方式: post

请求示例: https://api.i8z8.com/api/qq?qq=308108099

请求参数说明:

名称 必填 类型 说明

返回参数说明:

名称 类型 说明
gender string 性别 1 男 2女
uin string QQ号码
nick string QQ名称
country string 所在地
age string 年龄
url string 头像链接

返回示例:

{
    "retcode": 0,
    "result": {
        "sret": 0,
        "exact": 0,
        "buddy": {
            "info_list": [{
                "uin": "2100709717",
                "nick": "MU",
                "country": "在杭州",
                "province": "",
                "city": "",
                "gender": 1,
                "age": 30,
                "url": "http://thirdqq.qlogo.cn/g?b=oidb&k=Ha97ZfINVHlz2ZVVlr0fbA&kti=ZSKsIQAAAAA&s=100&t1636877133"
            }],
            "exact": "",
            "sessionid": 0
        },
        "qidian": null,
        "qiye": null
    }
}

请求参数设置:

参数名称 参数值


{
    "retcode": 0,
    "result": {
        "sret": 0,
        "exact": 0,
        "buddy": {
            "info_list": [{
                "uin": "2100709717",
                "nick": "MU",
                "country": "在杭州",
                "province": "",
                "city": "",
                "gender": 1,
                "age": 30,
                "url": "http://thirdqq.qlogo.cn/g?b=oidb&k=Ha97ZfINVHlz2ZVVlr0fbA&kti=ZSKsIQAAAAA&s=100&t1636877133"
            }],
            "exact": "",
            "sessionid": 0
        },
        "qidian": null,
        "qiye": null
    }
}

错误码格式说明:

名称 类型 说明

代码示例: