SkillAgentSearch skills...

Freewhois

A node client that uses the iana RDAP DNS database to lookup WHOIS information for free.

Install / Use

/learn @joshterrill/Freewhois
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

freewhois

A node client that uses the iana RDAP DNS database to lookup WHOIS information for free.

TLD List comes from: https://data.iana.org/rdap/dns.json

To see the status of all RDAP TLD's: https://deployment.rdap.org/

TLD's last updated on 11/2/2025

Usage in code

  1. Install via npm i freewhois --save

  2. Code example:

const whois = require("freewhois");

async function whoisLookup() {
    const data = await whois("https://www.google.com");
    console.log(data); // returns as json
}

Usage in CLI

  1. Install via npm i freewhois -g

  2. CLI command:

$ freewhois "https://www.google.com"
$ # returns formatted json

Manually update TLD's

npm run update-tlds

License

MIT

Related Skills

View on GitHub
GitHub Stars18
CategoryData
Updated4mo ago
Forks5

Languages

JavaScript

Security Score

92/100

Audited on Nov 3, 2025

No findings