返回首页

QQ信息

接口说明

QQ昵称、头像、邮箱获取

接口基本信息

API地址

https://api.cenguigui.cn/api/qq/name.php?qq=

请求方式

GET

返回格式

JSON

接口状态

正常启用

参数说明

以下参数为接口所需调用信息

参数 是否必填 说明
qqqq号

请求示例

HTTP请求

https://api.cenguigui.cn/api/qq/name.php?qq=123456

返回结果

HTTP 200 OK
{ "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" }

调用示例


        

示例代码