Skip to content

Domain Dumper delivers daily updates on the statistics of all registered domains across 900+ zones, with records dating back to January 1, 1990. This API provides daily updates on the number of domains registered on each TLD and updates its files every 24 hours.

License

Notifications You must be signed in to change notification settings

domaindumper/domain-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Domain Dumper

npm version Netlify Status

Domain Dumper delivers daily updates on the statistics of all registered domains across 900+ zones, with records dating back to January 1, 1990. This API provides daily updates on the number of domains registered on each TLD and updates its files every 24 hours.

Table of Contents

Installation

You can install the domaindumper package using npm or yarn.

Using npm

npm install domaindumper

Using yarn

yarn add domaindumper

Usage

Once the package is installed, you can import the library using either the import or require approach.

Importing the Library

Using ES6 import

import domaindumper, { isCancel, domaindumperError } from 'domaindumper';

console.log(domaindumper.isCancel('something'));

Using CommonJS require

If you use require for importing, only the default export is available:

const domaindumper = require('domaindumper');

console.log(domaindumper.isCancel('something'));

Examples

For more examples and detailed usage, please visit our documentation at Domain Dumper Statistics.

Premium Services

If you need premium services like domain WHOIS or free daily registered domain names, you can find this information on our other website: Whois Extractor.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Domain Dumper delivers daily updates on the statistics of all registered domains across 900+ zones, with records dating back to January 1, 1990. This API provides daily updates on the number of domains registered on each TLD and updates its files every 24 hours.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published