域配置文件

API文档

概述

DomainTools API被组织成不同的产品,尽可能使用RESTful URL结构进行查询。每个产品都提供对每个产品中列出的示例url的免费、未经身份验证的访问。如果你还没读过,你可能想复习一下开始文档以了解身份验证和响应格式。

Domain Profile API提供了基本的域名注册细节和DomainTools成员和报告产品提供的额外数据预览。

https://api.domaintools.com/v1/domaintools.com/

样品反应:

{response: {registrant: {name: 'DOMAINTOOLS, LLC', domains: 258, product_url: 'https://reversewhois.domaintools.com/?all[]=DOMAINTOOLS%2C+LLC&none[]='},服务器:{ip_address: '199.30.228.112', other_domains: 2, product_url: 'https://reverseip.domaintools.com/search/?q=domaintools.com'},注册:{created: '1998-08-02', expires: '2017-08-01', updated: '2014-10-18',注册商:'ENOM, INC.',状态:[' clienttransferforbidden '}, name_servers: [{server: 'NS1.P09.DYNECT。NET, product_url: 'https://reversens.domaintools.com/search/?q=NS1.P09.DYNECT.NET'}, {server: 'NS2.P09.DYNECT。', product_url: 'https://reversens.domaintools.com/search/?q=NS2.P09.DYNECT.NET'}, {server: 'NS3.P09.DYNECT。', 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'}],历史:{注册商:{最早的事件:'2002-04-12',事件:4,product_url: 'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'}, name_server:{事件:6,timespan_in_years: 9, product_url: 'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'}, ip_address:{事件:91,timespan_in_years: 11, product_url:'https://research.domaintools.com/research/hosting-history/?q=domaintools.com'}, whois: {records: 3500, employeest_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'}}}

注意,不是响应中的所有数据元素都对所有域可用。

你必须提供你的API凭证使用这个API。

示例查询

[HTML] (JSON) (XML)