網易有道 IP地址、手機號碼歸屬地和身份證 查詢接口API

http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json php

http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js json

剛在天翼應用工廠裏發現了好多有用的API,並且基本都是免費的,可謂是個大寶庫。有興趣的能夠去看一下:http://api.189works.com/list api


這裏介紹網易有道在上面發佈的三款免費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> dom

域名檢測接口: ide

http://panda.www.net.cn/cgi-bin/check.cgi?area_domain=www.baidu.com
spa

相關文章
相關標籤/搜索