| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| msg | string | 是 | 需要查询的汉字(输入多字无效,仅支持单字查询) | 慕 |
[
{
"name": "msg",
"type": "string",
"required": true,
"description": "需要查询的汉字(输入多字无效,仅支持单字查询)",
"example": "慕"
}
]
{"openapi":"3.1.1","info":{"title":"字典","description":"汉字字典,收录海量汉字,查询拼音、读音、笔画、组词等内容。","version":"1.0.0"},"paths":{"/v1/hanzi.php":{"get":{"summary":"字典","description":"汉字字典,收录海量汉字,查询拼音、读音、笔画、组词等内容。","parameters":[{"name":"msg","in":"query","required":true,"schema":{"type":"string","example":"慕"},"description":"需要查询的汉字(输入多字无效,仅支持单字查询)"}],"responses":{"200":{"description":"成功","content":{"application/json":{"schema":{"type":"object"}}}}}},"post":{"summary":"字典","description":"汉字字典,收录海量汉字,查询拼音、读音、笔画、组词等内容。","parameters":[{"name":"msg","in":"query","required":true,"schema":{"type":"string","example":"慕"},"description":"需要查询的汉字(输入多字无效,仅支持单字查询)"}],"responses":{"200":{"description":"成功","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"servers":[{"url":"http://xiaoapi.cn","description":"当前访问入口(http)"}]}
{
"code": 200,
"msg": "查询成功!",
"data": {
"拼音": [
"mù"
],
"读音": [
"http://api.suol.cc/data/hanzi/mp3/061dec474c6758216f4c8f582d311771.mp3"
],
"释义": [
[
"1.钦佩;羡慕:~名。仰~。",
"2.依恋;思恋:爱~。思~。"
]
],
"组词": [
[
"爱慕",
"羡慕",
"景慕",
"思慕",
"慕名而来",
"慕容",
"那达慕",
"倾慕",
"恋慕",
"慕名"
]
],
"部首": [
"艹",
"小"
],
"笔画": 14,
"结构": "上下结构",
"GIF": "http://api.suol.cc/data/hanzi/gif/ab4f3c36caeca93cbe2b84e168e2c72a.gif",
"PNG": "http://api.suol.cc/data/hanzi/png/ab4f3c36caeca93cbe2b84e168e2c72a.png",
"更多": "慕,汉字,指向往,敬仰,也指思念,依恋的意思。",
"百科": "http://baike.baidu.com/subview/147339/9146424.htm?forcehttps=1"
},
"tips": "慕名API:http://xiaoapi.cn"
}
暂无详细文档
暂无代码示例。管理员可在后台用 AI 生成或手动编写。
// 结果将在此处显示