Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check if domain is available for purchase - C# [closed]

Tags:

c#

asp.net

Is there any way that I check if a certain domain is available for purchase? If there is any library out there that will do this?

THanks

like image 473
iosdevnyc Avatar asked Dec 08 '22 05:12

iosdevnyc


2 Answers

You can take a look at: http://www.internetbs.net/ResellerRegistrarDomainNameAPI/api/01_domain_related/01_domain_check Its pretty straight forward to use:

https://testapi.internet.bs/Domain/Check?ApiKey=testapi&Password=testpass&Domain=example.com 

and the result would be:

transactid=e504cdbf00e7821e954f0f5a65249ff0
status=UNAVAILABLE
domain=example.com
minregperiod=1Y
maxregperiod=10Y
registrarlockallowed=YES
privatewhoisallowed=YES
realtimeregistration=YES
like image 66
JOBG Avatar answered Dec 10 '22 03:12

JOBG


Take a look at this question: Who provides a WHOIS API?

..Yet another Google search that leads back to SO...

like image 21
Dave Swersky Avatar answered Dec 10 '22 02:12

Dave Swersky