QQ信息

194 笒鬼鬼api
接口地址
https://api.cenguigui.cn/api/qq/name.php?qq=
返回格式
JSON
请求方式
GET
请求示例
https://api.cenguigui.cn/api/qq/name.php?qq=123456

参数说明

名称 必填 类型 说明
qqqq号

返回数据

{
    "code": 200,
    "qq": "123456",
    "data": {
        "name": "腾讯视频",
        "mail": "123456@qq.com",
        "avatar": "https://qlogo1.store.qq.com/qzone/123456/123456/100",
        "qzone": "https://user.qzone.qq.com/123456",
        "imgurl": "https://q1.qlogo.cn/headimg_dl?dst_uin=123456&spec=100",
        "imgurl1": "https://q2.qlogo.cn/headimg_dl?dst_uin=123456&spec=100",
        "imgurl2": "https://q3.qlogo.cn/headimg_dl?dst_uin=123456&spec=100",
        "imgurl3": "https://q4.qlogo.cn/headimg_dl?dst_uin=123456&spec=100",
        "img": "https://q.qlogo.cn/headimg_dl?dst_uin=123456&spec=640&img_type=jpg",
        "title": "spec参数:40,100,140,640",
        "tips": "笒鬼鬼QQ:2963246343"
    },
    "time": "2024-08-06 21:11:48"
}

调用实例


        

示例代码