{
  "openapi": "3.0.3",
  "info": {
    "title": "ICP备案实时查询",
    "description": "根据域名实时返回查询域名的备案信息（与官网一致），适用于对备案信息变化及时性要求高的用户，如备案监控等。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/3229-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 30,
      "x-connect-timeout": 30,
      "get": {
        "summary": "ICP查询",
        "description": "根据域名实时返回查询域名的备案信息（与官网一致），适用于对备案信息变化及时性要求高的用户，如备案监控等。",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "Result": {
                              "type": "object",
                              "properties": {
                                "Owner": {
                                  "type": "string",
                                  "description": "暂无数据"
                                },
                                "CompanyType": {
                                  "type": "string",
                                  "description": "公司类型"
                                },
                                "ServiceLicence": {
                                  "type": "string",
                                  "description": "网站备案/许可证号"
                                },
                                "LimitAccess": {
                                  "type": "string",
                                  "description": "是否限制接入"
                                },
                                "Domain": {
                                  "type": "string",
                                  "description": "域名"
                                },
                                "SiteLicense": {
                                  "type": "string",
                                  "description": "主体备案号"
                                },
                                "VerifyTime": {
                                  "type": "string",
                                  "description": "审核时间"
                                },
                                "SiteName": {
                                  "type": "string",
                                  "description": "暂无数据"
                                },
                                "CompanyName": {
                                  "type": "string",
                                  "description": "公司名称"
                                },
                                "ContentTypeName": {
                                  "type": "string",
                                  "description": "前置审批项"
                                }
                              }
                            },
                            "StateCode": {
                              "type": "number",
                              "description": "状态码"
                            },
                            "Reason": {
                              "type": "string",
                              "description": "状态说明"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "3229_1_GET",
        "parameters": [
          {
            "name": "domain",
            "in": "query",
            "description": "查询的域名",
            "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/3229?tab=book"
  },
  "x-apiCode": "3229",
  "x-is-own": false,
  "x-is-op": true
}