出力形式 | ドキュメント | WHOIS History API|WhoisXML API

出力形式

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

出力パラメータ

recordsCount
指定されたドメイン名で見つかったWHOISの過去レコードの数
records
WHOIS レコードの配列
records[k].domainName
対象ドメイン名
records[k].domainType
追加またはドロップされました
records[k].createdDateISO8601
ドメイン名のWHOISレコードが最初に作成された日付 (ISO8601 形式)
records[k].updatedDateISO8601
ドメイン名のWHOISレコードが更新された最終日 (ISO8601 形式)
records[k].expiresDateISO8601
ドメインのWHOISレコードの有効期限が切れる日付 (ISO8601 形式)
records[k].createdDateRaw
ドメイン名のWHOISレコードが最初に作成された日付 (生の形式)
records[k].updatedDateRaw
ドメイン名のWHOISレコードが更新された最終日付 (生の形式)
records[k].expiresDateRaw
ドメイン名のWHOIS レコードの有効期限が切れた日付 (生の形式)
records[k].audit
ドメイン名のの監査日が含まれます
records[k].audit.createdDate
ドメイン名がシステムによって最初にチェックされた日付
records[k].audit.updatedDate
システムによって最後にチェックされたドメイン
records[k].nameServers
ネームサーバー
records[k].whoisServer
WHOISサーバー
records[k].registrarName
レジストラ名
records[k].status
ステータスの配列。 https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-enをご参照ください。
records[k].rawText
生のWHOIS レコード
records[k].cleanText
コメント文字列が削除された生のWHOISレコード
records[k].registrantContact
登録者の連絡先情報が含まれます
records[k].registrantContact.name
登録者名
records[k].registrantContact.organization
登録者の組織名
records[k].registrantContact.street
登録者の住所番地
records[k].registrantContact.city
登録者の市
records[k].registrantContact.state
登録者の州
records[k].registrantContact.postalCode
登録者の郵便番号
records[k].registrantContact.country
登録者の国
records[k].registrantContact.email
登録者のメールアドレス
records[k].registrantContact.telephone
登録者の電話番号
records[k].registrantContact.telephoneExt
登録者内線電話番号
records[k].registrantContact.fax
登録者FAX番号
records[k].registrantContact.faxExt
登録者内線FAX番号
records[k].registrantContact.rawText
登録者の連絡先情報の生のテキスト
records[k].administrativeContact
Administrative contactの情報が含まれます。構造はregistrantContactフィールドと同じです。
records[k].technicalContact
Technical contact情報が含まれます。構造はregistrantContactフィールドと同じです。
records[k].billingContact
Billinc contactの情報が含まれます。構造はregistrantContactフィールドと同じです。
records[k].zoneContact
Zone contact情報が含まれます。構造はregistrantContactフィールドと同じです。