L
O
A
D
I
N
G
WHOIS查询

接口地址:https://decode.xiaojieapi.com/api/whois.php

参数:

  • domain(必填):要查询的域名

状态码:

  • 200:查询成功
  • 201:域名不正确
  • 202:查询失败

返回参数:

  • server:WHOIS服务器
  • whois:WHOIS信息数组
  • Domain_Name:域名
  • Domain_Status:域名状态
  • Registrar:注册商
  • Registrant:注册者名字
  • Registrant_Contact_Email:注册者邮箱
  • Name_Server:DNS服务器
  • Expiration_Time:到期时间
  • Registration_Time:注册时间
  • result:原始WHOIS信息
  • last_update:WHOIS数据库最后更新时间

返回例示:

{
	"code": 200,
	"server": "whois.verisign-grs.com",
	"whois": {
		"Domain_Name": "xiaojieapi.com",
		"Registrar_WHOIS_Server": "grs-whois.hichina.com",
		"Registration_Time": "2020-07-26 15:23:52",
		"Expiration_Time": "2023-07-26 15:23:52",
		"Registrar": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
		"Domain_Status": "ok",
		"Name_Server": ["f1g1ns1.dnspod.net", "f1g1ns2.dnspod.net"]
	},
	"result": "   Domain Name: XIAOJIEAPI.COM\r\n   Registry Domain ID: 2548673652_DOMAIN_COM-VRSN\r\n   Registrar WHOIS Server: grs-whois.hichina.com\r\n   Registrar URL: http:\/\/www.net.cn\r\n   Updated Date: 2022-07-18T10:01:32Z\r\n   Creation Date: 2020-07-26T07:23:52Z\r\n   Registry Expiry Date: 2023-07-26T07:23:52Z\r\n   Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.\r\n   Registrar IANA ID: 420\r\n   Registrar Abuse Contact Email: DomainAbuse@service.aliyun.com\r\n   Registrar Abuse Contact Phone: +86.95187\r\n   Domain Status: ok https:\/\/icann.org\/epp#ok\r\n   Name Server: F1G1NS1.DNSPOD.NET\r\n   Name Server: F1G1NS2.DNSPOD.NET\r\n   DNSSEC: unsigned\r\n   URL of the ICANN Whois Inaccuracy Complaint Form: https:\/\/www.icann.org\/wicf\/\r\n>>> Last update of whois database: 2023-05-16T17:38:19Z <<<\r\n\r\nFor more information on Whois status codes, please visit https:\/\/icann.org\/epp\r\n\r\nNOTICE: The expiration date displayed in this record is the date the\r\nregistrar's sponsorship of the domain name registration in the registry is\r\ncurrently set to expire. This date does not necessarily reflect the expiration\r\ndate of the domain name registrant's agreement with the sponsoring\r\nregistrar.  Users may consult the sponsoring registrar's Whois database to\r\nview the registrar's reported date of expiration for this registration.\r\n\r\nTERMS OF USE: You are not authorized to access or query our Whois\r\ndatabase through the use of electronic processes that are high-volume and\r\nautomated except as reasonably necessary to register domain names or\r\nmodify existing registrations; the Data in VeriSign Global Registry\r\nServices' ("VeriSign") Whois database is provided by VeriSign for\r\ninformation purposes only, and to assist persons in obtaining information\r\nabout or related to a domain name registration record. VeriSign does not\r\nguarantee its accuracy. By submitting a Whois query, you agree to abide\r\nby the following terms of use: You agree that you may use this Data only\r\nfor lawful purposes and that under no circumstances will you use this Data\r\nto: (1) allow, enable, or otherwise support the transmission of mass\r\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\r\nor facsimile; or (2) enable high volume, automated, electronic processes\r\nthat apply to VeriSign (or its computer systems). The compilation,\r\nrepackaging, dissemination or other use of this Data is expressly\r\nprohibited without the prior written consent of VeriSign. You agree not to\r\nuse electronic processes that are automated and high-volume to access or\r\nquery the Whois database except as reasonably necessary to register\r\ndomain names or modify existing registrations. VeriSign reserves the right\r\nto restrict your access to the Whois database in its sole discretion to ensure\r\noperational stability.  VeriSign may restrict or terminate your access to the\r\nWhois database for failure to abide by these terms of use. VeriSign\r\nreserves the right to modify these terms at any time.\r\n\r\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\r\nRegistrars.\r\n",
	"last_update": "2023-05-17 01:38:19"
}
ICP备案查询

接口地址:https://decode.xiaojieapi.com/api/icp.php

参数:

  • domain(必填):要查询的域名

状态码:

  • 200:查询成功
  • 201:域名不正确
  • 202:服务器繁忙
  • 203:域名未备案

返回参数:

  • domain:查询域名
  • unitName:主办单位
  • natureName:单位性质
  • limitAccess:是否限制接入
  • serviceLicence:备案号
  • updateRecordTime:审核时间

返回例示:

{
	"code": 200,
	"domain": "xiaojieapi.com",
	"result": {
		"unitName": "甘立通",
		"natureName": "个人",
		"limitAccess": "否",
		"serviceLicence": "渝ICP备20007335号-3",
		"updateRecordTime": "2020-08-04 15:13:47"
	}
}
IP归属地查询

接口地址:https://decode.xiaojieapi.com/api/ip.php

参数:

  • ip(必填):要查询的IP
  • type(选填):查询接口。可选:chunzhen(纯真IP数据库),amap(高德地图),tencent(腾讯地图),baota(宝塔api)。(默认是:chunzhen)

状态码:

  • 200:查询成功
  • 201:IP地址为空或不合法
  • 202:不支持查询IPV6
  • 203:不支持的接口
  • 204:查询失败

返回参数:

  • ip:IP地址
  • province:省份
  • city:市
  • district:区/县
  • area:运营商(腾讯地图没有)
  • location:经纬度(部分接口没有)
  • last_updated:数据库更新时间(纯真IP数据库特有)

返回例示:

{
	"code": 200,
	"ip": "39.99.228.188",
	"info": {
		"province": "北京市",
		"city": "北京市",
		"district": "",
		"area": "阿里云",
		"last_updated": "2023-04-26"
	}
}
高匿代理IP

接口地址:https://decode.xiaojieapi.com/api/proxy.php

参数:

状态码:

  • 200:查询成功
  • 201:提取失败

返回参数:

  • ip:ip地址
  • port:端口
  • time:采集时间
  • origin:归属地
  • area:运营商

返回例示:

{
	"code": 200,
	"proxy": [{
		"ip": "49.86.180.180",
		"port": 8089,
		"time": "2023-04-29 09:52:15",
		"origin": "江苏省扬州市",
		"area": "电信"
	}, {
	这里省略掉一部分……
	}, {
		"ip": "183.221.242.102",
		"port": 9443,
		"time": "2023-04-29 09:45:17",
		"origin": "四川省成都市",
		"area": "移动"
	}]
}
身份证查询

接口地址:https://decode.xiaojieapi.com/api/idcard.php

参数:

  • idcard(必填):身份证号码

状态码:

  • 200:查询成功
  • 201:身份证为空
  • 202:身份证不正确

返回参数:

  • idcard:身份证号码
  • sex:性别
  • birthday:出生日期
  • province:省
  • city:市
  • district:区
  • zodiac:生肖
  • constellation:星座

返回例示:

{
	"code": 200,
	"result": {
		"idcard": "110101200001018637",
		"sex": "男",
		"birthday": "2000年01月01日",
		"address": {
			"province": "北京市",
			"city": "市辖区",
			"district": "东城区"
		},
		"zodiac": "鼠",
		"constellation": "天蝎座"
	}
}
支付宝到账语音

接口地址:https://decode.xiaojieapi.com/api/alipay_arrival.php

参数:

  • money(必填):金额大小

状态码:

返回参数:

  • 直接返回音频
本网站由 提供CDN加速/云储存服务