首页 图像识别 学历认证
学历认证

学历认证

  • 220
  • 14060
提取用户提交的学信网教育部学历证书电子注册备案表链接里所包含的信息,包括姓名、性别、学校、专业、层次、学制、入学日期、毕业日期、证书编号等
100.00/1000次
https://api.binstd.com/xueli/verify
JSON,JSONP
POST
https://api.binstd.com/xueli/verify?appkey=yourappkey

请求参数:

API在线测试
参数名称类型必填说明
uri string 在线验证Url

返回参数:

参数名称类型说明
name string 姓名
sex string 性别
id_card_no string 证件号
nation string 民族
birth string 生日
start_date string 入学时间
end_date string 毕(结)业时间
type string 类型
level string 层次(本科等)
university string 学校
duration string 学制
major string 专业
form string 形式(例如普通全日制)
no string 证书编号
president string 校(院)长
status string 学籍状态
pdf_url string PDF文件下载地址
photo_url string 头像下载地址

请求代码:

查看代码
<?php
 
require_once 'curl.func.php';
 
$appkey = 'your_appkey_here';
$url = "https://api.binstd.com/xueli/verify?appkey=$appkey";
$post = [
    'uri' => 'https://www.chsi.com.cn/xlcx/bg.do?vcode=xxx&trnd=xxx&srcid=archive'
]
$result = curlOpen($url, array('post'=>$post));
$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));
 
if($jsonarr['status'] != 0)
{
    echo $jsonarr['msg'];
    exit();
}
                    

JSON返回示例 :

{
    "status": 0,
    "msg": "",
    "result": {
        "sex": "男",
        "birth": "1993-01-0-1",
        "start_date": "2012-09-08",
        "end_date": "2015-07-01",
        "type": "普通高等教育",
        "level": "专科",
        "university": "xxx大学",
        "duration": "4 年",
        "major": "软件技术",
        "form": "普通全日制",
        "no": "xxxxxx",
        "president": "xx",
        "status": "毕业",
        "name": "xx",
        "pdf_url": "https://xxx.pdf",
        "photo_url": "https://xxx.jpg"
    }
}
                    

API错误码:

代号说明
201 Uri格式错误
202 验证失败

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
名称权限价格
Level1 1000次 100.00元
Level2 2000次 190.00元
Level3 10000次 900.00元
Level4 20000次 1600.00元

活动推荐ACTIVITY 更多

  • orc活动

热门API接口推荐RECOMMENDED DATA 更多

开通BinSTD会员

开通账号:

×

会员类型:

  • 会员

会员时长:

  • 按年付

总金额:

  • ¥ 600.00元原价:900.00元
  • ¥ 300.00元原价:450.00元
  • ¥ 50.00元原价:75.00元
  • ¥ 100.00元原价:150.00元
  • ¥ 150.00元原价:225.00元
  • ¥ 200.00元原价:300.00元
  • ¥ 250.00元原价:375.00元