v1
latestOpenAPI 3.1.02026-07-244190162.0 KBGet IP Whois
Fetch current IP information for a single IPv4 address.
get/ips/{ipaddress}/whois
Path parameters
ipaddressstring required
The IPv4 address you want to fetch the WHOIS for.
Query parameters
apikeystring required
Your SecurityTrails API key. See authentication documentation
Response
200
Example response
{
"endpoint": "/v1/ips/1.1.1.1/whois",
"record": {
"contact_email": "abuse@apnic.net",
"contacts": [
{
"city": "South Brisbane, QLD 4101",
"country": "AUSTRALIA",
"country_code": "AU",
"email": "helpdesk@apnic.net,research@apnic.net",
"fax": "6173858319961738583199",
"organization": "APNIC Research and Development",
"postal_code": "PO Box 3646",
"street1": "6 Cordelia St",
"telephone": "6173858310061738583188",
"type": "registrant"
}
],
"ip": "1.1.1.1",
"source": "ORG-ARAD1-AP"
}
}