API query interface of free mobile phone number attribution

API query interface of free mobile phone number attribution
 
1. Taobao API 
   API address: 
http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443
parameter: 
tel: mobile phone number 
Returns: JSON 

 

2. Paip API 
  API address: 
http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=15850781443&amount=10000&callname=getPhoneNumInfoExtCallback
parameter:
mobile: mobile phone number
callname: callback function
amount: unknown (required)
Returns: JSON
 
3. Tenpay API 
  API address:
http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile=15850781443
parameter:
chgmobile: mobile phone number
Returns: xml
 
4. Baifubao API 
  API address: 
https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=15850781443
parameter:
phone: mobile phone number
callback: callback function
cmd: unknown (required)
Returns: JSON
 
5. 115API 
   API address: 
http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=15850781443
parameter:
mobile: mobile phone number
callback: callback function
Returns: JSON
6. Youdao api interface 
   interface address:
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':'陕西 延安'} , ”);
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326484913&siteId=291194637