一、淘寶網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"?> 13892101112 陝西 延安 或者 http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&type=mobile&q=手機號碼 返回JSON格式: fYodaoCallBack(1, {‘product':'mobile','phonenum':'13892101112′,'location':'陝西 延安'}
原文地址:
免費手機號碼歸屬地API查詢接口, 感謝原作者分享。