查询QQ群内是否有此成员
查询某个QQ是否再本群内
https://api.aiys.net/api/QqGroupMemberDetectionhttps://api.aiys.net/api/QqGroupMemberDetection/?qun=&cookie=&qq=请求参数
接口指标
QPS 上限
0.33次/秒
平均响应时间
67.5ms
今日调用量
0次
累计调用量
25次
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.aiys.net/api/QqGroupMemberDetection?qun=${text}&cookie=${text}&qq=${text}'返回示例
{
"message": "当前QQ在此群!",
"member": {
"uin": 135283814,
"role": 2,
"g": -1,
"join_time": 1703589204,
"last_speak_time": 1728835454,
"lv": {
"point": 0,
"level": 1
},
"card": "",
"tags": "-1",
"flag": 0,
"nick": "i LOVE YOU",
"qage": 22,
"match": {
"type": 4,
"word": [
"135283814"
],
"weight": 103
},
"rm": 1
},
"request_id": "02f003d745da9f3ccb9b8933"
}