`
cncoke
  • 浏览: 71197 次
社区版块
存档分类
最新评论

网易有道 IP地址、手机号码归属地和身份证 查询接口API

 
阅读更多

刚在天翼应用工厂里发现了好多有用的API,而且基本都是免费的,可谓是个大宝库。有兴趣的可以去看一下:http://api.189works.com/list

这里介绍网易有道在上面发布的三款免费API,毕竟是大公司,速度有保证,所以拿来与大家分享一下。当然其他的API也非常棒。

这三款接口都是以URL GET方式提交参数,以XML的形式返回查询结果

查询IP地址:
http://www.youdao.com/smartresult-xml/search.s?type=ip&q=IP地址

举例:http://www.youdao.com/smartresult-xml/search.s?type=ip&q=123.233.157.9

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="ip">
<ip>123.233.157.9</ip>
<location>山东省济南市 网通</location>
</product>
</smartresult>

查询手机号码归属地:
http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手机号

举例:http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=13892101111

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="mobile">
<phonenum>13892101111</phonenum>
<location>陕西 延安</location>
</product>
</smartresult>

查询身份证信息:
http://www.yodao.com/smartresult-xml/search.s?type=id&q=身份证号码

举例:http://www.youdao.com/smartresult-xml/search.s?type=id&q=370782196402121133

返回:
<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="identitycard">
<code>370782196402121133</code>
<location>山东省潍坊市诸城市</location>
<birthday>19640212</birthday>
<gender>m</gender>
</product>
</smartresult>

 

分享到:
评论
1 楼 njoiop 2014-11-26  
用上边的链接打不开网页,就找了haoservice的接口,还不错ip查询,手机号码查询等都有.
http://www.haoservice.com/apilist/

相关推荐

Global site tag (gtag.js) - Google Analytics