有道手机归属地、邮政编码查询等API 实例
這幾個(gè)接口都是以URL GET方式提交參數(shù),以XML的形式返回查詢結(jié)果
查詢IP地址:
http://www.youdao.com/smartresult-xml/search.s?type=ip&q=IP地址
舉例:http://www.youdao.com/smartresul ... amp;q=123.233.157.9
返回:
<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="ip">
<ip>123.233.157.9</ip>
<location>山東省濟(jì)南市 網(wǎng)通</location>
</product>
</smartresult>
查詢手機(jī)號(hào)碼歸屬地:
http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手機(jī)號(hào)
舉例:http://www.yodao.com/smartresult ... e&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=身份證號(hào)碼
舉例:http://www.youdao.com/smartresul ... =370782196402121133
返回:
<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="identitycard">
<code>370782196402121133</code>
<location>山東省濰坊市諸城市</location>
<birthday>19640212</birthday>
<gender>m</gender>
</product>
</smartresult>
郵編、區(qū)號(hào)、城市名查詢城市信息:
http://www.yodao.com/smartresult-xml/search.s?type=zip&q=郵編或區(qū)號(hào)或城市名
舉例:http://www.youdao.com/smartresult-xml/search.s?type=zip&q=武漢
注:此時(shí)從輸入框獲取城市名需要:java.net.URLEncoder.encode(cityName,"UTF-8");當(dāng)為漢字的時(shí)候不處理直接訪問(wèn)會(huì)得不到數(shù)據(jù)。
返回:
<?xml version="1.0" encoding="gbk"?>??
<smartresult>??
<product type="zipcode">??
<province>湖北省</province>??
<city>武漢市</city>??
<location>湖北省 武漢市</location>??
<phone>027</phone>??
<zipcode>430000</zipcode>??
</product>??
</smartresult>?
舉例:http://www.youdao.com/smartresult-xml/search.s?type=zip&q=021
返回:
<?xml version="1.0" encoding="gbk"?>??
<smartresult>??
<product type="zipcode">??
<province></province>??
<city>上海市</city>??
<location>上海市</location>??
<phone>021</phone>??
<zipcode>200000</zipcode>??
</product>??
</smartresult>
?
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
? ? ? ? ? ? ? ? 區(qū)號(hào)查詢城市: <script>
? ? ? ? ? ? ? ? ? ? ? ??function?updateCall(var1, var2, var3){
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $("#info").html(var2.location);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? ? ? ? ? function showInfo(zip){
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $.getScript("http://www.youdao.com/smartresult-xml/search.s?&jsFlag=true&type=zip&q=" + zip);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? </script>
? ? ? ??
? ? ? ? ? ? ? ? <input name="n" type="text" id="txt">
? ? ? ? ? ? ? ? <input type="button" value="查詢" οnclick="showInfo(txt.value)">
? ? ? ? ? ? ? ? <div id="info"/></div>
? ?? ???
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
? ? ? ? ? ? ? ? 查詢IP歸屬地: <script>
? ? ? ? ? ? ? ? ? ? ? ? function updateCall(var1, var2, var3){
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $("#info2").html(var2.location);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? ? ? ? ? function showInfo2(zip){
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $.getScript("http://www.youdao.com/smartresult-xml/search.s?&jsFlag=true&type=ip&q=" + zip);
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? </script>? ?? ?? ???
? ? ? ??
? ? ? ? ? ? ? ? <input name="n" type="text" id="txt2">
? ? ? ? ? ? ? ? <input type="button" value="查詢" οnclick="showInfo2(txt2.value)">
? ? ? ? ? ? ? ? <div id="info2"/></div>
總結(jié)
以上是生活随笔為你收集整理的有道手机归属地、邮政编码查询等API 实例的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 从苏宁电器到卡巴斯基第01篇:我的本科时
- 下一篇: 关注老龄化 - 老龄化专题数据集