php常用的IP地址查詢介面及調用方法

來源:互聯網
上載者:User

騰訊IP地址查詢介面:http://fw.qq.com/ipaddress
新浪IP地址查詢介面:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js
搜狐IP地址查詢介面:http://pv.sohu.com/cityjson
GoogleIP地址查詢介面:http://j.maxmind.com/app/geoip.js
有道IP地址查詢介面:http://www.youdao.com/smartresult-xml/search.s
1616 IP地址查詢介面:http://w.1616.net/chaxun/iptolocal.php
126 http://ip.ws.126.net/ipquery
hao123 http://app.hao123.com/ipquery/getcity.php?rtype=2
淘寶 http://ip.taobao.com/service/getIpInfo.php?ip=117.89.35.58
太平洋電腦網 http://whois.pconline.com.cn/
設計蜂巢介面調用方法

API請求地址 : http://www.hujuntao.com/api/ip/ip.php?參數

參數說明:

IP : IP地址 可選
format : 輸出格式 json 可選 預設為JS
JSON調用樣本:
請求地址:http://www.hujuntao.com/api/ip/ip.php?callback=jQuery17107324279078748077_1327024991339&format=json&_=1327024991363

{
“ip”: “117.89.35.58″,
“province”: “u6c5fu82cf”,
“city”: “u5357u4eac”
}
騰訊介面調用方法

<script type="text/javascript" src="http://fw.qq.com/ipaddress"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//反回格式如下: //var IPData = new Array("117.89.35.98","","江蘇省","南京市"); console.log(IPData[0]+','+IPData[2]+','+IPData[3]) //117.89.35.98,江蘇省,南京市

// ]]></script>


該方法已經不可用,訪問http://fw.qq.com/ipaddre顯示“The page you are looking for is temporarily unavailable.
Please try again later.”。騰訊對Referer做了判斷,雖然可以通過PHP偽造Referer,但是實際測試中獲得的是伺服器的IP地址而不是用戶端的IP地址。我們一起鄙視一下騰訊。?∩?(???)?∩?

新浪介面調用方法

<script type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//format參數設定返回格式 js/json //ip 要查詢IP 可選 //反回格式如下: //var remote_ip_info = {"ret":1,"start":"117.89.35.0","end":"117.89.35.255","country":"u4e2du56fd","province":"u6c5fu82cf","city":"u5357u4eac","district":"u767du4e0b","isp":"u7535u4fe1","type":"","desc":""}; console.log(remote_ip_info["country"]+','+remote_ip_info["province"]+"省"+','+remote_ip_info["city"]+"市")//中國,江蘇省,南京市

// ]]></script>


搜狐介面調用方法

<script type="text/javascript" src="http://pv.sohu.com/cityjson?ie=utf-8"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//預設為GBK可通過ie參數設定編碼 console.log(returnCitySN["cip"]+','+returnCitySN["cname"])//117.89.35.98,江蘇省南京市

// ]]></script>


Google介面調用方法

據說是Google的,不知道是不是真的。

<script type="text/javascript" src="http://j.maxmind.com/app/geoip.js"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

console.log(geoip_country_name()+','+geoip_region_name()+','+geoip_city())//China,Jiangsu,Nanjing

// ]]></script>


有道介面調用方法

調用介面樣本:http://www.youdao.com/smartresult-xml/search.s?type=ip&q=123.233.157.9

返回XML資料

<?xml version=”1.0″ encoding=”gbk”?>
<smartresult>
<product type=”ip”>
<ip>123.233.157.9</ip>
<location>山東省濟南市 網通</location>
</product>
</smartresult>
或者

http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&keyfrom=163.com&event=fYodaoCallBack&type=ip&q=192.168.1.1

返回JSON資料

fYodaoCallBack(1, {‘product’:'ip’,'ip’:’192.168.1.1′,’location’:'區域網路 對方和您在同一內部網’} , ”);
IP地址查詢介面及調用方法設計蜂巢 | 2011-12-29 | javascript
設計蜂巢IP地址查詢介面:http://www.hujuntao.com/api/ip/ip.php
騰訊IP地址查詢介面:http://fw.qq.com/ipaddress
新浪IP地址查詢介面:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js
搜狐IP地址查詢介面:http://pv.sohu.com/cityjson
GoogleIP地址查詢介面:http://j.maxmind.com/app/geoip.js
有道IP地址查詢介面:http://www.youdao.com/smartresult-xml/search.s
1616 IP地址查詢介面:http://w.1616.net/chaxun/iptolocal.php
126 http://ip.ws.126.net/ipquery
hao123 http://app.hao123.com/ipquery/getcity.php?rtype=2
淘寶 http://ip.taobao.com/service/getIpInfo.php?ip=117.89.35.58
太平洋電腦網 http://whois.pconline.com.cn/
設計蜂巢介面調用方法

API請求地址 : http://www.hujuntao.com/api/ip/ip.php?參數

參數說明:

IP : IP地址 可選
format : 輸出格式 json 可選 預設為JS
JSON調用樣本:
請求地址:http://www.hujuntao.com/api/ip/ip.php?callback=jQuery17107324279078748077_1327024991339&format=json&_=1327024991363

{
“ip”: “117.89.35.58″,
“province”: “u6c5fu82cf”,
“city”: “u5357u4eac”
}
騰訊介面調用方法

<script type="text/javascript" src="http://fw.qq.com/ipaddress"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//反回格式如下: //var IPData = new Array("117.89.35.98","","江蘇省","南京市"); console.log(IPData[0]+','+IPData[2]+','+IPData[3]) //117.89.35.98,江蘇省,南京市

// ]]></script>


該方法已經不可用,訪問http://fw.qq.com/ipaddre顯示“The page you are looking for is temporarily unavailable.
Please try again later.”。騰訊對Referer做了判斷,雖然可以通過PHP偽造Referer,但是實際測試中獲得的是伺服器的IP地址而不是用戶端的IP地址。我們一起鄙視一下騰訊。?∩?(???)?∩?

新浪介面調用方法

<script type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//format參數設定返回格式 js/json //ip 要查詢IP 可選 //反回格式如下: //var remote_ip_info = {"ret":1,"start":"117.89.35.0","end":"117.89.35.255","country":"u4e2du56fd","province":"u6c5fu82cf","city":"u5357u4eac","district":"u767du4e0b","isp":"u7535u4fe1","type":"","desc":""}; console.log(remote_ip_info["country"]+','+remote_ip_info["province"]+"省"+','+remote_ip_info["city"]+"市")//中國,江蘇省,南京市

// ]]></script>


搜狐介面調用方法

<script type="text/javascript" src="http://pv.sohu.com/cityjson?ie=utf-8"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

//預設為GBK可通過ie參數設定編碼 console.log(returnCitySN["cip"]+','+returnCitySN["cname"])//117.89.35.98,江蘇省南京市

// ]]></script>


Google介面調用方法

據說是Google的,不知道是不是真的。

<script type="text/javascript" src="http://j.maxmind.com/app/geoip.js"></script><script type="text/javascript">// < ![CDATA[

// < ![CDATA[

console.log(geoip_country_name()+','+geoip_region_name()+','+geoip_city())//China,Jiangsu,Nanjing

// ]]></script>


有道介面調用方法

調用介面樣本:http://www.youdao.com/smartresult-xml/search.s?type=ip&q=123.233.157.9

返回XML資料

<?xml version=”1.0″ encoding=”gbk”?>
<smartresult>
<product type=”ip”>
<ip>123.233.157.9</ip>
<location>山東省濟南市 網通</location>
</product>
</smartresult>
或者

http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&keyfrom=163.com&event=fYodaoCallBack&type=ip&q=192.168.1.1

返回JSON資料

fYodaoCallBack(1, {‘product’:'ip’,'ip’:’192.168.1.1′,’location’:'區域網路 對方和您在同一內部網’} , ”);

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.