Formato de salida | Documentación | WHOIS History API | WhoisXML API

Formato de salida

{
    "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"
          }
      },
      {
            ...
      },
      {
            ...
      }
    ]
}

Parámetros de salida

recordsCount
Número de registros históricos WHOIS encontrados para el nombre de dominio de destino
records
Matriz de registros WHOIS
records[k].domainName
Nombre de dominio de destino
records[k].domainType
Añadidos o eliminados
records[k].createdDateISO8601
Fecha de creación inicial del registro WHOIS del dominio, en formato ISO8601
records[k].updatedDateISO8601
La última fecha en que se actualizó el registro WHOIS del dominio, en formato ISO8601.
records[k].expiresDateISO8601
Fecha de caducidad del registro WHOIS del dominio, en formato ISO8601
records[k].createdDateRaw
Fecha de creación inicial del registro WHOIS del dominio, en formato raw
records[k].updatedDateRaw
La última fecha en que se actualizó el registro WHOIS del dominio, en formato raw
records[k].expiresDateRaw
La fecha de expiración del registro WHOIS del dominio, en formato raw
records[k].audit
Contiene fechas de auditoría para el nombre de dominio de destino
records[k].audit.createdDate
Fecha en la que nuestro sistema comprobó inicialmente el dominio
records[k].audit.updatedDate
La última vez que nuestro sistema comprobó los dominios
records[k].nameServers
Matriz de nombres de servidores
records[k].whoisServer
Servidor Whois
records[k].registrarName
Nombre del registrador
records[k].status
records[k].rawText
El registro WHOIS en bruto
records[k].cleanText
El registro WHOIS sin procesar pero con las cadenas de comentarios eliminadas
records[k].registrantContact
Contiene información de contacto del registrante
records[k].registrantContact.name
Nombre del registrante
records[k].registrantContact.organization
Organización registrante
records[k].registrantContact.street
Calle del registrante
records[k].registrantContact.city
Ciudad del registrante
records[k].registrantContact.state
Estado del registrante
records[k].registrantContact.postalCode
Código postal del registrante
records[k].registrantContact.country
País del registrante
records[k].registrantContact.email
Correo electrónico del registrante
records[k].registrantContact.telephone
Teléfono del registrante
records[k].registrantContact.telephoneExt
Extensión telefónica del registrante
records[k].registrantContact.fax
Fax del registrante
records[k].registrantContact.faxExt
Extensión de fax del registrante
records[k].registrantContact.rawText
Texto en bruto con la información de contacto del registrante
records[k].administrativeContact
Contiene información de contacto administrativo. La estructura es la misma que para el campo registrantContact.
records[k].technicalContact
Contiene información de contacto técnica. La estructura es la misma que la del campo registrantContact.
records[k].billingContact
Contiene información de contacto de facturación. La estructura es la misma que para el campo registrantContact.
records[k].zoneContact
Contiene información de contacto de la zona. La estructura es la misma que la del campo registrantContact.