火山API
  1. 淘宝
火山API
  • 其他
    • 短信发送
      GET
    • 图片上传网络图片版
      GET
    • IP地查询
      GET
    • 图片上传存储
      GET
    • 讯飞图片文字识别
      GET
  • 淘宝
    • 淘宝商品信息
      GET
    • 淘宝商品整店列表
      GET
    • 淘宝黑号提交
      GET
    • 淘宝商品信息2
      GET
    • 会员信息查询
      GET
    • 照妖镜
      GET
    • 淘宝订单列表
      GET
    • 淘宝订单备注
      GET
    • 淘宝授权
      GET
    • 根据淘宝会员二维码返回会员名称
      GET
    • 淘宝黑号验证
      GET
  • 身份验证
    • 身份二要素核查
      GET
    • 身份三要素核查
      GET
    • 运营商二要素核查
      GET
    • 运营商三要素核查
      GET
    • 银行卡二要素核查
      GET
    • 银行卡三要素核查
      GET
    • 银行卡四要素核查
      GET
  • 京东
    • 京东商品信息
      GET
    • 抖音商品信息
      GET
    • 拼多多商品信息
      GET
  1. 淘宝

会员信息查询

GET
https://jkapi.hngmwl.cn/API/ApiList.asmx/GetVT
责任人:未设置
"code": //0成功 ,其他失败
"msg": //返回消息
"account_platform": //账号平台
"account":" //账号名称
"avatar": //账号头像
"sex": //账号性别
"area": //区域
"is_seller": //是否是买房 0否 1是
"store_title": //店铺名称
"vip": //是否是VIP 0否1是
"vip_level": // VIP等级
"week_order": //周订单
"month_order": //月订单
"user_type": //用户类型
"register_time": //注册时间
"last_login_time": //上次登录时间
"buyer_total_point": //买家总点数
"buyer_good_rate":" //买家好评率
"buyer_level_icon": //买家级别图标
"buyer_level": //买家级别
"seller_total_point": //卖家总比数
"seller_good_rate": //卖家好评率
"seller_level_icon":, //卖家级别图标
"seller_level":0, //卖家级别
"active_point": //活跃度点数
"active_level": //活跃度等级
"safe_type": //安全等级(0 安全; 1 一般; 2 危险【仅供参考】)
"tao_age": //淘龄
"product_tag": //商品标签
"people_tag":[
//人物标签
],
"people_live_tag":[
//人物活动标签
],
"bad_num":0,
"fake_num":0,
"escape_num":0,
"dpower_num":0,
"liar_num":0,
"harass_num":0,
"ps_num":0,
"report_num":0,
"old_account":"",
"credit_history_list":null,
"near_week_shop":"",
"jiangquan_data":null

请求参数

Query 参数
Name
string 
淘宝会员名称
可选
key
string 
可选
用户密钥(平台获取)

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://jkapi.hngmwl.cn/API/ApiList.asmx/GetVT'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{
    "code": 0,
    "msg": "查询成功",
    "data": {
        "old_account": "tb695608079",
        "account": "芭比博士",
        "account_platform": "taobao",
        "register_time": "2010-11-23 18:17:39",
        "area": "未知",
        "avatar": "https://wsapi.jianghu.taobao.com/wangwang/headshow.htm?_input_charset=utf-8&longId=cntaobao%E8%8A%AD%E6%AF%94%E5%8D%9A%E5%A3%AB",
        "active_point": 19918,
        "active_level": 31,
        "tao_age": 10,
        "last_login_time": "异常",
        "sex": "男号",
        "buyer_level": 8,
        "buyer_total_point": 1870,
        "buyer_good_rate": "100.00",
        "buyer_level_icon": "http://img.alicdn.com/newrank/b_blue_3.gif",
        "seller_level": 0,
        "seller_total_point": 0,
        "seller_good_rate": "100",
        "seller_level_icon": "",
        "week_order": "3.7",
        "month_order": "15.84",
        "product_tag": "",
        "people_tag": [],
        "people_live_tag": [],
        "is_seller": 0,
        "vip": -2,
        "vip_level": 10,
        "user_type": 2,
        "safe_type": 0,
        "bad_num": 0,
        "fake_num": 0,
        "escape_num": 0,
        "dpower_num": 0,
        "liar_num": 0,
        "harass_num": 0,
        "ps_num": 0,
        "report_num": 0,
        "account_id": 365573
    }
}
上一页
淘宝商品信息2
下一页
照妖镜
Built with