身份证号码API 查询接口
接口描述功能描述:身份证号码查询获取身份证的出生日期、性别、签发地区等信息 。
URL 示例
1)http 协议:
POST 方式请求:
http://cha.ebaitian.cn/api/json?Appid=xxx&module=getIDCardInfo&idcard=xxx&sign=xxx
GET 方式请求:
http://cha.ebaitian.cn/api/json?type=get&appid=xxx&module=getIDCardInfo&idcard=xxx&sign=xxx
2)https 协议:
POST 方式请求:
https://cha.ebaitian.cn/api/json?appid=xxx&module=getIDCardInfo&idcard=xxx&sign=xxx
GET 方式请求:
https://cha.ebaitian.cn/api/json?type=get&appid=xxx&module=getIDCardInfo&idcard=xxx&sign=xxx
请求参数
数据包体
{"type": "get","appid": "1000xxxx","module": "getIDCardInfo","idcard": "420101199001010000","sign": "ecab4881ee80ad3d76bb1da68387428ca752eb885e52621a3129dcf4d9bc4fd4"}
参数说明
参数必选类型描述
type否string授权接口的请求方式
appid是string授权接口的 AppID,请填写您在我要查官网上申请到的 AppID
module是string目标请求的数据模块,查询身份证号码为:getIDCardInfo
idcard是string目标要查询的身份证号码,仅支持18位二代身份证号码
sign是string请求凭证,具体计算方式见下面的其他说明
其他说明
1)type:可选值 get,如果赋值 get,则以 get 方式提交数据;默认以 post 方式提交数据;
2)sign:签名校验,根据公式 $sign=sha256(appid=$appid&module=getIDCardInfo&idcard=$idcard&appkey=$appkey) 生成;其中:appkey 为授权接口的 AppKey,请填写您在我要查官网上申请到的 AppKey。
构造伪代码如下:
string type = "get"; //请求方式,可以赋值为:poststring appid = "1000xxxx"; //sdkappid 对应的 appid,需要业务方高度保密string module = "getIDCardInfo"; //请求的数据模块,此处赋值:getIDCardInfostring idcard = "420101199001010000"; //要查询的身份证号码,注意仅支持18位二代身份证号码string sign = sha256(appid=1000xxxx&module=getIDCardInfo&idcard=420101199001010000&appkey=56cf61af4b7897e704f67deb88ae8f24);
响应参数
数据包体
{"result":1,"description":"TRUE","flag":"","idcardInfo":{"birthday":"1996年02月01日","sex":"女","province":"湖北省","city":"武汉市","dis":"东西湖区","note":null}}
参数说明
参数必选类型描述
result是string接口响应结果:0-失败;1-成功
description是string接口响应描述:一般为 TURE(result=1) 与 FALSE(result=0),或者返回错误信息
flag否string错误说明,没有错误则返回空
idcardInfo是object返回身份证信息
idcardInfo 参数说明:
参数必选类型描述
birthday是string出生日期
sex是string性别
province是string发证地区,省(市/自治区)
city是string发证地区,市(区/自治州)
dis是string发证地区,区(县/市/区)
note否string其他备注信息,一般为空
SDK 及代码示例php SDK
方法一:以 POST 方式请求数据
//接口参数$api_url='http://cha.ebaitian.cn/api/json';$api_appid='1000xxxx';$api_appkey='56cf61af4b7897e704f67deb88ae8f24';//函数,以POST方式提交数据,PHP需要开启CURL函数;数据传输安全,建议使用function getIDCardInfo($idcard){global $api_url,$api_appid,$api_appkey;$posturl=$api_url;$data=https://www.isolves.com/it/cxkf/bk/2022-07-02/'appid='.$api_appid.'&module=getIDCardInfo&idcard='.$idcard;$sign=hash("sha256",$data.'&appkey='.$api_appkey);$postdata=array("appid"=>$api_appid,"appkey"=>$api_appkey,"module"=>"getIDCardInfo","idcard"=>$idcard,'sign'=>$sign);$curl = curl_init();curl_setopt($curl, CURLOPT_URL, $posturl);curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);curl_setopt($curl, CURLOPT_POST, 1);curl_setopt($curl, CURLOPT_POSTFIELDS, $postdata);$output = curl_exec($curl);curl_close($curl);$obj=json_decode($output);$result=$obj->result;if($result==1){$value=$obj->idcardInfo->birthday;$value.=','.$obj->idcardInfo->sex;$value.=','.$obj->idcardInfo->province;$value.=','.$obj->idcardInfo->city;$value.=','.$obj->idcardInfo->dis;}else{$value=$obj->flag;}return $value;}//调用函数$idcard='420101199001010000';echo getIDCardInfo($idcard);exit;
方法二:以 GET 方式请求数据
//接口参数$api_url='http://cha.ebaitian.cn/api/json';$api_appid='1000xxxx';$api_appkey='56cf61af4b7897e704f67deb88ae8f24';//函数,以GET方式提交数据function getIDCardInfo($idcard){global $api_url,$api_appid,$api_appkey;$data=https://www.isolves.com/it/cxkf/bk/2022-07-02/'appid='.$api_appid.'&module=getIDCardInfo&idcard='.$idcard;$sign=hash("sha256",$data.'&appkey='.$api_appkey);$info_get=file_get_contents($api_url.'?type=get&'.$data.'&sign='.$sign);$info_json=json_decode($info_get, true);$result=$info_json['result'];if($result==1){$value=$info_json['idcardInfo']['birthday'];$value.=','.$info_json['idcardInfo']['sex'];$value.=','.$info_json['idcardInfo']['province'];$value.=','.$info_json['idcardInfo']['city'];$value.=','.$info_json['idcardInfo']['dis'];}else{$value=$info_json['flag'];}return $value;}//调用函数$idcard='420101199001010000';echo getIDCardInfo($idcard);exit;
推荐阅读
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 网剧中披露他人手机号码构成侵权-披露他人隐私如何处理
- 网剧中披露他人手机号码构成侵权-电视剧中的手机号码真的假的
- 96110是什么号码-96110为什么给我打电话-96110是诈骗电话吗
- 身份证哪一面是正面?
- 没有身份证怎么坐高铁?
- 江西嫌犯案发前住旅店拒刷身份证-江西嫌犯落网
- 江西嫌犯案发前住旅店拒刷身份证-曾春亮曾前往旅店
- 张玉环儿子称拒绝任何形式捐款-张玉环无罪释放后办理新身份证
- 张玉环将控告涉案司法人员-张玉环办理新身份证
- 张玉环无罪释放后办理新身份证-张玉环无罪释放后前往当地派出所办理新身份证