最近在開發一個手機充值業務,看看支付寶和微信手機充值都會有號碼歸屬地查詢,所以自己就想在網上找些免費的號碼歸屬地查詢接口。
運氣不錯,很快就找到了,再辭也分享給大家,也當是自己的一份筆記吧。
免費手機號碼歸屬地API查詢接口一、淘寶網API API地址:http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443參數:tel:手機號碼返回:JSON二、拍拍API API地址:
http://virtual.paipai.com/extinfo/GetMobilePRoductInfo?mobile=15850781443&amount=10000&callname=getPhoneNumInfoExtCallback 參數: mobile:手機號碼 callname:回調函數 amount:未知(必須) 返回:JSON三、財付通API API地址:http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile=15850781443 參數: chgmobile:手機號碼 返回:xml四、百付寶API API地址:https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=15850781443 參數: phone:手機號碼 callback:回調函數 cmd:未知(必須) 返回:JSON五、115API API地址:http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=15850781443 參數: mobile:手機號碼 callback:回調函數 返回:JSON六、有道api接口接口地址:
http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=13892101112 參數說明: type : 參數手機歸屬地固定為mobile q : 手機號碼 返回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=手機號碼 返回JSON格式: fYodaoCallBack(1, {‘product':'mobile','phonenum':'13892101112′,'location':'陜西 延安'}
新聞熱點
疑難解答