LobeChat Plugins
  1. 搜索引擎
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
        POST
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. 搜索引擎

搜索引擎

正式环境
正式环境
POST
https://search-engine.chat-plugin.lobehub.com
/api/v1

请求参数

Header 参数
X-LOBE_PLUGIN_SETTINGS
string 
可选
示例值:
{"settings": { "SERPAI_API_KEY": "abc" }}
Body 参数application/json
city
string 
城市
必需
示例
{
  "query": "LobeHub"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://search-engine.chat-plugin.lobehub.com/api/v1' \
--header 'X-LOBE_PLUGIN_SETTINGS: {"settings": {        "SERPAI_API_KEY": "abc"    }}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "query": "LobeHub"
}'

返回响应

🟢200成功
application/json
Body
array of:
示例
[
  {
    "city": "杭州市",
    "adcode": "330100",
    "province": "浙江",
    "reporttime": "2023-08-17 23:01:56",
    "casts": [
      {
        "date": "2023-08-17",
        "week": "4",
        "dayweather": "小雨",
        "nightweather": "小雨",
        "daytemp": "33",
        "nighttemp": "24",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "≤3",
        "nightpower": "≤3",
        "daytemp_float": "33.0",
        "nighttemp_float": "24.0"
      },
      {
        "date": "2023-08-18",
        "week": "5",
        "dayweather": "小雨",
        "nightweather": "小雨",
        "daytemp": "32",
        "nighttemp": "23",
        "daywind": "东北",
        "nightwind": "东北",
        "daypower": "4",
        "nightpower": "4",
        "daytemp_float": "32.0",
        "nighttemp_float": "23.0"
      },
      {
        "date": "2023-08-19",
        "week": "6",
        "dayweather": "小雨",
        "nightweather": "雷阵雨",
        "daytemp": "32",
        "nighttemp": "24",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "4",
        "nightpower": "4",
        "daytemp_float": "32.0",
        "nighttemp_float": "24.0"
      },
      {
        "date": "2023-08-20",
        "week": "7",
        "dayweather": "雷阵雨",
        "nightweather": "多云",
        "daytemp": "33",
        "nighttemp": "25",
        "daywind": "东",
        "nightwind": "东",
        "daypower": "≤3",
        "nightpower": "≤3",
        "daytemp_float": "33.0",
        "nighttemp_float": "25.0"
      }
    ]
  }
]
🟠422参数错误
🟠422参数错误
修改于 2023-08-28 12:52:27
上一页
网关
下一页
插件网关
Built with