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 昵称
headurl string 头像
gender string 性别
gender_text string 性别

返回示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "name": "kit",
    "headurl": "http://thirdqq.qlogo.cn/g?b=sdk&k=ibMop9oicLXmCsmZYe6Haicww&s=140&t=1595568835",
    "gender": 0,
    "gender_text": "未知"
  }
}