Releases: simplebytes-com/whois-server-list
Releases · simplebytes-com/whois-server-list
v1.0.0 - Initial Release 🚀
🎉 Initial Release
Complete WHOIS server list for 1,260+ TLDs with automatic IANA synchronization.
✨ Features
- Complete Coverage: 1,260+ TLD WHOIS servers
- Auto-Sync: GitHub Actions sync 2x weekly (Tuesday & Friday)
- Multiple Endpoints:
whois_servers.jsonanddata.json - Custom Domain: https://whois-list.org
- Beautiful Landing Page: API examples and documentation
- CDN-Powered: Cloudflare global CDN integration
📡 API Endpoints
https://whois-list.org/whois_servers.json
https://whois-list.org/data.json
https://raw.githubusercontent.com/simplebytes-com/whois-server-list/main/whois_servers.json
📥 Quick Start
# cURL
curl https://whois-list.org/whois_servers.json
# JavaScript
const servers = await fetch('https://whois-list.org/whois_servers.json').then(r => r.json());
# Python
import requests
servers = requests.get('https://whois-list.org/whois_servers.json').json()💜 Supported By
- DomainDetails.com — Project Sponsor & Primary User
- GitHub — Free hosting, Actions, and Pages
- Cloudflare — Global CDN and DDoS protection
📊 Stats
- Total TLDs: 1,260+
- Update Frequency: 2x per week
- Data Source: IANA Root Zone Database
- Format: JSON
Documentation: https://github.com/simplebytes-com/whois-server-list
Landing Page: https://whois-list.org