Source Code
Domain Nameservers
Hajana One users can easily find out thier Domain Nameservers by using the following base url and parameters.
Base URL
http://www.hajanaone.com/api/domain_stat.php
Important Parameters
Follow the following parameters
Parameters | Requeired | Where it |
---|---|---|
apikey | Yes | Get your api key from your Dashboard. |
Sample Code
<?php
$apikey = "ZJN*****vB";
//Sending SMS
$url='https://www.hajanaone.com/api/domain_stat.php?apikey='.$apikey.';
$ch=curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$result = curl_exec ($ch);
echo $result;
?>
Complete API URL
http://www.hajanaone.com/api/domain_stat.php?apikey=e35******vt6