All URIs are relative to https://api.whoisfreaks.com, except if the operation defines another base path.
| Method | HTTP request | Description |
|---|---|---|
| dbWhoisDaily() | GET /v3.3/download/dbupdate/daily/domains/whois | WHOIS Database Daily |
| dbWhoisMonthly() | GET /v3.3/download/dbupdate/monthly/domains/whois | WHOIS Database Monthly |
| dbWhoisWeekly() | GET /v3.3/download/dbupdate/weekly/domains/whois | WHOIS Database Weekly |
dbWhoisDaily($date): \SplFileObject- https://files.whoisfreaks.com WHOIS Database Daily
WHOIS Database Daily. Returns the file/snapshot described by this operation.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiKeyAuth
$config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKey('apiKey', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKeyPrefix('apiKey', 'Bearer');
$apiInstance = new WhoisFreaks\Api\DatabasesWHOISApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$date = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | yyyy-MM-dd; omit for latest
$hostIndex = 0;
$variables = [
];
try {
$result = $apiInstance->dbWhoisDaily($date, $hostIndex, $variables);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DatabasesWHOISApi->dbWhoisDaily: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| date | \DateTime | yyyy-MM-dd; omit for latest | [optional] |
| hostIndex | null | int | Host index. Defaults to null. If null, then the library will use $this->hostIndex instead |
| variables | array | Associative array of variables to pass to the host. Defaults to empty array. | [optional] |
\SplFileObject
- Content-Type: Not defined
- Accept:
application/octet-stream,application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
dbWhoisMonthly($date): \SplFileObject- https://files.whoisfreaks.com WHOIS Database Monthly
WHOIS Database Monthly. Returns the file/snapshot described by this operation.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiKeyAuth
$config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKey('apiKey', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKeyPrefix('apiKey', 'Bearer');
$apiInstance = new WhoisFreaks\Api\DatabasesWHOISApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$date = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | yyyy-MM-dd; omit for latest
$hostIndex = 0;
$variables = [
];
try {
$result = $apiInstance->dbWhoisMonthly($date, $hostIndex, $variables);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DatabasesWHOISApi->dbWhoisMonthly: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| date | \DateTime | yyyy-MM-dd; omit for latest | [optional] |
| hostIndex | null | int | Host index. Defaults to null. If null, then the library will use $this->hostIndex instead |
| variables | array | Associative array of variables to pass to the host. Defaults to empty array. | [optional] |
\SplFileObject
- Content-Type: Not defined
- Accept:
application/octet-stream,application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
dbWhoisWeekly($date): \SplFileObject- https://files.whoisfreaks.com WHOIS Database Weekly
WHOIS Database Weekly. Returns the file/snapshot described by this operation.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiKeyAuth
$config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKey('apiKey', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = WhoisFreaks\Configuration::getDefaultConfiguration()->setApiKeyPrefix('apiKey', 'Bearer');
$apiInstance = new WhoisFreaks\Api\DatabasesWHOISApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$date = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | yyyy-MM-dd; omit for latest
$hostIndex = 0;
$variables = [
];
try {
$result = $apiInstance->dbWhoisWeekly($date, $hostIndex, $variables);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DatabasesWHOISApi->dbWhoisWeekly: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| date | \DateTime | yyyy-MM-dd; omit for latest | [optional] |
| hostIndex | null | int | Host index. Defaults to null. If null, then the library will use $this->hostIndex instead |
| variables | array | Associative array of variables to pass to the host. Defaults to empty array. | [optional] |
\SplFileObject
- Content-Type: Not defined
- Accept:
application/octet-stream,application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]