QQ用户资料查询
获取QQ昵称签名头像资料

接口地址 https://apis.kit9.cn/api/qq_material/api.php

请求方式 GET/POST

返回格式 JSON

HTTP/HTTPS 支持

请求示例 https://apis.kit9.cn/api/qq_material/api.php?qq=319773591

参数说明

名称 类型 说明
code number 状态码 200为正常,其它为异常
msg string 状态说明
data array 数组
name string 昵称
head_url string 头像
sign string 签名
age string 年龄
birthday_year string 出生年份
birthday_month string 出生月份
birthday_day string 出生日
shengxiao string 生肖
gender string 性别
school string 学校
country string 国家
province string 省份
city string 城市
email string 邮箱
level string QQ等级
qid string qid身份
online_status string Q在线状态
qzone_level string 空间等级
qzone_score string 空间积分
upgrade_level string 升到下一级
need_score string 下一级需要的积分

返回示例

{
    "code": 200,
    "msg": "success",
    "data": {
        "name": "kit9Cn",
        "head_url": "http://thirdqq.qlogo.cn/g?b=oidb&k=jg4bhibuNN4VJvYhufibjbEA&kti=ZxJIVwv8iuE&s=100&t1595568835",
        "sign": "直奔主题 别问在不在",
        "age": "用户设置仅自己可见",
        "birthday_year": "用户设置仅自己可见",
        "birthday_month": "用户设置仅自己可见",
        "birthday_day": "用户设置仅自己可见",
        "shengxiao": "未知",
        "gender": "用户设置仅自己可见或未设置",
        "school": "用户设置仅自己可见或未设置",
        "country": "用户设置仅自己可见或未设置",
        "province": "用户设置仅自己可见或未设置",
        "city": "用户设置仅自己可见或未设置",
        "email": "用户设置仅自己可见或未设置",
        "level": 76,
        "qid": "用户未设置",
        "online_status": "在线"
        "qzone_level": 57,
        "qzone_score": 25787,
        "upgrade_level": 58,
        "need_score": 223
    }
}