获取QQ的昵称和头像信息
接口地址: https://api.ikunl.com/api/qq_info
返回格式: JSON
请求方式: GET
请求示例: https://api.ikunl.com/api/qq_info?qq=[qq]
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
是 | string | 需要获取信息的QQ号码 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
status | string | 获取状态 |
msg | string | 状态信息 |
nickname | string | QQ昵称 |
headimg | string | 头像信息 |
返回示例:
{ "status": "success", "msg": "获取用户信息成功", "nickname": "鸭鸭吖", "headimg": "https://q2.qlogo.cn/headimg_dl?dst_uin=11232164&spec=100" }
请求参数设置:
参数名称 | 参数值 |
---|---|
{ "status": "success", "msg": "获取用户信息成功", "nickname": "鸭鸭吖", "headimg": "https://q2.qlogo.cn/headimg_dl?dst_uin=11232164&spec=100" }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例: