WhoisFreaks integration (Security, Data). Imported from open-connector.
https://api.whoisfreaks.com/v1.0/domain/availability
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | The domain name to query. |
| sug | boolean | optional | Whether WhoisFreaks should return suggested alternatives. |
| count | integer | optional | The number of suggestions to return when suggestions are enabled. |
/v2.0/whois/live
| Param | Type | Required | Description |
|---|---|---|---|
| domainName | string | required | The domain name used for live WHOIS lookup. |
/v1.0/subdomains
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | The domain name to query. |
| page | integer | optional | The 1-based page number to fetch. |
| status | string | optional | The subdomain status filter returned by WhoisFreaks. |
| after | string | optional | Return subdomain records created after this YYYY-MM-DD date. |
| before | string | optional | Return subdomain records created before this YYYY-MM-DD date. |
/v1.0/ip-whois
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | required | The IPv4 or IPv6 address to query. |
/v2.0/asn-whois
| Param | Type | Required | Description |
|---|---|---|---|
| asn | string | required | The ASN identifier with or without the AS prefix. |