最近在開(kāi)發(fā)一個(gè)手機(jī)充值業(yè)務(wù),看看支付寶和微信手機(jī)充值都會(huì)有號(hào)碼歸屬地查詢,所以自己就想在網(wǎng)上找些免費(fèi)的號(hào)碼歸屬地查詢接口。
運(yùn)氣不錯(cuò),很快就找到了,再辭也分享給大家,也當(dāng)是自己的一份筆記吧。
免費(fèi)手機(jī)號(hào)碼歸屬地API查詢接口一、淘寶網(wǎng)API API地址:http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443參數(shù):tel:手機(jī)號(hào)碼返回:JSON二、拍拍API API地址:
http://virtual.paipai.com/extinfo/GetMobilePRoductInfo?mobile=15850781443&amount=10000&callname=getPhoneNumInfoExtCallback 參數(shù): mobile:手機(jī)號(hào)碼 callname:回調(diào)函數(shù) amount:未知(必須) 返回:JSON三、財(cái)付通API API地址:http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile=15850781443 參數(shù): chgmobile:手機(jī)號(hào)碼 返回:xml四、百付寶API API地址:https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=15850781443 參數(shù): phone:手機(jī)號(hào)碼 callback:回調(diào)函數(shù) cmd:未知(必須) 返回:JSON五、115API API地址:http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=15850781443 參數(shù): mobile:手機(jī)號(hào)碼 callback:回調(diào)函數(shù) 返回:JSON六、有道api接口接口地址:
http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=13892101112 參數(shù)說(shuō)明: type : 參數(shù)手機(jī)歸屬地固定為mobile q : 手機(jī)號(hào)碼 返回XML格式: <?xml version="1.0" encoding="gbk"?> <smartresult> <product type="mobile"> <phonenum>13892101112</phonenum> <location>陜西 延安</location> </product> </smartresult> 或者 http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&type=mobile&q=手機(jī)號(hào)碼 返回JSON格式: fYodaoCallBack(1, {‘product':'mobile','phonenum':'13892101112′,'location':'陜西 延安'}
新聞熱點(diǎn)
疑難解答
圖片精選