Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In general, according to your question, there are several ways to implement it. What data do you want to receive?
For example, in php using the API
<?php
$domain = "ya.ru";
$api = "http://whoisapi.netfox.ru/api_v1/?domain=$domain";
$result = file_get_contents($api);
if ( $result ) echo "domain already registered";
else echo "domain available!";
?>
<?php
$domain='ya.ru';
exec("whois ".$domain,$output,$return_var);
foreach ($output as $line){
echo $line.'<br>';
}
?>
$ whois lds.ua | grep phone | awk '{print $2}'
not
not
+380.444837799
There is no unlimited for ordinary users, only for registrars.
Therefore, a pack of IP on the machine and the whois utility in the console.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question