Search Api
搜索和发现 API 提供热门推荐、随机推荐、搜索、物种查询等发现功能的访问接口
参考官方文档:
热门推荐(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 推荐能力/热门推荐(furtv.discovery.popular).md)
随机推荐(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 推荐能力/随机推荐(furtv.discovery.random).md)
搜索(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 检索能力/搜索(furtv.discovery.search).md)
搜索建议(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 检索能力/搜索建议(furtv.discovery.search.suggestions).md)
物种列表(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 检索能力/物种列表(furtv.discovery.species).md)
按物种搜索(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 检索能力/按物种搜索(furtv.discovery.species.search).md)
热门地区(../../../../vds-docs/Fursuit.TV 兽频道/发现与搜索 - 检索能力/热门地区(furtv.discovery.locations.popular).md)
Parameters
配置好的 HTTP 客户端
API 基础 URL
Constructors
Functions
获取热门推荐 获取当前热门用户列表
获取热门推荐(Discovery) 获取当前热门用户列表 端点:GET /api/proxy/furtv/discovery/popular
获取热门地区 获取用户数量最多的地区列表 端点:GET /api/proxy/furtv/locations/popular
获取热门地区(Discovery) 获取用户数量最多的地区列表 端点:GET /api/proxy/furtv/discovery/locations/popular
获取随机推荐(Discovery) 获取随机推荐的用户列表,支持个性化推荐 端点:GET /api/proxy/furtv/discovery/random
获取随机推荐 获取随机推荐的用户列表,支持个性化推荐 端点:GET /api/proxy/furtv/fursuit/random
获取随机推荐(重载方法,保持向后兼容)
获取搜索建议 根据关键词获取搜索建议(自动补全) 端点:GET /api/proxy/furtv/search/suggestions
获取搜索建议(Discovery) 根据关键词获取搜索建议(自动补全) 端点:GET /api/proxy/furtv/discovery/search/suggestions
获取物种列表(Discovery) 获取所有物种及相关统计信息 端点:GET /api/proxy/furtv/discovery/species
获取物种列表 获取所有物种及相关统计信息 端点:GET /api/proxy/furtv/species
按物种搜索 根据物种名称搜索用户 端点:GET /api/proxy/furtv/search/species/:species
按物种搜索(Discovery) 根据物种 ID 搜索用户,支持分页 端点:GET /api/proxy/furtv/discovery/species/search
按物种搜索(Discovery 重载方法)
搜索(Discovery) 执行搜索操作,支持多种类型和分页 端点:GET /api/proxy/furtv/discovery/search
搜索(Discovery 重载方法)