# Generated by ShowAPI OpenAPI generator # source: market/1524 # generated-at: 2026-09-04T17:13:24.111Z openapi: 3.0.3 info: title: 字典查询 description: 【学习和查询汉字的得力助手】是一款便捷的汉字查询工具,支持拼音、部首、笔划、注解、出处查询,还可按笔划或部首检索。适合学生、教师、研究人员及汉字学习爱好者。 termsOfService: https://www.showapi.com/helpcenter/view#/4019/2 version: 1.0.0 servers: - url: https://route.showapi.com paths: /1524-6: x-pointCode: 6 x-mode: mapping x-read-timeout: 20 x-connect-timeout: 20 post: summary: 词语或成语解释 description: 提供万维易源字典查询API,该接口可依据输入的词语或成语,返回对应的解释内容。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 cidian_explain: type: string description: 词典对词语或成语的解释 ciyu: type: string description: 词语或成语 allusion_explain: type: string description: 成语字典对成语的解释 pinyin: type: string description: 拼音 description: 业务返回体 operationId: 1524_6_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: ciyu: type: string description: 词语或成语 required: - ciyu /1524-5: x-pointCode: 5 x-mode: mapping x-read-timeout: 60 x-connect-timeout: 60 post: summary: 汉字详细信息 description: 万维易源提供字典查询API,可依据汉字查询其详细信息,助力用户高效获取汉字数据。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 words: type: string description: 组词 hanzi: type: string description: 汉字 bushou: type: string description: 部首 bihua: type: string description: 笔画 pinyin: type: string description: 拼音 basic_explain: type: string description: 基本解释 detail_explain: type: string description: 详细解释 wubi: type: string description: 五笔 description: 业务返回体 operationId: 1524_5_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: hanzi: type: string description: 汉字 required: - hanzi /1524-4: x-pointCode: 4 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 部首查询汉字列表 description: 该API作为万维易源字典查询的接入点,支持按部首查询,返回对应部首下的汉字列表。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 hanzi: type: string description: 汉字 bushou: type: string description: 汉字部首 description: 业务返回体 operationId: 1524_4_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: bushou: type: string description: 部首 required: - bushou /1524-3: x-pointCode: 3 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 拼音查询汉字列表 description: 万维易源字典查询API的拼音查询汉字列表功能,可根据输入拼音返回对应汉字列表。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 hanzi: type: string description: 汉字 bihua: type: string description: 汉字笔画 description: 业务返回体 operationId: 1524_3_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: pinyin: type: string description: 拼音 required: - pinyin /1524-2: x-pointCode: 2 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 部首列表 description: 万维易源提供字典查询服务,其API接入点可获取部首列表,方便用户查询汉字部首信息。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 bushou: type: string description: 部首 bihua: type: string description: 笔画 description: 业务返回体 operationId: 1524_2_POST parameters: [] /1524-1: x-pointCode: 1 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 拼音列表 description: 本API接入点提供拼音列表查询功能,可返回拼音数据,适用于字典查询场景。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 remark: type: string description: 提示信息 py_initial: type: string description: 拼音首字母 pinyin: type: string description: 拼音 description: 业务返回体 operationId: 1524_1_POST parameters: [] components: securitySchemes: AppKeyAuth: type: apiKey in: query name: appKey description: 从 ShowAPI 控制台获取的 appKey,管理地址:https://www.showapi.com/console#/myApp schemas: ShowapiResEnvelope: type: object description: ShowAPI 统一返回包裹(业务数据位于 showapi_res_body) properties: showapi_res_code: type: integer description: API 返回的状态码 showapi_res_error: type: string description: API 返回的错误信息 showapi_res_id: type: string description: API 请求的唯一标识 showapi_fee_num: type: integer description: API 调用计费次数 security: - AppKeyAuth: [] externalDocs: url: https://www.showapi.com/apiGateway/view/1524?tab=book x-apiCode: "1524" x-is-own: false x-is-op: false