JSON API for the ClouDNS Reseller Control Panel provides an option to interact with the reseller control panel by sending POST or GET requests.
API is located on URL: https://panel.cloudns.net/api/json/
Methods are added at the end of the URL. For example for method login, the URL becomes: https://panel.cloudns.net/api/json/login/
All parameters should be passed to the API by POST or GET.