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.
You can install the domaindumper
package using npm or yarn.
npm install domaindumper
yarn add domaindumper
Once the package is installed, you can import the library using either the import
or require
approach.
import domaindumper, { isCancel, domaindumperError } from 'domaindumper';
console.log(domaindumper.isCancel('something'));
If you use require
for importing, only the default export is available:
const domaindumper = require('domaindumper');
console.log(domaindumper.isCancel('something'));
For more examples and detailed usage, please visit our documentation at Domain Dumper Statistics.
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.
This project is licensed under the MIT License. See the LICENSE file for details.