W3C Domain Name Query API Interface
Interface address.http://panda.www.net.cn/cgi-bin/check.cgi
Interface using HTTP, POST, GET protocols
Parameter name: area_domain Value is the standard domain name, example: nmtui.com
[clsn@clsn ~]$ curl http://panda.www.net.cn/cgi-bin/check.cgi?area_domain=clsn.top return toXML: <?xml version="1.0" encoding="gb2312"?> <property> <returncode>200</returncode> <key>nmtui.com</key> <original>210 : Domain name is available</original> </property>
Return XML Result Description.
Return Field | instructions |
---|---|
<returncode>200 | Indicates that the interface returned a success |
<key>nmtui.com | Indicates the domain name currently being checked |
<original>210 | Domain name is available means the domain name is available for registration |
<original>211 | Domain name is not available means the domain name is already registered |
<original>212 | Domain name is invalid indicates a domain name parameter transmission error |
<original>213 | Time out query timeout |
You are welcome to add other useful API interfaces