2024.4.30 • Published 10 days ago

whois-servers-list v2024.4.30

Weekly downloads
-
License
Unlicense
Repository
github
Last release
10 days ago

WHOIS Server List

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

Last updated: 2024-04-30

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.4.30

10 days ago

2024.4.12

28 days ago

2024.4.1

1 month ago

2024.3.29

1 month ago

2024.3.24

2 months ago

2024.3.12

2 months ago

2024.3.7

2 months ago

2024.2.27

2 months ago

2024.2.13

3 months ago

2024.2.8

3 months ago

2024.1.30

3 months ago

2024.1.24

4 months ago

2023.12.29

4 months ago

2023.12.16

5 months ago

2023.12.13

5 months ago

2023.12.9

5 months ago

2023.12.8

5 months ago

2023.10.20

7 months ago

2023.11.30

5 months ago

2023.10.17

7 months ago

2023.10.18

7 months ago

2023.11.22

6 months ago

2023.12.6

5 months ago

2023.11.19

6 months ago

2023.10.27

7 months ago

2023.12.1

5 months ago

2023.11.2

6 months ago

2023.11.4

6 months ago

2023.9.15

8 months ago

2023.8.26

9 months ago

2023.8.29

8 months ago

2023.8.23

9 months ago

2023.7.25

10 months ago

2023.8.16

9 months ago

2023.7.27

10 months ago

2023.8.17

9 months ago

2023.7.1

10 months ago

2023.8.10

9 months ago

2023.8.4

9 months ago

2023.7.5

10 months ago

2023.8.3

9 months ago

2023.7.4

10 months ago

2023.6.30

10 months ago

2023.9.1

8 months ago

2023.8.12

9 months ago

2023.7.3

10 months ago

2023.7.2

10 months ago

2023.8.8

9 months ago

2023.7.9

10 months ago

2023.9.5

8 months ago

2023.8.5

9 months ago

2023.7.6

10 months ago

2023.8.9

9 months ago

2023.10.3

7 months ago

0.0.1

2 years ago