Hypertext Transfer Protocol Socket
You can connect by using the following HTTP(s) call(the values in square brackets,including those, need to be substituted by your account name and corresponding password):
[mregname] => accountname
[
Command
https://api-ote.rrpproxy.net/api/call?s_login=[mregname]&s_pw=[<mregpassword>ote]The API commands are passed on through the parameters:
Command
https://api-ote.rrpproxy.net/api/call?s_login=[mregname]&s_pw=[<mregpassword>ote]&command=CheckDomain&domain=example.comConnect by using the following Wget command:
Command
wget --nv -"https://api-ote.rrpproxy.net/api/call?s_opmode=OTE&s_login=[mregname]&s_pw=[<mregpassword>ote]&command=checkdomain&domain=example.org" --O-Response
code = 210description = Domain name availablequeuetime=0runtime=0.054Connect by using the following Curl command:
Command
curl -"https://api-ote.rrpproxy.net/api/call?s_opmode=OTE&s_login=[mregname]&s_pw=[<mregpassword>ote]&command=checkdomain&domain=example.org"Response
code = 211description = Domain name not availablequeuetime=0runtime=0.15