Domain Profile¶
The Domain Profile API provides basic domain name registration details and a preview of additional data available from DomainTools membership and report products.
Sample Response¶
{
response: {
registrant: {
name: 'DOMAINTOOLS, LLC',
domains: 258,
product_url: 'https://reversewhois.domaintools.com/?all[]=DOMAINTOOLS%2C+LLC\&none[]='
},
server: {
ip_address: '199.30.228.112',
other_domains: 2,
product_url: 'https://reverseip.domaintools.com/search/?q=domaintools.com'
},
registration: {
created: '1998-08-02',
expires: '2017-08-01',
updated: '2014-10-18',
registrar: 'ENOM, INC.',
statuses: ['clientTransferProhibited']
},
name_servers: [
{server: 'NS1.P09.DYNECT.NET, product_url: 'https://reversens.domaintools.com/search/?q=NS1.P09.DYNECT.NET'},
{server: 'NS2.P09.DYNECT.NET', product_url: 'https://reversens.domaintools.com/search/?q=NS2.P09.DYNECT.NET'},
{server: 'NS3.P09.DYNECT.NET', product_url: 'https://reversens.domaintools.com/search/?q=NS3.P09.DYNECT.NET'},
{server: 'NS4.P09.DYNECT.NET', product_url: 'https://reversens.domaintools.com/search/?q=NS4.P09.DYNECT.NET'}
],
history: {
registrar: {
earliest_event: '2002-04-12',
events: 4,
product_url: 'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'
},
name_server: {
events: 6,
timespan_in_years: 9,
product_url: 'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'
},
ip_address: {
events: 91,
timespan_in_years: 11,
product_url: 'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'
},
whois: {
records: 3500,
earliest_event: '2001-10-26',
product_url: 'https://research.domaintools.com/research/whois-history/search/?q=domaintools.com'
}
},
seo: {
score: 77,
product_url: 'http://research.domaintools.com/seo-browser/?domain=domaintools.com'
},
website_data: {
response_code: 200,
title: 'Home | DomainTools',
server: 'Here and There',
meta: [],
product_url: 'https://whois.domaintools.com/domaintools.com'
}
}
}
Not all data elements in the response will be available for all domains.
Sample Queries¶
- HTML:
https://api.domaintools.com/v1/domaintools.com/?format=html
- JSON:
https://api.domaintools.com/v1/domaintools.com/
- XML:
https://api.domaintools.com/v1/domaintools.com/?format=xml