Skip to content

v1.0.0 - Initial Release πŸš€

Latest

Choose a tag to compare

@simplebytes-agent simplebytes-agent released this 30 Oct 11:28
· 6 commits to main since this release
v1.0.0
155ed4c

πŸŽ‰ 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