Free Open-Source WHOIS API Unlimited Calls

Free Open-Source WHOIS API Unlimited Calls

ยท

2 min read

It began from when I needed WHOIS information of domain for automation stuff, but when I saw how much they are changing I was shocked. That moment I decide to Open Source the API as well as it's Implementation.

This is the original GitHub Repository of mine.

This project is live @ Live/Demo

Example WHOIS Data of facebook.com

Usage:

Make all of your api calls to https://whois-api-server.herokuapp.com/<domain_name>

Response:

The server will respond with a json data

{"address":"1601 Willow Rd","city":"Menlo Park","country":"US","creation_date":"Sat, 29 Mar 1997 05:00:00 GMT","dnssec":"unsigned","domain_name":"FACEBOOK.COM","emails":["abusecomplaints@registrarsafe.com","domain@fb.com"],"expiration_date":"Thu, 30 Mar 2028 04:00:00 GMT","name":"Domain Admin","name_servers":["A.NS.FACEBOOK.COM","B.NS.FACEBOOK.COM","C.NS.FACEBOOK.COM","D.NS.FACEBOOK.COM"],"org":"Facebook, Inc.","referral_url":null,"registrar":"RegistrarSafe, LLC","state":"CA","status":["clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited","clientTransferProhibited https://icann.org/epp#clientTransferProhibited","clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited","serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited","serverTransferProhibited https://icann.org/epp#serverTransferProhibited","serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited","clientDeleteProhibited https://www.icann.org/epp#clientDeleteProhibited","clientTransferProhibited https://www.icann.org/epp#clientTransferProhibited","serverDeleteProhibited https://www.icann.org/epp#serverDeleteProhibited","serverTransferProhibited https://www.icann.org/epp#serverTransferProhibited","clientUpdateProhibited https://www.icann.org/epp#clientUpdateProhibited","serverUpdateProhibited https://www.icann.org/epp#serverUpdateProhibited"],"updated_date":"Tue, 10 Mar 2020 18:53:59 GMT","whois_server":"whois.registrarsafe.com","zipcode":"94025"}

This project is written in Python and deployed on Heroku servers

Hope This helps you ๐Ÿ‘. Let me know in comment section what do you think about this, or any upgrades.

Did you find this article valuable?

Support Salman Qureshi by becoming a sponsor. Any amount is appreciated!

ย