龍巖易富通網(wǎng)絡科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

網(wǎng)易有道IP,身份證號,手機號歸屬地API查詢接口

2015.09.10 | 523閱讀 | 0條評論 | 未命名

網(wǎng)易有道IP,身份證號, 手機號歸屬地API查詢接口 http://www.youdao.com/smartresult-xml/search.s?type=ip&q=ip地址 GET后返回XML數(shù)據(jù), 包含原IP及歸屬地. 此外type還可以: mobile(手機號), id(身份證). 尚未發(fā)現(xiàn)有限制 網(wǎng)易有道m(xù)obile(手機號): http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=手機號碼 網(wǎng)易有道id(身份證): http://www.youdao.com/smartresult-xml/search.s?type=id&q=身份證號 附上PHP代碼吧: function ip_location($ip) { $u = "http://www.youdao.com/smartresult-xml/search.s?type=ip&q={$ip}"; $r = utility::HttpRequest($u); preg_match("#<location>(.+)</location>#Ui", $r, $m); return strval($m[1]); } 網(wǎng)易有道IP,身份證號,手機號歸屬地API查詢接口還不錯吧,xml格式,當然這些接口很多,你也可以換其他的。

贊 (

發(fā)表評論