menu 全国重名查询

新首页

brightness_4 more_vert

全国重名查询

equalizer 累计使用:2527

short_text 接口文档 http 状态码 code 示例代码
编辑接口
接口信息
名称不能为空
请填写接口名称
介绍不能为空
请填写接口介绍
地址不能为空
请填写完整路径,包含http协议头
参数不能为空
格式:参数名=参数值&参数名=参数值(用于在接口文档展示)
请求方式

请求参数
不能为空
请填写参数的介绍
不能为空
请填写参数的介绍


返回参数
不能为空
请填写参数的介绍
不能为空
请填写参数的介绍
不能为空
请填写参数的介绍
不能为空
请填写参数的介绍
不能为空
请填写参数的介绍


状态代码




short_text 请求说明

请求地址  https://free.wqwlkj.cn/wqwlapi/cmcx.php

请求示例  https://free.wqwlkj.cn/wqwlapi/cmcx.php?name=岳飞&type=json

请求方式   GET

返回格式  JSON

short_text 返回示例
{
    "code": 1,
    "msg": "查询成功",
    "name": "岳飞",
    "pepole": "\n\n\n    \n    \n    \n    岳飞全国重名率查询_岳飞名字有多少重名_岳飞同名同姓人数-名字查查\n    \n    \n    \n    \n    \n    \n    \n    \n\n\n    
\n \n
\n \"大数据全国重名查询系统_在线全国姓名重名查询_免费在线起名测名打分-名字查查\"\n
\n
\n
\n \n
\n
\n \n
\n
\n\n
\n \n
\n
\n
\n \n \n \n
\n
\n
\n
名字“岳飞”全国有多少重名查询结果
\n

岳飞有多少重名?岳飞重名的多吗?名字查查提供姓名岳飞重名率分析报告。

\n
\n
\n
\n

岳飞重名查询

\n

大数据统计“岳飞”的全国同名同姓人数为0人,其中男性为0人,女性为0人。

\n

数据来源于2005-2022互联网姓名大数据统计

\n
\n
\n

同名同姓人数为

\n
0
\n

\n \n \n

\n

男性占比为74%女性占比为26%

\n

名字「飞」近五年的取名热度为1690人次,遇到重名的概率较高。

\n
\n

岳飞名字运势分析

\n
\n
\n
综合运小吉\n
\n
日常运半吉\n
\n
事业运\n
\n
爱情运\n
\n
\n 查看名字评分与运势详解\n
\n

解析有成功发展的运气,与家人朋友相处融洽,但自身恐有劳神伤心之忧。

\n

总论对家庭有责任心,但辛勤劳苦收获不多,理想高远而不能得到别人的支持,容易受到意外的灾害损失,宜退守为安。

\n

性格岳飞自尊心过强,不愿向别人低头,自视过高,做人守原则不贪不取,性急而口齿伶俐,常在不知不觉中刺伤别人而引起反感。

\n

意志意志坚定,也有相当忍耐性,容易一意孤行,养成专断的个性,应力图改进,修身养性。

\n

事业事业运不稳定,多劳少得,若有一时的成功,宜守不宜进,以持盈保泰。

\n

家庭六亲缘薄,靠自身奋斗,为家庭多操劳,家庭欠温暖。

\n

婚姻男娶温良寡和之妻,婚后夫妻多争执;女嫁谦和才干之夫,婚后家庭少温暖。

\n

子女子女个性较为孤独,长大后能为家庭而奋斗。

\n

社交好胜心较强,不愿受到别人的牵制,喜欢一意孤行,容易树立敌人,社交不圆满。

\n

精神表面平静,内则不安,心情欠开朗。

\n

财运财运不佳劳多利少,应避免意外损失或牵累,凡事三思而行。

\n

老运一生辛劳,晚景能享清福。

\n
\n
\n

岳飞名字重名率趋势

\n
\n

姓氏“岳”在最新的百家姓中排名127位,该姓氏遇到同名同姓概率较低,取一个独特好名字空间大。

字近一年出现在名字中的次数为11455次,其中名字的性别偏男性。

\n
\n
\n
\n
\n
\n
\n \n
\n
\n \n\n\n\n\n\n\n\n", "ps": "数据来源于2005-2019互联网姓名大数据统计" }

short_text 请求参数
参数名称 是否必需 参数说明
name 需要查询的数据
type 可选text json 默认text
short_text 返回参数
参数名称 参数类型 参数说明
code integer 1成功 -1失败
msg string 获取信息
name string 查询名字
pepole string 重名人数
ps string 数据说明

short_text 更新时间

更新时间  2022-09-22 18:44:58

系统状态

状态码 状态说明
400 请求错误
403 请求被服务器拒绝
404 请求服务器失败
500 服务器错误
503 服务器维护






PHP


GET方法

$url = 'https://free.wqwlkj.cn/wqwlapi/cmcx.php';
$data = '?name=岳飞&type=json';
$get = $url.$data;
$result = file_get_contents($get);
if ($result) {
  //成功
  echo $result;
} else {
  //失败
}

POST方法

$url = 'https://free.wqwlkj.cn/wqwlapi/cmcx.php';
$data = array(
  'name' => '岳飞',
  'type' => 'json',
);
$data = http_build_query($data); $option = array('http'=>array('method'=>'POST','content'=>$data)); $context = stream_context_create($option); $result = file_get_contents($url,false,$context); if ($result) { //成功 echo $result; } else { //失败 }

JavaScript


GET方法

var url = "https://free.wqwlkj.cn/wqwlapi/cmcx.php"
var data = "?name=岳飞&type=json"
var xhrGet = new XMLHttpRequest();
xhrGet.open('GET', url + data, true);
xhrGet.send();
xhrGet.onreadystatechange = function() {
    if (xhrGet.readyState == 4 && xhrGet.status == 200) {
        //成功
        var result = xhrGet.responseText;
        console.log(result);
    } else {
        //失败
    }
};

POST方法

var url = "https://free.wqwlkj.cn/wqwlapi/cmcx.php"
var data = "name=岳飞&type=json"
var xhrPost = new XMLHttpRequest();
xhrPost.open('POST', url, true);
xhrPost.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhrPost.send(data);
xhrPost.onreadystatechange = function() {
    if (xhrPost.readyState == 4 && xhrPost.status == 200) {
        //成功
        var result = xhrPost.responseText;
        console.log(result);
    } else {
        //失败
    }
};

JAVA


GET方法

new Thread(){
  public void run() {
    String path = "https://free.wqwlkj.cn/wqwlapi/cmcx.php";
    String data = "?name=岳飞&type=json";      
     try {
        URL url = new URL(path + data);
        HttpURLConnection connection = (HttpURLConnection)url.openConnection();
        connection.setRequestMethod("GET");
        int code = connection.getResponseCode();
        if (code == 200) {
          //成功
          InputStreamReader isr = new InputStreamReader(connection.getInputStream());
          BufferedReader bufferedreader = new BufferedReader(isr);
          String string;
          StringBuilder stringbuilder = new StringBuilder();
            while ((string = bufferedreader.readLine()) != null) {
              stringbuilder.append(string);
            }
          final String result = stringbuilder.toString();
          System.out.println(result);
        } else {
          //失败
        }
	} catch (MalformedURLException e) {
        e.printStackTrace();
	} catch (IOException e) {
        e.printStackTrace();
	}
}}.start();

POST方法

new Thread(){
  public void run() {
    String path = "https://free.wqwlkj.cn/wqwlapi/cmcx.php";
    String data = "name=岳飞&type=json";
      try {
        URL url = new URL(path);
        HttpURLConnection connection = (HttpURLConnection)url.openConnection();
        connection.setRequestMethod("POST");          
        connection.setDoOutput(true);
        connection.getOutputStream().write(data.getBytes());
        int code = connection.getResponseCode();
        if (code == 200) {
          //成功
          InputStreamReader isr = new InputStreamReader(connection.getInputStream());
          BufferedReader bufferedreader = new BufferedReader(isr);
          String string;
          StringBuilder stringbuilder = new StringBuilder();
            while ((string = bufferedreader.readLine()) != null) {
            stringbuilder.append(string);
            }
          final String result = stringbuilder.toString();
          System.out.println(result);
        } else {
          //失败
        }
	} catch (MalformedURLException e) {
        e.printStackTrace();
	} catch (IOException e) {
        e.printStackTrace();
	}
}}.start();

Lua


GET方法

url="https://free.wqwlkj.cn/wqwlapi/cmcx.php"
data=url.."?name=岳飞&type=json"
Http.get(data,function(code,content,data)
  if code==200 then
    --成功
    print(content)
   else
    --失败
  end
end)

POST方法

url="https://free.wqwlkj.cn/wqwlapi/cmcx.php"
data="name=岳飞&type=json"
Http.post(url,data,function(code,content,data)
  if code==200 then
    --成功
    print(content)
   else
    --失败
  end
end)

结绳


GET方法

变量 网络GET操作 为 网络操作 = 创建 网络操作()
   变量 GET数据 为 文本型 = "?name=岳飞&type=json"   
   网络GET操作.取网页源码("https://free.wqwlkj.cn/wqwlapi/cmcx.php" + GET数据)
   事件 网络GET操作:取网页源码结束(结果 为 文本型,cookie 为 文本型)
      //成功
      调试输出(结果)
   结束 事件
   事件 网络GET操作:取网页源码失败(响应码 为 文本型)
      //失败
   结束 事件

POST方法

变量 网络POST操作 为 网络操作 = 创建 网络操作()
   变量 POST数据 为 文本型 = "name=岳飞&type=json"
   网络POST操作.发送数据("https://free.wqwlkj.cn/wqwlapi/cmcx.php",POST数据)
   事件 网络POST操作:发送数据结束(结果 为 文本型,cookie 为 文本型)
      //成功
      调试输出(结果)
   结束 事件
   事件 网络POST操作:发送数据失败(响应码 为 文本型)
      //失败
   结束 事件

iAPP


GET方法

s url="https://free.wqwlkj.cn/wqwlapi/cmcx.php"
s data="?name=岳飞&type=json"
ss(url+data,get)
t(){
  hs(get,result)
  f(result!=null){
    //成功
    syso(result)
  }else{
    //失败
  }
}

POST方法

s url="https://free.wqwlkj.cn/wqwlapi/cmcx.php"
s data="name=岳飞&type=json"
t(){
  hs(url,data,"utf-8",result)
  f(result!=null){
    //成功
    syso(result)
  }else{
    //失败
  }
}



接口反馈
反馈时间 反馈接口 反馈内容 反馈者IP

网站通知

通知3:近期不少人说免费api速度挺慢的,因为寻找免费api是使用别人的主机很正常,凑合用吧。 打个小广告,如果实在是不满,可以让我移至付费接口,一个月几块钱吧,但是速度还行咯。服务器一直空闲着。 付费地址:点击进入使用

通知2:由于各种原因,原域名已经更换为free.wqwlkj.cn,请各位站长注意更换。(接口不变,只是域名换了)

通知1:疯狂星期四文案由于被恶意请求,已经取消使用,需要接口源码点击进入如果实在想使用,只能付费,地址:点击付费使用
我知道了