【学习和查询汉字的得力助手】是一款便捷的汉字查询工具,支持拼音、部首、笔划、注解、出处查询,还可按笔划或部首检索。适合学生、教师、研究人员及汉字学习爱好者。
该API作为万维易源字典查询的接入点,支持按部首查询,返回对应部首下的汉字列表。
showapi_res_body
curl -X POST "https://route.showapi.com/1524-4?appKey=YOUR_APPKEY" \ -H "content-type: application/x-www-form-urlencoded" \ -d "bushou=%E5%8A%9B"
{ "showapi_res_code": 0, "showapi_res_error": "", "showapi_res_id":"ce135f6739294c63be0c021b76b6fbff", "showapi_res_body": { "ret_code": "0", "remark": "查询成功!", "datas": [ { "hanzi": "力", "bushou": "力", "bihua": "2", "pinyin": "lì" }, ...... { "hanzi": "勸", "bushou": "力", "bihua": "19", "pinyin": "quàn" } ] } }
在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。
{ "mcpServers": { "showapi-mcp-1524": { "url": "http://www.showapi.com.cn/mcp/1524/{your_appKey}" } } }
标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。
客服热线请拨打
400-998-8033