扫域名,我们致力于为用户提供专业的免费API数据接口服务
支持标准扫描、纯数字、纯字母、拼音四种扫描模式可扫未注册的域名 mixed:标准模式(字母+数字混合) digit:纯数字模式 alpha:纯字母模式 pinyin:拼音模式
http://api.mx1.ltd/api/ym/index.php
http://api.mx1.ltd/api/ym/index.php?apikey=[你开通的apikey]&mode=[扫描模式(mixed/digit/alpha/pinyin)默认mixed]&length=[域名前缀长度默认5]&suffix=[域名后缀(如com、net) 默认com]&count=[扫描数量(1-50)默认10]
点击右侧按钮复制完整请求地址,参数值请替换为实际有效值
| 参数名 | 是否必填 | 参数类型 | 参数说明 |
|---|---|---|---|
|
apikey
|
是 | string |
你开通的apikey
点击登录获取秘钥 |
|
mode
|
否 | int | 扫描模式(mixed/digit/alpha/pinyin)默认mixed |
|
length
|
否 | int | 域名前缀长度默认5 |
|
suffix
|
否 | int | 域名后缀(如com、net) 默认com |
|
count
|
否 | int | 扫描数量(1-50)默认10 |
| 参数名 | 参数类型 | 参数说明 |
|---|---|---|
| 暂无返回参数信息 | ||
{
\\\"code\\\": 200,
\\\"msg\\\": \\\"扫描完成\\\",
\\\"data\\\": {
\\\"scan_info\\\": {
\\\"mode\\\": \\\"标准模式\\\",
\\\"prefix_length\\\": 5,
\\\"suffix\\\": \\\"com\\\",
\\\"count\\\": 10,
\\\"scan_time\\\": \\\"2024-01-21 10:30:25\\\"
},
\\\"statistics\\\": {
\\\"total\\\": 10,
\\\"available\\\": 3,
\\\"registered\\\": 6,
\\\"error\\\": 1
},
\\\"results\\\": [
{
\\\"domain\\\": \\\"abc12.com\\\",
\\\"status\\\": \\\"available\\\",
\\\"message\\\": \\\"可注册\\\"
},
{
\\\"domain\\\": \\\"test1.com\\\",
\\\"status\\\": \\\"registered\\\",
\\\"message\\\": \\\"已注册\\\"
}
]
},
\\\"tips\\\": \\\"域名扫描\\\"
}