学历信息查询
根据身份证和姓名,查询学历信息,学历查询,学历证书认证,学历核实,学历证明,学历真假识别验证
http://www.91api.cn/api/detail/86
请求参数:
名称 |
类型 |
必填 |
说明 |
|
key |
string |
是 |
API KEY |
|
idcard |
String |
是 |
身份证号码 |
|
realname |
String |
是 |
姓名 |
返回字段:
名称 |
类型 |
说明 |
|
userName |
String |
姓名 |
|
identity |
String |
身份证号 |
|
graduate |
String |
毕业院校 |
|
educationDegree |
String |
学历 |
|
enrolDate |
String |
入学年份 |
|
specialityName |
String |
专业 |
|
graduateTime |
String |
毕业时间 |
|
studyResult |
String |
毕业结论 |
|
studyStyle |
String |
学历类型 |
|
schoolCity |
String |
学校所在城市 |
|
photo |
String |
照片 |
|
schoolTrade |
String |
学校性质(公办、名办等) |
|
organization |
String |
学校所属主管单位 |
|
schoolNature |
String |
学校类型(理工、医药、综合) |
|
schoolCategory |
String |
学校类别(211工程院校) |
|
educationApproach |
String |
办学形式(全日制、函授等) |
|
is985 |
String |
是否为985工程学校 |
|
is211 |
String |
是否为211工程学校 |
|
createDate |
String |
学校创建日期 |
JSON返回示例:
{
"error_code": 0,
"reason": "成功",
"result": {
"userName": "张三",
"identity": "140121198504101513",
"graduate": "北京大学",
"educationDegree": "本科",
"enrolDate": "2005",
"specialityName": "信息管理与信息系统",
"graduateTime": "2009",
"studyResult": "毕业",
"studyStyle": "普通",
"schoolCity": "北京市l",
"schoolTrade": "公办",
"schoolNature": "综合",
"schoolCategory": "211工程院校",
"educationApproach": "全日制",
"is985": "null",
"is211": "Y",
"createDate": "1902",
"photo": "
时间: 2024-11-05 13:26:45