全国高校查询API【Plus版】集成指南

​​​​​​​

全国高校查询API【Plus版】集成指南

引言

在当今信息化迅速发展的时代,教育领域也不例外地迎来了数字化转型的浪潮。随着高考制度的不断改革和完善,考生和家长对于院校信息的需求也日益增长。通过此API可以了解全国相关高校的基本信息。

快速开始

注册与认证


1.注册起零API服务平台(https://api.istero.com
2.登录控制台,右上角--获取API的TOKEN密钥即可

接口地址

https://api.istero.com/resource/school/query/plus

请求参数

请求头部说明示例
AuthorizationTOKEN用户中心获取到的TOKEN89defae676abd3e3a42b41df17c40096
名称类型必填默认值描述示例
tokenstring如传入Authorization,此参数可以忽略89defae676abd3e3a42b41df17c40096
namestring高校名称杭州
pageint1页数1
locationstring所在地杭州
naturestring学校性质理工院校
typestring学校类型大学
is_985int是否为9851
is_211int是否为2110
is_topint是否为一流院校0
is_top_subjectint是否有一流学科0
is_independent_institutionsint是否有独立院校0
is_higherint是否为示范高职院校0
is_civilian_runint是否为民办学校0
is_accept_vocationalint是否招收专科0
is_accept_drint是否招收博士0
is_accept_masterint是否招收硕士0
is_accept_undergraduateint是否招收本科0

GET请求实例

https://api.istero.com/resource/school/query/plus?token=TOKEN&name=杭州&page=1&location=杭州&nature=理工院校&type=大学&is_985=1&is_211=0&is_top=0&is_top_subject=0&is_independent_institutions=0&is_higher=0&is_civilian_run=0&is_accept_vocational=0&is_accept_dr=0&is_accept_master=0&is_accept_undergraduate=0

响应数据

{
  "code": 200,
  "data": [
    {
      "name": "北京大学",
      "location": "北京市",
      "nature": "综合大学",
      "type": "大学",
      "is_985": true,
      "is_211": true,
      "is_top": true,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": true,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "中国人民大学",
      "location": "北京市",
      "nature": "综合大学",
      "type": "大学",
      "is_985": true,
      "is_211": true,
      "is_top": true,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "清华大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": true,
      "is_211": true,
      "is_top": true,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京交通大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": false,
      "is_211": true,
      "is_top": false,
      "is_top_subject": true,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京工业大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": false,
      "is_211": true,
      "is_top": false,
      "is_top_subject": true,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": true,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京航空航天大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": true,
      "is_211": true,
      "is_top": true,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京理工大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": true,
      "is_211": true,
      "is_top": true,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京科技大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": false,
      "is_211": true,
      "is_top": false,
      "is_top_subject": true,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北方工业大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": false,
      "is_211": false,
      "is_top": false,
      "is_top_subject": false,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": false,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    },
    {
      "name": "北京化工大学",
      "location": "北京市",
      "nature": "理工院校",
      "type": "大学",
      "is_985": false,
      "is_211": true,
      "is_top": false,
      "is_top_subject": true,
      "is_independent_institutions": false,
      "is_higher": false,
      "is_civilian_run": false,
      "is_accept_vocational": false,
      "is_accept_dr": true,
      "is_accept_master": true,
      "is_accept_undergraduate": true
    }
  ],
  "message": ""
}

响应数据说明

名称描述
code响应码
dataname院校名称
location所在地
nature学校性质
type类型
is_985是否为985
is_211是否为211
is_top是否为一流院校
is_top_subject是否有一流学科
is_independent_institutions是否有独立院校
is_higher是否为示范高职院校
is_civilian_run是否为民办学校
is_accept_vocational是否招收专科
is_accept_dr是否招收博士
is_accept_master是否招收硕士
is_accept_undergraduate是否招收本科
message错误信息,仅在响应码非“200”时返回数据

响应码参照 

代码描述
200数据返回成功
400数据返回错误,“message”显示错误信息
401TOKEN为空
402接口不存在
403接口请求失败
404TOKEN错误/鉴权失败
405IP白名单规则拦截
406Referer白名单规则拦截
407接口维护中
408接口已停止服务
500接口服务器错误
501余额不足,仅付费接口会出现此状态码
502违反平台协议,账号被封锁

案例应用场景

第三方教育服务平台

各类第三方教育服务平台,如在线课程提供商、留学中介等,也可以通过集成全国院校查询API来增强其服务内容。例如,一家在线课程平台可以在用户注册时,根据用户的地理位置和学习目标,推荐相关的院校及其开设的相关课程;或者一家留学中介机构可以使用API帮助学生查找国外合作院校在中国境内的分校或合作项目,拓宽留学选择。

高考志愿填报系统

为考生与家长提供全国院校相关信息查询,针对高校是否为211、985以及是否包含一流学科等信息进行参考评估

总结

全国院校查询API不仅是一个简单的信息查询工具,更是连接教育资源与用户需求的重要桥梁。它通过提供标准化、结构化的院校数据,极大地便利了学生、家长、教育工作者以及相关机构的工作和生活。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值