{
  "openapi": "3.0.0",
  "info": {
    "title": "微信视频号账号搜索 API (V2)",
    "version": "1.0.0",
    "description": "通过wxvideo关键词接口搜索微信视频号账号及相关加密视频对象。版本2适用于需要从一个关键词获取更广泛的账号和视频对象结果集的情况。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/weixin-channels/search-account/v2": {
      "get": {
        "tags": [
          "微信视频号"
        ],
        "summary": "账号搜索",
        "description": "通过wxvideo关键词接口搜索微信视频号账号及相关加密视频对象。版本2适用于需要从一个关键词获取更广泛的账号和视频对象结果集的情况。",
        "operationId": "getApiWeixinChannelsSearchAccountV2",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyword",
            "in": "query",
            "description": "用于查找微信视频号账号及相关视频对象的搜索关键词。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "202",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "500",
                        "600",
                        "601"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "16201110",
        "x-api-version": "v2",
        "x-highlights": []
      }
    }
  },
  "components": {}
}