{
  "openapi": "3.0.3",
  "info": {
    "title": "网站综合权重查询",
    "description": "根据域名返回所有搜索引擎对应的权重值数据，数据值来源于站长工具，仅供参考。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/3234-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 30,
      "x-connect-timeout": 30,
      "get": {
        "summary": "网站综合权重查询",
        "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": {
                                "BaidupcBr": {
                                  "type": "number",
                                  "description": "百度PC权重"
                                },
                                "BaidupcKwcount": {
                                  "type": "number",
                                  "description": "百度PC关键词数"
                                },
                                "BaidupcUvcount": {
                                  "type": "string",
                                  "description": "百度PC预估流量"
                                },
                                "BaiduMobileBr": {
                                  "type": "number",
                                  "description": "百度移动权重"
                                },
                                "BaiduMobileKwcount": {
                                  "type": "number",
                                  "description": "百度移动关键词数"
                                },
                                "BaiduMobileUvcount": {
                                  "type": "string",
                                  "description": "百度移动预估流量"
                                },
                                "SopcBr": {
                                  "type": "number",
                                  "description": "360PC权重"
                                },
                                "SopcKwcount": {
                                  "type": "number",
                                  "description": "360PC关键词数"
                                },
                                "SopcUvcount": {
                                  "type": "string",
                                  "description": "360PC预估流量"
                                },
                                "SoMobileBr": {
                                  "type": "number",
                                  "description": "360移动权重"
                                },
                                "SoMobileKwcount": {
                                  "type": "number",
                                  "description": "360移动关键词数"
                                },
                                "SoMobileUvcount": {
                                  "type": "string",
                                  "description": "360移动预估流量"
                                },
                                "SmBr": {
                                  "type": "number",
                                  "description": "神马权重"
                                },
                                "SmKwcount": {
                                  "type": "number",
                                  "description": "神马关键词数"
                                },
                                "SmUvcount": {
                                  "type": "string",
                                  "description": "神马预估流量"
                                }
                              },
                              "description": "具体返回内容"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "3234_1_GET",
        "parameters": [
          {
            "name": "domain",
            "in": "query",
            "description": "获取的域名，如：chinaz.com",
            "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/3234?tab=book"
  },
  "x-apiCode": "3234",
  "x-is-own": false,
  "x-is-op": true
}