承载历史

API文档

概述

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

托管历史API提供了在域名注册商、IP地址和名称服务器中发生的更改列表。IP和名称服务器事件包括更改之前和更改之后的值,并指示触发事件的操作类型。

https://api.domaintools.com/v1/domaintools.com/hosting-history/

样品反应:

{response: {domain_name: 'domaintools.com', ip_history: [{action: 'N', action_in_words: 'New', actiondate: '2004-05-03',域:'domaintools.com', post_ip: '63.247.77.156', pre_ip: null}, {action: 'D', action_in_words: '不可解析',actiondate: '2005-10-02',域:'domaintools.com', post_ip: ", pre_ip: '63.247.77.156'}, {action: 'C', action_in_words: 'Change', actiondate: '2007-03-10',域:'domaintools.com', post_ip: '66.249.17.251', pre_ip: '66.249.4.251'},…], nameserver_history: [{action: 'T', action_in_words: 'Transfer', actiondate: '2002-04-14', domain: 'DOMAINTOOLS.COM', post_mns: 'Xxxnameservers.com', pre_mns: 'Interland.net'}, {action: 'T', action_in_words: 'Transfer', actiondate: '2004-11-25', domain: 'DOMAINTOOLS.COM', post_mns: 'Host.org', pre_mns: 'Xxxnameservers.com'},…], registrar_history: [{date_created: '1998-08-02', date_expires: '2003-08-01', date_lastchecked: '2003-06-28', date_updated: '2002-04-12', domain: 'DOMAINTOOLS.COM', registrar: 'Tucows', registrartag: 'Tucows'}, {date_created: '1998-08-02', date_lastchecked: '2005-08-21', date_updated: '2005-03-08', domain: 'DOMAINTOOLS.COM', registrar: 'GoDaddy.com', registrartag: 'GoDaddy Software Inc'},…]}}

你必须提供API凭证使用此API。

示例查询

[HTML] (JSON) (XML)