Output format | Documentation | WHOIS History API | WhoisXML API

Output format

{
    "recordsCount": 7,
    "records" : [
        {
          "domainName": "google.com",
          "domainType": "added",
          "createdDateISO8601": "1997-09-15T00:00:00-07:00",
          "updatedDateISO8601": "2015-06-12T10:38:52-07:00",
          "expiresDateISO8601": "2020-09-13T21:00:00-07:00",
          "createdDateRaw": "1997-September-15",
          "updatedDateRaw": "12-June-2015",
          "expiresDateRaw": "2020 September-13",
          "audit": {
               "createdDate": "2018-06-17 11:23:51.000 UTC",
               "updatedDate": "2018-06-17 11:23:51.000 UTC"
          },
          "nameServers": [
               "NS1.GOOGLE.COM",
               "NS2.GOOGLE.COM",
               "NS3.GOOGLE.COM",
               "NS4.GOOGLE.COM"
           ],
          "whoisServer": "string",
          "registrarName": "string",
          "status": [
               "clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)",
               "clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)",
               "clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)",
               "serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)",
               "serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)",
               "serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)",
          ],
          "rawText": "string",
          "registrantContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
         },
          "administrativeContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          },
         "technicalContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
         },
         "billingContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          },
          "zoneContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          }
      },
      {
            ...
      },
      {
            ...
      }
    ]
}

Output parameters

recordsCount
Number of historic WHOIS records found for the target domain name
records
Array of WHOIS records
records[k].domainName
Target domain name
records[k].domainType
Added or dropped
records[k].createdDateISO8601
The date the WHOIS record for the domain was created initially, in ISO8601 format
records[k].updatedDateISO8601
The last date the WHOIS record for the domain was updated, in ISO8601 format
records[k].expiresDateISO8601
The date the WHOIS record for the domain is expired, in ISO8601 format
records[k].createdDateRaw
The date the WHOIS record for the domain was created initially, in raw format
records[k].updatedDateRaw
The last date the WHOIS record for the domain was updated, in raw format
records[k].expiresDateRaw
The date the WHOIS record for the domain is expired, in raw format
records[k].audit
Contains audit dates for the target domain name
records[k].audit.createdDate
The date the domain was checked by our system initially
records[k].audit.updatedDate
The last the domains was checked by our system
records[k].nameServers
Array of name servers
records[k].whoisServer
Whois server
records[k].registrarName
Registrar name
records[k].status
records[k].rawText
The raw WHOIS record
records[k].cleanText
The raw WHOIS record but with comment strings removed
records[k].registrantContact
Contains registrant contact information
records[k].registrantContact.name
Registrant Name
records[k].registrantContact.organization
Registrant Organization
records[k].registrantContact.street
Registrant Street
records[k].registrantContact.city
Registrant City
records[k].registrantContact.state
Registrant State
records[k].registrantContact.postalCode
Registrant Postal Code
records[k].registrantContact.country
Registrant Country
records[k].registrantContact.email
Registrant Email
records[k].registrantContact.telephone
Registrant Telephone
records[k].registrantContact.telephoneExt
Registrant Telephone Extension
records[k].registrantContact.fax
Registrant Fax
records[k].registrantContact.faxExt
Registrant Fax Extension
records[k].registrantContact.rawText
Registrant contact information raw text
records[k].administrativeContact
Contains administrative contact information. The structure is the same as for registrantContact field.
records[k].technicalContact
Contains technical contact information. The structure is the same as for registrantContact field.
records[k].billingContact
Contains billing contact information. The structure is the same as for registrantContact field.
records[k].zoneContact
Contains zone contact information. The structure is the same as for registrantContact field.