Output format

{
   "domainsCount": 4,
   "domainsList": [
        {
            "domainName": "blogginggoogle.com",
            "action": "added",
            "date": "2020-07-26"
        },
        {
            "domainName": "googleblog.asia",
            "action": "dropped",
            "date": "2020-07-26"
        },
        {
            "domainName": "googleblog.com",
            "action": "updated",
            "date": "2020-07-26"
        },
        {
            "domainName": "googleblog.org",
            "action": "discovered",
            "date": "2020-07-26"
        }
    ]
}

Output parameters

domainsCount
The number of domains matching the criteria.
domainsList
The list of domains matching the criteria. This section is present for the "purchase" mode only.
domainsList[k].domainName
Full domain name.
domainsList[k].action

Possible actions: added | updated | dropped | discovered

  • added: discovered a new domain which has been created.
  • updated: discovered a change in the existing domain’s WHOIS record.
  • dropped: discovered a domain which has been dropped.
  • discovered: discovered a domain that has been previously unknown to our Domains DB.
domainsList[k].date
Event date