All URIs are relative to https://api.whoisfreaks.com
| Method | HTTP request | Description |
|---|---|---|
| dbDnsDaily | GET /v3.2/download/dbupdate/daily/dns | DNS Database Daily |
| dbDnsMonthly | GET /v3.2/download/dbupdate/monthly/dns | DNS Database Monthly |
| dbDnsWeekly | GET /v3.2/download/dbupdate/weekly/dns | DNS Database Weekly |
File dbDnsDaily(opts)
DNS Database Daily
DNS Database Daily. Returns the file/snapshot described by this operation.
import WhoisFreaks from 'whoisfreaks';
let defaultClient = WhoisFreaks.ApiClient.instance;
// Configure API key authorization: ApiKeyAuth
let ApiKeyAuth = defaultClient.authentications['ApiKeyAuth'];
ApiKeyAuth.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//ApiKeyAuth.apiKeyPrefix = 'Token';
let apiInstance = new WhoisFreaks.DatabasesDNSApi();
let opts = {
'date': new Date("2013-10-20") // Date | yyyy-MM-dd; omit for latest
};
apiInstance.dbDnsDaily(opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| date | Date | yyyy-MM-dd; omit for latest | [optional] |
File
- Content-Type: Not defined
- Accept: application/octet-stream, application/json
File dbDnsMonthly(opts)
DNS Database Monthly
DNS Database Monthly. Returns the file/snapshot described by this operation.
import WhoisFreaks from 'whoisfreaks';
let defaultClient = WhoisFreaks.ApiClient.instance;
// Configure API key authorization: ApiKeyAuth
let ApiKeyAuth = defaultClient.authentications['ApiKeyAuth'];
ApiKeyAuth.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//ApiKeyAuth.apiKeyPrefix = 'Token';
let apiInstance = new WhoisFreaks.DatabasesDNSApi();
let opts = {
'date': new Date("2013-10-20") // Date | yyyy-MM-dd; omit for latest
};
apiInstance.dbDnsMonthly(opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| date | Date | yyyy-MM-dd; omit for latest | [optional] |
File
- Content-Type: Not defined
- Accept: application/octet-stream, application/json
File dbDnsWeekly(opts)
DNS Database Weekly
DNS Database Weekly. Returns the file/snapshot described by this operation.
import WhoisFreaks from 'whoisfreaks';
let defaultClient = WhoisFreaks.ApiClient.instance;
// Configure API key authorization: ApiKeyAuth
let ApiKeyAuth = defaultClient.authentications['ApiKeyAuth'];
ApiKeyAuth.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//ApiKeyAuth.apiKeyPrefix = 'Token';
let apiInstance = new WhoisFreaks.DatabasesDNSApi();
let opts = {
'date': new Date("2013-10-20") // Date | yyyy-MM-dd; omit for latest
};
apiInstance.dbDnsWeekly(opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| date | Date | yyyy-MM-dd; omit for latest | [optional] |
File
- Content-Type: Not defined
- Accept: application/octet-stream, application/json