当前位置:网站首页>免费手机号码归属地API查询接口
免费手机号码归属地API查询接口
2022-07-07 10:38:00 【全栈程序员站长】
免费手机号码归属地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':'陕西 延安'} , ”);
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/113486.html原文链接:https://javaforall.cn
边栏推荐
猜你喜欢
Common knowledge of one-dimensional array and two-dimensional array
3D content generation based on nerf
What if does not match your user account appears when submitting the code?
爱可可AI前沿推介(7.7)
SQL lab 21~25 summary (subsequent continuous update) (including secondary injection explanation)
Day-16 set
[crawler] avoid script detection when using selenium
Leetcode brush questions: binary tree 19 (merge binary tree)
Four functions of opencv
Day-18 hash table, generic
随机推荐
opencv的四个函数
Day-16 set
Aike AI frontier promotion (7.7)
SSM框架搭建的步骤
SQL lab 26~31 summary (subsequent continuous update) (including parameter pollution explanation)
爱可可AI前沿推介(7.7)
ACL 2022 | small sample ner of sequence annotation: dual tower Bert model integrating tag semantics
[statistical learning method] learning notes - support vector machine (Part 2)
2022 practice questions and mock examination of the third batch of Guangdong Provincial Safety Officer a certificate (main person in charge)
Session
Cryptography series: detailed explanation of online certificate status protocol OCSP
What is an esp/msr partition and how to create an esp/msr partition
GCC compilation error
leetcode刷题:二叉树26(二叉搜索树中的插入操作)
Ctfhub -web SSRF summary (excluding fastcgi and redI) super detailed
SQL Lab (36~40) includes stack injection, MySQL_ real_ escape_ The difference between string and addslashes (continuous update after)
[statistical learning methods] learning notes - improvement methods
ps链接图层的使用方法和快捷键,ps图层链接怎么做的
Vxlan static centralized gateway
2022-07-07日报:GAN发明者Ian Goodfellow正式加入DeepMind