Skip to content

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

[ote] => accountpassword

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.com

Connect 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 = 210
description = Domain name available
queuetime=0
runtime=0.054

Connect 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 = 211
description = Domain name not available
queuetime=0
runtime=0.15