Whois lookup api

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manigandanta
Forum Newbie
Posts: 1
Joined: Tue Dec 21, 2010 4:58 am

Whois lookup api

Post by manigandanta »

Hi all,
Is there any api to get the whois information of a website. :banghead:
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Whois lookup api

Post by Darhazer »

You can use the whois system call or google for an api... here are the first 2 I've found
http://www.whoisxmlapi.com/
http://getwhoisxml.com/
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Whois lookup api

Post by greyhoundcode »

There is also a PEAR class you can use, Net_Whois, although I haven't needed to use it myself.
Post Reply