v1
latestOpenAPI 3.1.02026-07-244190162.0 KBFind associated domains
Find all domains that are related to a domain you input
get/domain/{hostname}/associated
Path parameters
hostnamestring required
Query parameters
apikeystring required
Your SecurityTrails API key. See authentication documentation
pageinteger
The page of the returned results.
Response
200
Example response
{
"records": [
{
"whois": {
"registrar": "MarkMonitor Inc.",
"expiresDate": 1518671592000,
"createdDate": 1108444392000
},
"mail_provider": [
"Google Inc."
],
"hostname": "youtube.com",
"host_provider": [
"Google Inc."
],
"computed": {
"company_name": "Google Inc."
},
"alexa_rank": 2
}
],
"record_count": 3,
"meta": {
"total_pages": 1,
"query": "whois_email = 'dns-admin@google.com'",
"page": 1,
"max_page": 100
},
"endpoint": "/v1/domain/google.com/associated"
}