查询域名注册与否的API

万网提供域名检查API,使用这个API可以查询到域名的注册状态,能够得到所查询的域名是否可以注册,虽然功能比较简单,对域名注册还是有一定的帮助。

万网提供域名检查API,使用这个API可以查询到域名的注册状态,能够得到所查询的域名是否可以注册,虽然功能比较简单,对域名注册还是有一定的帮助。

万网的域名注册查询API接口采用HTTP,POST,GET协议:

返回XML:

<?xml version="1.0" encoding="gb2312"?>

<property>

<returncode>200</returncode>

<key>2zher3r3r.com</key>

<original>210 : Domain name is available</original>

</property> 

返回XML结果说明:

returncode=200 表示接口返回成功

key=***.com表示当前check的域名

original=210 : Domain name is available     表示域名可以注册

original=211 : Domain name is not available  表示域名已经注册

参考:

  • http://www.net.cn/service/faq/other/sp/200611/1538.html

Leave a Reply

Your email address will not be published. Required fields are marked *