Skip to content

Releases: simplebytes-com/whois-server-list

v1.0.0 - Initial Release 🚀

30 Oct 11:28
v1.0.0
155ed4c

Choose a tag to compare

🎉 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.json and data.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

📊 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