2024.10.22 • Published 9 months ago

whois-servers-list v2024.10.22

Weekly downloads
-
License
Unlicense
Repository
github
Last release
9 months ago

WHOIS Server List

An Enhanced WHOIS Server List Based on the IANA Root Zone Database

Last updated: 2024-10-22

Usage

Use the list directly

JSON / TXT

JavaScript / TypeScript

Install the package with NPM or Yarn:

npm i whois-servers-list
# or
yarn add whois-servers-list

(Optional) To ensure that you are using the latest list, you can modify your package.json:

{
  ...
  "dependencies": {
    ...
    "whois-servers-list": "latest"
  },
  ...

Then you can use the list like this:

const servers = require('whois-servers-list');

const server = servers['com'];  // whois.verisign-grs.com

or TypeScript:

import servers from 'whois-servers-list';

const server: string | null = servers['com'];  // whois.verisign-grs.com

PHP

Add the package with Composer:

composer require woomai/whois-servers:dev-master

Then you can use the list like this:

$servers = json_decode(file_get_contents('vendor/woomai/whois-servers/list.json'), true);
$server = $servers['com'];  // whois.verisign-grs.com

Contributing

If this list is outdated or missing servers, please feel free to open an issue or create pull request!

License

The Unlicense

2024.10.22

9 months ago

2024.9.17

10 months ago

2024.9.2

11 months ago

2024.9.27

10 months ago

2024.9.1

11 months ago

2024.7.26

12 months ago

2024.6.14

1 year ago

2024.6.25

1 year ago

2024.7.10

1 year ago

2024.7.11

1 year ago

2024.4.30

1 year ago

2024.4.12

1 year ago

2024.4.1

1 year ago

2024.3.29

1 year ago

2024.3.24

1 year ago

2024.3.12

1 year ago

2024.3.7

1 year ago

2024.2.27

1 year ago

2024.2.13

1 year ago

2024.2.8

1 year ago

2024.1.30

1 year ago

2024.1.24

1 year ago

2023.12.29

2 years ago

2023.12.16

2 years ago

2023.12.13

2 years ago

2023.12.9

2 years ago

2023.12.8

2 years ago

2023.10.20

2 years ago

2023.11.30

2 years ago

2023.10.17

2 years ago

2023.10.18

2 years ago

2023.11.22

2 years ago

2023.12.6

2 years ago

2023.11.19

2 years ago

2023.10.27

2 years ago

2023.12.1

2 years ago

2023.11.2

2 years ago

2023.11.4

2 years ago

2023.9.15

2 years ago

2023.8.26

2 years ago

2023.8.29

2 years ago

2023.8.23

2 years ago

2023.7.25

2 years ago

2023.8.16

2 years ago

2023.7.27

2 years ago

2023.8.17

2 years ago

2023.7.1

2 years ago

2023.8.10

2 years ago

2023.8.4

2 years ago

2023.7.5

2 years ago

2023.8.3

2 years ago

2023.7.4

2 years ago

2023.6.30

2 years ago

2023.9.1

2 years ago

2023.8.12

2 years ago

2023.7.3

2 years ago

2023.7.2

2 years ago

2023.8.8

2 years ago

2023.7.9

2 years ago

2023.9.5

2 years ago

2023.8.5

2 years ago

2023.7.6

2 years ago

2023.8.9

2 years ago

2023.10.3

2 years ago

0.0.1

3 years ago