Output format | Documentation | Bulk WHOIS API | WhoisXML API

Output format

{
  "noDataAvailable": false,
  "domainList": [
    "google.com"
  ],
  "requestId": "1f9914d5-8403-4f18-...",
  "whoisRecords": [
    {
      "domainName": "google.com",
      "domainStatus": "I",
      "whoisRecordStatus": 0,
      "domainFetchedTime": "1524052852478",
      "whoisRecord": {
        "id": 20438517,
        "registrant": {
          "rawText": "Registrant Name: Domain Administrator\nRegistrant Organization: Google LLC\nRegistrant Street: 1600 Amphitheatre Parkway,\nRegistrant City: Mountain View\nRegistrant State/Province: CA\nRegistrant Postal Code: 94043\nRegistrant Country: US\nRegistrant Phone: +1.6502530000\nRegistrant Fax: +1.6502530001\nRegistrant Email: [email protected]",
          "contactId": 57610005,
          "organization": "Google LLC",
          "street1": "1600 Amphitheatre Parkway,",
          "city": "Mountain View",
          "state": "CA",
          "postalCode": "94043",
          "country": "UNITED STATES",
          "parseCode": 1,
          "name": "Domain Administrator",
          "telephone": "16502530000",
          "fax": "16502530001",
          "email": "[email protected]"
        },
        "administrativeContact": {
          "rawText": "Admin Name: Domain Administrator\nAdmin Organization: Google LLC\nAdmin Street: 1600 Amphitheatre Parkway,\nAdmin City: Mountain View\nAdmin State/Province: CA\nAdmin Postal Code: 94043\nAdmin Country: US\nAdmin Phone: +1.6502530000\nAdmin Fax: +1.6502530001\nAdmin Email: [email protected]",
          "contactId": 57610008,
          "organization": "Google LLC",
          "street1": "1600 Amphitheatre Parkway,",
          "city": "Mountain View",
          "state": "CA",
          "postalCode": "94043",
          "country": "UNITED STATES",
          "parseCode": 1,
          "name": "Domain Administrator",
          "telephone": "16502530000",
          "fax": "16502530001",
          "email": "[email protected]"
        },
        "createdDate": "1997-09-15T00:00:00-0700",
        "updatedDate": "2018-02-21T10:45:07-0800",
        "expiresDate": "2020-09-13T21:00:00-0700",
        "domainName": "google.com",
        "registrarIANAID": 292
      },
      "index": 1
    }
  ],
  "domains": [],
  "totalRecords": 2,
  "recordsLeft": 1,
  "recordsProcessed": 1
}

Output parameters

noDataAvailable

Boolean.

Indicates whether WHOIS data is available for the requested domain.

domainList

Array.

List of requested domains.

requestId

String.

Request ID.

whoisRecords

Array.

Array of WHOIS records.

whoisRecords[k].index

String.

Index of the WHOIS record.

whoisRecords[k].domainName

String.

Domain name.

whoisRecords[k].domainStatus

String.

Domain processing status.

whoisRecords[k].whoisRecordStatus

Integer.

WHOIS record retrieval status.

whoisRecords[k].domainFetchedTime

String.

Time when the domain was fetched.

whoisRecords[k].whoisRecord

Object.

WHOIS record. Output parameters are described in the WHOIS API documentation.

domains

Array.

List of domains for which WHOIS records are not available.

totalRecords

Integer.

Total number of WHOIS records.

recordsLeft

Integer.

Number of WHOIS records left to be processed.

recordsProcessed

Integer.

Number of WHOIS records processed.

Output XML schema

You can download the following for your reference: sample xml result