返回地图

全局搜索

搜索河流、流域等相关信息

GET
/api/search

Query Parameters

qstring

搜索关键词

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/search?q=%E9%BB%84%E6%B2%B3"
[
  {
    "type": "river",
    "key": "string",
    "displayName": "string",
    "description": "string",
    "photos": [
      "string"
    ],
    "basincode": 0,
    "subbasincd": "string",
    "maCode": "string"
  }
]
{
  "detail": "Missing search input"
}
{
  "detail": "Resource not found"
}
{
  "detail": "服务器内部错误"
}