Free Open-Source WHOIS API Unlimited Calls

I am Developer from Kashmir
Search for a command to run...

I am Developer from Kashmir
No comments yet. Be the first to comment.
As a regular user of WhatsApp, I've encountered my fair share of frustrations with its updates and status feature. From constant notifications to intrusive status updates, it seemed like I couldn't catch a break. On top of that, the temptation to res...

Speedtest.net is a popular online service that lets you test the speed and performance of your internet connection. It's been on my mind for a while to see if these speed tests are accurate! I even considered creating my own speed test app for a proj...
As a software developer, one of the most important decisions you will make when starting a new project is the choice of programming language. There are many factors to consider when making this choice, such as the popularity of the language, the size...

Yes, you heard it right! You can learn AJAX in 5 mins provided you have little concept of JavaScript and jQuery. The method I am sharing with you right now will probably boot your AJAX skills. Just for the record: AJAX is a developer’s dream because ...

With lots of programming language out there everyone here is getting confused about what to follow and what not to. All programming languages having their own limitations and their own pros and cons. At the beginning of this article, I will say tha...

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
Make all of your api calls to https://whois-api-server.herokuapp.com/<domain_name>
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