Whois反查
根据电话、邮箱、注册者、注册机构反查相关域名Whois信息(最多可读取10页,30条/页,共300条),数据与本站同步。
价格:
¥0 元
交付方式:
API
付费模式:
按量付费
套餐规格:
  • 0元/10次(免费试用)
  • 10元/400次(≈¥0.025元/次)
  • 100元/5000次(≈¥0.02元/次)
  • 400元/3万次(≈¥0.013元/次)
  • 800元/10万次(≈¥0.008元/次)
  • 1600元/20万次(≈¥0.008元/次)
使用期限:
1年
接口地址:https://openapi.benmi.com/whois/reverse/
请求方式:GET/POST
返回格式:JSON
GET方法 :API调用示例网址:https://openapi.benmi.com/whois/reverse/?APIKey=你的APIKEY&keyword=domainname@staff.sina.com.cn&qtype=Email
POST方法:接口:https://openapi.benmi.com/whois/reverse/
POST数据:APIKey=你的APIKEY&keyword=domainname@staff.sina.com.cn&qtype=Email
请求参数:
名称 类型 必填 说明
keywordstring 查询关键词,可为:邮箱、电话、注册者、注册机构
qtypestring 反查类型,Phone、Email、RegistrantN、RegistrantO 其中:RegistrantN:注册者,RegistrantO 注册机构
pageint 读取第几页,默认读取第1页,存在多页时可以指定,最大值为10
suffixint 指定域名后缀数值,如.com:值为0。更多查看,多后缀时用“|”隔开,如.com和.net:0|1
APIKeystring 申请接口时获取的APIKey值
返回参数说明:
名称 类型 说明
Codeint状态码
Msgstring状态说明
RowsCountint总记录数
PageCountint总页数
CurrentPageint当前页数
rowIdint序号
Domainstring域名
Registrarstring注册商
CreationDatestring注册日期
ExpirationDatestring过期日期
Emailstring注册邮箱
Phonestring联系电话
RegNamestring注册者
RegOrgstring注册机构
正确的返回示例:
错误代码:
错误代码 说明
-1系统异常
-2反查关键词格式不正确等错误信息
0暂无相关数据
1成功
10001APIKey错误或不存在
10022APIKey剩余请求次数不足
错误的返回示例: