{
  "openapi": "3.0.3",
  "info": {
    "title": "whois反查",
    "description": "根据电话、邮箱、注册人反查Whois信息，数据与whois.chinaz.com同步，支持全部返回，需要通过翻页获取。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/3235-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 30,
      "x-connect-timeout": 30,
      "get": {
        "summary": "whos反查",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "StateCode": {
                              "type": "number",
                              "description": "状态码"
                            },
                            "Reason": {
                              "type": "string",
                              "description": "状态码说明"
                            },
                            "Result": {
                              "type": "object",
                              "properties": {
                                "keyword": {
                                  "type": "string",
                                  "description": "查询的具体提交"
                                },
                                "type": {
                                  "type": "string",
                                  "description": "类别"
                                },
                                "totalPage": {
                                  "type": "number",
                                  "description": "总页数"
                                },
                                "totalCount": {
                                  "type": "number",
                                  "description": "总数量"
                                },
                                "pageNo": {
                                  "type": "number",
                                  "description": "当前页"
                                },
                                "pageSize": {
                                  "type": "number",
                                  "description": "当前页数量（最多返回100条）"
                                },
                                "list": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "Host": {
                                        "type": "string",
                                        "description": "域名\n"
                                      },
                                      "WhoisServer": {
                                        "type": "string",
                                        "description": "域名服务器\n"
                                      },
                                      "Registrar": {
                                        "type": "string",
                                        "description": "注册商\n"
                                      },
                                      "ContactPerson": {
                                        "type": "string",
                                        "description": "联系人\n"
                                      },
                                      "Email": {
                                        "type": "string",
                                        "description": "联系邮箱\n"
                                      },
                                      "Phone": {
                                        "type": "string",
                                        "description": "联系电话\n"
                                      },
                                      "CreationDate": {
                                        "type": "string",
                                        "description": "创建时间\n"
                                      },
                                      "ExpirationDate": {
                                        "type": "string",
                                        "description": "过期时间\n"
                                      },
                                      "DnsServer": {
                                        "type": "string",
                                        "description": "DNS\n"
                                      },
                                      "DomainStatus": {
                                        "type": "string",
                                        "description": "状态"
                                      }
                                    }
                                  },
                                  "description": "结果列"
                                }
                              },
                              "description": "具体返回内容"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "3235_1_GET",
        "parameters": [
          {
            "name": "reverse",
            "in": "query",
            "description": "电话 或 邮箱 或 联系人，如： 13457497687 或 contactanything@anythingwhois.com 或 domainadministration\n",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "description": "分类，填入phone或 email或 register",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "页码，默认第1页",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    }
  },
  "components": {
    "securitySchemes": {
      "AppKeyAuth": {
        "type": "apiKey",
        "in": "query",
        "name": "appKey",
        "description": "从 ShowAPI 控制台获取的 appKey，管理地址：https://www.showapi.com/console#/myApp"
      }
    },
    "schemas": {
      "ShowapiResEnvelope": {
        "type": "object",
        "description": "ShowAPI 统一返回包裹（业务数据位于 showapi_res_body）",
        "properties": {
          "showapi_res_code": {
            "type": "integer",
            "description": "API 返回的状态码"
          },
          "showapi_res_error": {
            "type": "string",
            "description": "API 返回的错误信息"
          },
          "showapi_res_id": {
            "type": "string",
            "description": "API 请求的唯一标识"
          },
          "showapi_fee_num": {
            "type": "integer",
            "description": "API 调用计费次数"
          }
        }
      }
    }
  },
  "security": [
    {
      "AppKeyAuth": []
    }
  ],
  "externalDocs": {
    "url": "https://www.showapi.com/apiGateway/view/3235?tab=book"
  },
  "x-apiCode": "3235",
  "x-is-own": false,
  "x-is-op": false
}