← Tools Reference

WhoisFreaks

WhoisFreaks integration (Security, Data). Imported from open-connector.

API key5 toolshttps://api.whoisfreaks.com
GET
whoisfreaks_check_domain_availability
Check whether one domain is available for registration and optionally request suggestions.

/v1.0/domain/availability

3 parameters
ParamTypeRequiredDescription
domainstringrequiredThe domain name to query.
sugbooleanoptionalWhether WhoisFreaks should return suggested alternatives.
countintegeroptionalThe number of suggestions to return when suggestions are enabled.
GET
whoisfreaks_get_domain_whois
Retrieve the live WHOIS record for one domain.

/v2.0/whois/live

1 parameter
ParamTypeRequiredDescription
domainNamestringrequiredThe domain name used for live WHOIS lookup.
GET
whoisfreaks_list_subdomains
List known subdomains for one domain with optional paging and status filters.

/v1.0/subdomains

5 parameters
ParamTypeRequiredDescription
domainstringrequiredThe domain name to query.
pageintegeroptionalThe 1-based page number to fetch.
statusstringoptionalThe subdomain status filter returned by WhoisFreaks.
afterstringoptionalReturn subdomain records created after this YYYY-MM-DD date.
beforestringoptionalReturn subdomain records created before this YYYY-MM-DD date.
GET
whoisfreaks_get_ip_whois
Retrieve the IP WHOIS record for one IP address.

/v1.0/ip-whois

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to query.
GET
whoisfreaks_get_asn_whois
Retrieve the ASN WHOIS record for one autonomous system number.

/v2.0/asn-whois

1 parameter
ParamTypeRequiredDescription
asnstringrequiredThe ASN identifier with or without the AS prefix.