常见问题

有道词典服务旨在将有道词典APP中的精华词汇内容以接口形式输出给有需要的的客户,您可以将需要查询的词汇及对应的词典发给此服务,我们将会通过接口为您返回释义、发音、音标、例句等结果信息。此服务暂不支持您在控制台自助开通,您可以在工作日10:00-18:00之间电话联系(010-8255-8901)智云获得接入支持,或者通过邮件(AIcloud_Business@corp.youdao.com)留下您的联系方式与合作需求,我们将在最近的工作日与您联系。
使用此服务您需要严格遵守有道智云服务条款 ,我们返回给您的数据严禁缓存、再利用与转卖,我们将通过技术手段巡查您是否有缓存数据等违规行为,若存在违规行为您需要承担相应的法律责任。
有道词典接口输出汉语词典、中英词典、英中词典、英英词典、中韩词典、韩中词典、中日词典、日中词典的内容。
有道词典API HTTPS地址:
https://openapi.youdao.com/v2/dict
调用API需要向接口发送以下字段来访问服务。
字段名 | 类型 | 含义 | 必填 | 备注 |
---|---|---|---|---|
q | text | 待查询的词 | True | 必须是UTF-8编码 |
langType | text | 输入的语言,支持的语言参见语言列表 | True | auto |
appKey | text | 创建api类型的应用获得的应用ID | True | testKey |
dicts | text | 词典名 | True | dicts=ce dicts=ec |
salt | text | 随机值,建议使用UUID,确保唯一性 | True | uuid,唯一通用识别码 |
sign | text | 签名,sign 由客户端算好后传递,具体生成规则,见附注 | True | whatever |
signType | text | 签名类型 | True | v3 |
curtime | text | 当前UTC时间戳(秒) | True | timestamp:1543199847 |
docType | text | 服务器响应类型,目前只支持json | false | json |
签名生成方法如下:
signType=v3;
sign=sha256(应用ID
+input
+salt
+curtime
+应用密钥
);
其中,input的计算方式为:input
=q前10个字符
+q长度
+q后10个字符
(当q长度大于20)或input
=q字符串
(当q长度小于等于20);
字段名 | 类型 | 说明 |
---|---|---|
errorCode | String | 状态码 |
result | JSONArray | 结果 |
jc/kc/ec | JSONObject | 词典名称 |
basic | JSONObject | 简明释义 |
phonetic | text | 词典音标 |
usPhonetic | text | 美式音标 |
ukPhonetic | text | 英式音标 |
ukSpeech | text | 英式发音 |
usSpeech | text | 美式发音 |
explains | text | 基本释义 |
text | text | 短语 |
explain | String Array | 词义解释列表 |
wordFormats | Object Array | 单词形式变化列表 |
name | String | 形式名称,例如:复数 |
web | JSONArray | 网络释义 |
phrase | String | 词组 |
meaning | String | 含义 |
synonyms | JSONObject | 近义词 |
pos | String | 词性 |
words | String Array | 近义词列表 |
trans | String | 释义 |
antonyms | ObjectArray | 反义词 |
relatedWords | JSONArray | 相关词 |
wordNet | JSONObject | 汉语词典网络释义 |
phonetic | String | 发音 |
meanings | ObjectArray | 释义 |
meaning | String | 释义 |
example | array | 示例 |
dict | String | 词典deeplink |
webDict | String | 词典网页deeplink |
sentenceSample | text | 例句 |
sentence | text | 例句 |
sentenceBold | text | 将查询内容加粗的例句 |
translation | text | 例句翻译 |
wfs | text | 单词形式变化 |
exam_type | text | 考试类型 |
字:
{
"errorCode": "0",
"requestId": "79346f75-99e6-4187-b6a1-0487f5421368",
"msg": "success",
"result": [{
"yw": {
"wordNet": [{
"phonetic": "hǎo",
"word": "好",
"meanings": [{
"examples": ["好人。好汉。好歹。好事多磨。"],
"meaning": "优点多或使人满意的,与“坏”相对"
}, {
"examples": ["您好。安好。"],
"meaning": "身体康健,疾病消失,生活幸福"
}, {
"examples": ["友好。相好。"],
"meaning": "友爱,和睦"
}, {
"examples": ["好办。好使。好懂。"],
"meaning": "容易"
}, {
"examples": ["办好了。"],
"meaning": "完成,完善"
}, {
"examples": ["好!你干得不错。"],
"meaning": "表示应允、赞成"
}, {
"examples": ["好冷。好快。好坏。好一会儿。"],
"meaning": "很,甚"
}, {
"examples": ["场地清理干净好打球。"],
"meaning": "便于"
}, {
"examples": ["好,这下可坏了!"],
"meaning": "反话,表示不满意"
}]
}, {
"phonetic": "hào",
"word": "好",
"meanings": [{
"examples": ["好奇。好色。好尚(爱好和崇尚)。好高骛远(亦作“好高务远”)。好逸恶劳。"],
"meaning": "喜爱,与“恶”(wù ㄨˋ)相对"
}, {
"examples": ["刚学会骑车的人好摔跤。"],
"meaning": "常常,容易(发生事情)"
}]
}],
"dict": "yddict://m.youdao.com/dict?le=yw&q=%E5%A5%BD",
"basic": {
"phonetics": [{
"phonetic": "hǎo",
"pronunciation": "好",
"speech": "http://openapi.youdao.com/ttsapi?q=%E5%A5%BD&langType=zh-CHS&sign=CE2C90DA35B64E8EAEA19853900D2430&salt=afabdfb7-7a06-42ab-b60f-667af5c27d84&voice=0&appKey=zhudytest123"
}, {
"phonetic": "hào",
"pronunciation": "浩",
"speech": "http://openapi.youdao.com/ttsapi?q=%E6%B5%A9&langType=zh-CHS&sign=2230702B950D354A94C3DF83F6F90E72&salt=13ce017e-ceb1-40bd-affd-079363072435&voice=0&appKey=zhudytest123"
}]
},
"lang": "zh-CHS",
"relatedWords": {
"start": ["好象", "好像", "好好", "好处", "好多", "好看", "好事", "好些", "好奇", "好人", "好转", "好久", "好比", "好吃", "好听", "好似", "好在", "好笑", "好心", "好容易", "好办", "好奇心", "好感", "好评", "好玩", "好消息", "好日子", "好意", "好汉", "好说", "好人家", "好让不争", "好客", "好彩", "好自矜夸", "好极了", "好谋无决", "好恶不愆", "好事天悭", "好学深思", "好善乐施", "好利", "好气", "好书", "好恶同之", "好学不倦", "好勇斗狠", "好脸", "好学", "好孬", "好一歇", "好仇", "好生恶杀", "好言", "好好先生", "好事不出门,恶事行千里", "好为事端", "好交", "好谀恶直", "好官", "好汉英雄", "好不", "好丑", "好早晚", "好勇", "好吃懒做", "好耍子", "好早晩", "好为人师", "好莱坞", "好异", "好弄", "好动", "好闲", "好了疮疤忘了痛", "好问", "好闻", "好恶不同", "好乐", "好好交", "好高务远", "好手不敌双拳", "好乖", "好弱", "好景不常", "好强", "好力", "好高骛远", "好戴高帽", "好便似", "好男不跟女斗", "好玩儿", "好个", "好尚不同", "好天儿", "好日", "好景不长", "好嬉子", "好梦难成", "好手", "好心办坏事", "好心没好报", "好洁", "好言好语", "好打", "好行小慧", "好模好样", "好为虚势", "好逸恶劳", "好是", "好手足", "好管闲事", "好战", "好谋少决", "好戏", "好翫", "好胜", "好样儿的", "好行", "好受", "好古敏求", "好学不厌", "好干好羞", "好骑者堕", "好景", "好会", "好高", "好去", "好共歹", "好事多妨", "好生之德", "好男不吃婚时饭", "好事之徒", "好过", "好行小惠", "好大喜功", "好施乐善", "好姱", "好田", "好死不如赖活", "好事多悭", "好还", "好讔", "好心好意", "好学深思,心知其意", "好住", "好没生", "好运", "好心不得好报", "好生", "好辨", "好辩", "好汉惜好汉", "好样的", "好辞", "好心做了驴肝肺", "好头脑", "好船者溺,好骑者堕", "好风好雨", "好力寳", "好憎", "好缺", "好事不出门,恶事传千里", "好身手", "好施小惠", "好逑", "好游", "好物", "好歹不分", "好畤侯", "好离好散", "好好儿", "好问则裕", "好心无好报", "好谋善断", "好些个", "好色之徒", "好语", "好口", "好古", "好汉不吃眼前亏", "好兵帅克", "好谋而成", "好望角", "好话", "好日头", "好色而恶心", "好道", "好事不出门,恶事扬千里", "好合", "好善恶恶", "好谋", "好名", "好修", "好羞", "好施", "好言甘辞", "好音", "好畤田", "好女儿花", "好丹非素", "好来寶", "好气儿", "好来寳", "好惹", "好看钱", "好死不如恶活", "好斗", "好端端", "好善嫉恶", "好样儿", "好慕", "好涵高躅", "好模当样儿", "好酒贪杯", "好汉做事好汉当", "好爵", "好梦不长", "好美", "好自为之", "好货", "好声", "好心好报", "好饮", "好事成双", "好借好还,再借不难", "好色", "好兵", "好心得不到好报", "好女不穿嫁时衣", "好躭躭", "好恶", "好内", "好艾", "好外", "好恶殊方", "好赖", "好事多磨", "好赐", "好歇", "好恶乖方", "好乾好羞", "好头", "好官缺", "好情", "好声好气", "好大", "好来好去", "好天", "好意思", "好衣美食", "好马不吃回头草", "好奇尚异", "好酒", "好不好", "好整以暇", "好家伙", "好语如珠", "好语似珠", "好约", "好怀", "好言自口,莠言自口", "好梦难圆", "好尽", "好说歹说", "好吹牛", "好佚恶劳", "好高鹜远", "好肉剜疮", "好嗜", "好妇", "好歹", "好死", "好天良夜", "好尚", "好乱乐祸", "好走", "好吃好喝", "好寿", "好谋无断", "好儿", "好问决疑", "好采", "好色不淫", "好相", "好说话儿", "好善", "好说话"],
"end": ["不好", "只好", "良好", "最好", "好好", "搞好", "正好", "美好", "爱好", "友好", "也好", "恰好", "大好", "作好", "学好", "办好", "要好", "修好", "幸好", "嗜好", "讨好", "盟好", "谐好", "早上好", "淑好", "饰好", "肆好", "败好", "秀好", "一无所好", "阿其所好", "贤好", "断袖之好", "君子不夺人之好", "做歉做好", "躭好", "洁身自好", "骜好", "亲好", "妍好", "束身自好", "俗好", "公诸同好", "杯酒交好", "私好", "愆德隳好", "歪好", "观好", "佳好", "分好", "宿好", "志好", "束修自好", "老相好", "情好", "自好", "江南好", "各从所好", "缔好", "见好", "八十一种好", "各有所好", "献好", "时好", "翫好", "温好", "燕好", "眷好", "一好", "晴好", "谨好", "言归于好", "两好合一好", "讬好", "两好并一好", "总角之好", "邻好", "谩好", "淳好", "一双两好", "贞好", "相好", "丽好", "一床两好", "累世通好", "妇好", "昆弟之好", "秦晋之好", "琴瑟之好", "效好", "媚好", "费力不讨好", "精好", "便好", "惠好", "娟好", "各随其好", "沾沾自好", "朱陈之好", "极好", "百年之好", "评功摆好", "唱好", "百岁之好", "琴好", "常好", "等好", "习好", "宴好", "祗好", "聘好", "问好", "年谊世好", "华好", "夺人所好", "拍手叫好", "平生之好", "近好", "僻好", "迎头好", "佼好", "睿好", "交好", "絶好", "至好", "管鲍之好", "不恰好", "嬛好", "脆好", "脩好", "忘年之好", "逑好", "戚好", "羣好", "琴瑟和好", "结好", "世好", "欢好", "前好", "群好", "啮臂之好", "喜好", "曹好", "耽好", "畅好", "不学好", "八十二好", "嘉好", "重归于好", "容好", "契好", "你好", "邀功讨好", "贵好", "二姓之好", "少好", "姝好", "成好", "留好", "托好", "赖好", "兵不逼好", "春光好", "还好", "女好", "支公好", "娇好", "式好", "赏好", "癖好", "姣好", "看好", "恩好", "和好", "打得好", "伦好", "偏好", "绝好", "新好", "衽席之好", "圜好", "款好", "游好", "满堂好", "两面讨好", "旧好", "出力不讨好", "鲜好", "雅好", "妙好", "八十种好", "珍好", "謣好", "善好", "狡好", "可好", "失好", "通好", "一个人相好", "玩好", "崇好", "意好", "尽好", "从吾所好", "尚好", "那也好", "充好", "私谐欢好", "同好", "儇好", "乐好", "夙好", "孬好", "老好", "待好", "三好", "言归和好", "说好", "敦好", "酷好", "寅好", "好不好", "上好", "叫好", "风光好", "阿好", "较好", "安好", "朋好", "侪好", "行行好", "连好", "肉好", "靘好", "投其所好", "继好", "卖好", "重修旧好", "倒好", "行好", "欲好", "月圆花好", "笃好", "买好", "嫌好", "合好", "昵好", "讲好", "匹好", "夸好", "姻好", "吃力不讨好", "竹马之好", "完好", "害不好", "静好", "属好", "申好", "司马称好", "良田不如心田好", "通家之好"]
},
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E5%A5%BD"
}
}]
}
{
"errorCode": "0",
"requestId": "be377b72-3b7e-4297-9ff2-ce99c194b118",
"msg": "success",
"result": [{
"yw": {
"synonyms": ["英俊", "美丽", "标致", "俊俏", "好看"],
"wordNet": [{
"phonetic": "piào liang",
"word": "漂亮",
"meanings": [{
"examples": ["漂亮的住宅"],
"meaning": "好看;美观;鲜明"
}, {
"examples": ["他的法语讲得漂亮"],
"meaning": "出色,精彩"
}, {
"examples": ["你别说了,再说就不漂亮了"],
"meaning": "喻通情达理"
}]
}],
"antonyms": ["丑陋", "难看"],
"dict": "yddict://m.youdao.com/dict?le=yw&q=%E6%BC%82%E4%BA%AE",
"basic": {
"phonetics": [{
"phonetic": "piào liang",
"pronunciation": "票粱",
"speech": "http://openapi.youdao.com/ttsapi?q=%E7%A5%A8%E7%B2%B1&langType=zh-CHS&sign=05070F4AD266D5D2AEB6421AC9FC1E93&salt=572dd08d-f19e-48f2-89f9-08dc5baf2d3c&voice=0&appKey=zhudytest123"
}]
},
"lang": "zh-CHS",
"relatedWords": {
"start": ["漂亮朋友"],
"end": null
},
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E6%BC%82%E4%BA%AE"
}
}]
}
{
"errorCode": "0",
"requestId": "3f98e342-cbae-48d7-9b5a-6b46169b3c21",
"msg": "success",
"result": [{
"yw": {
"synonyms": ["铁杵成针"],
"antonyms": null,
"dict": "yddict://m.youdao.com/dict?le=yw&q=%E6%84%9A%E5%85%AC%E7%A7%BB%E5%B1%B1",
"idiom": {
"meaning": "比喻坚持不懈地改造自然和坚定不移地进行斗争。",
"example": "在现代化建设中,我们要发扬愚公移山的精神。"
},
"basic": {
"phonetics": [{
"phonetic": "yú gōng yí shān",
"pronunciation": "于公仪删",
"speech": "http://openapi.youdao.com/ttsapi?q=%E4%BA%8E%E5%85%AC%E4%BB%AA%E5%88%A0&langType=zh-CHS&sign=D95C2F275145D0BC09F01A8FB985D6A0&salt=a0b38713-2f8b-487c-a61e-d9ad40549d5f&voice=0&appKey=zhudytest123"
}]
},
"lang": "zh-CHS",
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E6%84%9A%E5%85%AC%E7%A7%BB%E5%B1%B1"
}
}]
}
{
"errorCode": "0",
"requestId": "087180a1-faa6-4043-8eaf-6ebd80376f6d",
"msg": "success",
"result": [{
"ee": {
"returnPhrase": ["good"],
"dict": "yddict://m.youdao.com/dict?le=en&q=good",
"basic": {
"usPhonetic": "ɡʊd",
"usSpeech": "http://openapi.youdao.com/ttsapi?q=good&langType=en&sign=C74BECE1F0DF5ADE1DE7520A5F88A222&salt=1612683944816&voice=6&appKey=zhudytest123",
"phonetic": "ɡʊd",
"ukSpeech": "http://openapi.youdao.com/ttsapi?q=good&langType=en&sign=F1AFE849BBBE4C5BA63642A9F74CA4D6&salt=1612683944814&voice=5&appKey=zhudytest123",
"explains": [{
"explain": [{
"examples": ["for your own good", "what's the good of worrying?"],
"meaning": "benefit"
}, {
"examples": ["there is much good to be found in people"],
"meaning": "moral excellence or admirableness"
}, {
"examples": ["weigh the good against the bad", "among the highest goods of all are happiness and self-realization"],
"meaning": "that which is pleasing or valuable or useful"
}, {
"examples": [],
"meaning": "articles of commerce"
}],
"pos": "n."
}, {
"explain": [{
"examples": ["good news from the hospital", "a good report card", "when she was good she was very very good", "a good knife is one good for cutting", "this stump will make a good picnic table", "a good check", "a good joke", "a good exterior paint", "a good secretary", "a good dress for the office"],
"meaning": "having desirable or positive qualities especially those suitable for a thing specified"
}, {
"examples": ["gives good measure", "a good mile from here"],
"meaning": "having the normally expected amount"
}, {
"examples": [],
"meaning": "morally admirable"
}, {
"examples": ["ruined the family's good name"],
"meaning": "deserving of esteem and respect"
}, {
"examples": ["the experience was good for her"],
"meaning": "promoting or enhancing well-being"
}, {
"examples": ["we all had a good time", "good manners"],
"meaning": "agreeable or pleasing"
}, {
"examples": ["a genuinely good person"],
"meaning": "of moral excellence"
}, {
"examples": ["a good mechanic"],
"meaning": "having or showing knowledge and skill and aptitude"
}, {
"examples": ["had a good workout", "gave the house a good cleaning"],
"meaning": "thorough"
}, {
"examples": ["a good friend"],
"meaning": "with or in a close or intimate relationship"
}, {
"examples": ["a good investment"],
"meaning": "financially sound"
}, {
"examples": ["a good time to plant tomatoes"],
"meaning": "most suitable or right for a particular purpose"
}, {
"examples": ["its a good thing that I wasn't there", "it is good that you stayed"],
"meaning": "resulting favorably"
}, {
"examples": ["a warranty good for two years"],
"meaning": "exerting force or influence"
}, {
"examples": ["good looks"],
"meaning": "capable of pleasing"
}, {
"examples": ["good music"],
"meaning": "appealing to the mind"
}, {
"examples": ["good teeth", "I still have one good leg"],
"meaning": "in excellent physical condition"
}, {
"examples": ["a good night's sleep"],
"meaning": "tending to promote physical well-being; beneficial to health"
}, {
"examples": ["a good dollar bill"],
"meaning": "not forged"
}, {
"examples": ["the meat is still good"],
"meaning": "not left to spoil"
}, {
"examples": ["good taste"],
"meaning": "generally admired"
}],
"pos": "adj."
}, {
"explain": [{
"examples": ["the baby can walk pretty good"],
"meaning": "(often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well')"
}, {
"examples": ["we beat him good"],
"meaning": "in a complete and thorough manner (`good' is sometimes used informally for `thoroughly')"
}],
"pos": "adv."
}],
"ukPhonetic": "ɡʊd"
},
"lang": "en",
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=en&q=good"
}
}]
}
{
"errorCode": "0",
"requestId": "0f980375-008b-4c00-a5df-0bdd34d509fb",
"msg": "success",
"result": [{
"ce": {
"returnPhrase": ["好"],
"web": [{
"phrase": "好",
"meanings": ["Good", "Well", "all right", "right"]
}, {
"phrase": "好莱坞",
"meanings": ["Hollywood", "Jesus Del Pozo", "Vinewood", "EDITpro"]
}, {
"phrase": "好市多",
"meanings": ["Costco", "Costco Wholesale Corporation", "Costco Wholesingcohol"]
}],
"dict": "yddict://m.youdao.com/dict?le=en&q=%E5%A5%BD",
"basic": {
"phonetics": [{
"phonetic": "hǎo",
"pronunciation": "好",
"speech": "http://openapi.youdao.com/ttsapi?q=%E5%A5%BD&langType=zh-CHS&sign=B358DDD10CA22CD7CBFC13521115E271&salt=b0a4a700-28d2-477b-977e-28efb955fcd2&voice=0&appKey=zhudytest123"
}, {
"phonetic": "hào",
"pronunciation": "浩",
"speech": "http://openapi.youdao.com/ttsapi?q=%E6%B5%A9&langType=zh-CHS&sign=A71D465BB6A2156299987D88CBF25024&salt=32be257e-50e4-49e7-8c3e-88f2fe7a3572&voice=0&appKey=zhudytest123"
}],
"explains": [{
"pos": "",
"text": "all right",
"trans": "好;顺利;正确的;"
}, {
"pos": "",
"text": "well",
"trans": "很好地;充分地;满意地;适当地;良好的;健康的;适宜的;井;源泉;涌出;(Well)人名;(英、德、荷)韦尔;"
}, {
"pos": "",
"text": "good",
"trans": "好的;优良的;愉快的;虔诚的;好处;善行;慷慨的行为;好;(Good)人名;(英)古德;(瑞典)戈德;"
}, {
"pos": "",
"text": "fine",
"trans": "好的;优良的;细小的,精美的;健康的;晴朗的;罚款;罚款;澄清;很好地;精巧地;(Fine)人名;(意)菲内;(英)法恩;"
}, {
"pos": "",
"text": "ok",
"trans": "好的;不错的;行;很好;好;可以;对…表示同意;同意;"
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "好的,我们就这样决定吧。",
"sentenceBold": "<b>好</b>的,我们就这样决定吧。",
"translation": "Good, I think we've come to a decision."
}, {
"sentence": "好!我们现在有机可乘。",
"sentenceBold": "<b>好</b>!我们现在有机可乘。",
"translation": "Good—we have a let-out now."
}, {
"sentence": "你这辆车真好。的确好!",
"sentenceBold": "你这辆车真好。的确<b>好</b>!",
"translation": "That's a fine car you have. Yes sir!"
}, {
"sentence": "得到好的结果给你信心。",
"sentenceBold": "得到<b>好</b>的结果给你信心。",
"translation": "Getting good results gives you confidence."
}, {
"sentence": "只要天气好我们就去。",
"sentenceBold": "只要天气<b>好</b>我们就去。",
"translation": "We'll go as long as the weather is good."
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E5%A5%BD"
}
}]
}
{
"errorCode": "0",
"requestId": "c11c6368-9d10-4801-bd23-5d874d51f0cc",
"msg": "success",
"result": [{
"ce": {
"returnPhrase": ["愚公移山"],
"web": [{
"phrase": "愚公移山",
"meanings": ["The Foolish Old Man Who Removed the Mountains", "Yugong", "Faith will move mountains", "How Yukong Moved the Mountains"]
}],
"dict": "yddict://m.youdao.com/dict?le=en&q=%E6%84%9A%E5%85%AC%E7%A7%BB%E5%B1%B1",
"basic": {
"phonetics": [{
"phonetic": "yú gōng yí shān",
"pronunciation": "于公仪删",
"speech": "http://openapi.youdao.com/ttsapi?q=%E4%BA%8E%E5%85%AC%E4%BB%AA%E5%88%A0&langType=zh-CHS&sign=13B1493F7A8C45184CD8873AED5F99B6&salt=fe32304b-eb6b-4bb5-b4e9-cd5e7a860859&voice=0&appKey=zhudytest123"
}],
"explains": [{
"pos": "",
"text": "the Foolish Old Man, who removed the mountains.",
"trans": null
}, {
"pos": "",
"text": "the determination to win victory and the courage to surmount every difficulty",
"trans": null
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "你们认为愚公移山的故事怎么样?",
"sentenceBold": "你们认为<b>愚公</b><b>移山</b>的故事怎么样?",
"translation": "So what do you think about the story of Yu Gong?"
}, {
"sentence": "愚公移山是从搬小石子开始的。",
"sentenceBold": "<b>愚公</b><b>移山</b>是从搬小石子开始的。",
"translation": "Thee man who removes a mountain begins by carrying away small stones."
}, {
"sentence": "愚公移山是从搬小石子开始的。",
"sentenceBold": "<b>愚公</b><b>移山</b>是从搬小石子开始的。",
"translation": "The man who removes a mountain begins by carrying away small stones."
}, {
"sentence": "愚公移山的事很快被玉皇大帝知道了。",
"sentenceBold": "<b>愚公</b><b>移山</b>的事很快被玉皇大帝知道了。",
"translation": "Thingss quickly foolish old man move the mountain Jade know."
}, {
"sentence": "愚公移山大乐队的欢乐会议。",
"sentenceBold": "<b>愚公</b><b>移山</b>大乐队的欢乐会议。",
"translation": "Jam Session of Yugong Yishan's very own big band."
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E6%84%9A%E5%85%AC%E7%A7%BB%E5%B1%B1"
}
}]
}
{
"errorCode": "0",
"requestId": "2a58e3a7-7fc7-447f-aa9c-c446cf7077c4",
"msg": "success",
"result": [{
"ec": {
"returnPhrase": ["good"],
"web": [{
"phrase": "good",
"meanings": ["好的", "善", "良好", "商品"]
}, {
"phrase": "Good Friday",
"meanings": ["耶稣受难节", "耶稣受难日", "受难节"]
}, {
"phrase": "Good Will Hunting",
"meanings": ["心灵捕手", "骄阳似我", "心魄捕手"]
}],
"synonyms": [{
"pos": "adj.",
"words": ["fine", "Ok", "great", "religious", "bright"],
"trans": "好的;优良的;愉快的;虔诚的"
}, {
"pos": "n.",
"words": ["benefit", "plus", "mercy"],
"trans": "好处;善行;慷慨的行为"
}, {
"pos": "adv.",
"words": ["okey"],
"trans": "好"
}],
"dict": "yddict://m.youdao.com/dict?le=en&q=good",
"basic": {
"usPhonetic": "ɡʊd",
"usSpeech": "http://openapi.youdao.com/ttsapi?q=good&langType=en&sign=49F6290EA9640CA7DCA265281D86510E&salt=1612690100745&voice=6&appKey=zhudytest123",
"phonetic": "ɡʊd",
"ukSpeech": "http://openapi.youdao.com/ttsapi?q=good&langType=en&sign=49F6290EA9640CA7DCA265281D86510E&salt=1612690100745&voice=5&appKey=zhudytest123",
"examType": ["初中", "高中", "CET4", "CET6", "考研"],
"explains": [{
"pos": "adj.",
"text": null,
"trans": "好的;优良的;愉快的;虔诚的"
}, {
"pos": "n.",
"text": null,
"trans": "好处;善行;慷慨的行为"
}, {
"pos": "adv.",
"text": null,
"trans": "好"
}, {
"pos": "n.",
"text": null,
"trans": "(Good)人名;(英)古德;(瑞典)戈德"
}],
"ukPhonetic": "ɡʊd",
"wordFormats": [{
"name": "比较级",
"value": "better"
}, {
"name": "最高级",
"value": "best"
}, {
"name": "复数",
"value": "goods"
}]
},
"phrases": [{
"phrase": "good at",
"meanings": ["善于"]
}, {
"phrase": "good and",
"meanings": ["完全,非常"]
}, {
"phrase": "good for",
"meanings": ["有效的;会产生;有支付…能力的"]
}, {
"phrase": "good quality",
"meanings": ["良好品质,高品质;好质量"]
}, {
"phrase": "no good",
"meanings": ["很糟,没有用"]
}, {
"phrase": "make good",
"meanings": ["成功;赔偿;补偿"]
}, {
"phrase": "as good as",
"meanings": ["和…几乎一样,实际上等于…"]
}, {
"phrase": "do good",
"meanings": ["对……有好处;有用处"]
}, {
"phrase": "feel good",
"meanings": ["感觉舒服,感觉良好"]
}, {
"phrase": "good reputation",
"meanings": ["良好声誉"]
}, {
"phrase": "good news",
"meanings": ["好消息;福音;喜讯;福音"]
}, {
"phrase": "good job",
"meanings": ["好运;幸运的事情;干的不错"]
}, {
"phrase": "good idea",
"meanings": ["好主意,好想法;妙计"]
}, {
"phrase": "good morning",
"meanings": ["int. 早安,早上好"]
}, {
"phrase": "good performance",
"meanings": ["良好的性能;良好绩效"]
}, {
"phrase": "good friend",
"meanings": ["好朋友,挚友"]
}, {
"phrase": "good health",
"meanings": ["身体健康"]
}, {
"phrase": "good time",
"meanings": ["好时机;繁荣时期"]
}, {
"phrase": "good service",
"meanings": ["好的服务;合法发球"]
}, {
"phrase": "for good",
"meanings": ["永久地;一劳永逸地"]
}],
"lang": "en",
"sentenceSample": [{
"sentence": "His diction wasn't very good.",
"sentenceBold": "His diction wasn't very <b>good</b>.",
"translation": "他的发音不是很好。"
}, {
"sentence": "Cats have good night vision.",
"sentenceBold": "Cats have <b>good</b> night vision.",
"translation": "猫在夜间视力好。"
}, {
"sentence": "The play had good reviews.",
"sentenceBold": "The play had <b>good</b> reviews.",
"translation": "这部戏受到好评。"
}, {
"sentence": "We remained good friends.",
"sentenceBold": "We remained <b>good</b> friends.",
"translation": "我们一直是好朋友。"
}, {
"sentence": "She has very good sight.",
"sentenceBold": "She has very <b>good</b> sight.",
"translation": "她的视力很好。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=en&q=good"
}
}]
}
{
"errorCode": "0",
"requestId": "3fdca7b2-44dd-46d3-9bf3-6c577540c5c0",
"msg": "success",
"result": [{
"ec": {
"returnPhrase": ["good night"],
"web": [{
"phrase": "good night",
"meanings": ["晚安", "曾轶可", "晚上好", "好夜晚"]
}, {
"phrase": "The Good Night",
"meanings": ["晚安好梦", "晚安", "祝你晚安", "做个好梦"]
}, {
"phrase": "Good Night to You All",
"meanings": ["祝大家晚安"]
}],
"synonyms": [{
"pos": "",
"words": ["nighty night", "bonne nuit"],
"trans": "晚安,再见"
}],
"dict": "yddict://m.youdao.com/dict?le=en&q=good+night",
"basic": {
"usPhonetic": "ˌɡʊd ˈnaɪt",
"usSpeech": "http://openapi.youdao.com/ttsapi?q=good+night&langType=en&sign=C3AA1EBB19DBBE7D7EFC4273FCC8C5C4&salt=1612690267429&voice=6&appKey=zhudytest123",
"ukSpeech": "http://openapi.youdao.com/ttsapi?q=good+night&langType=en&sign=03DACA29EE22E4866BA255973AB4A6F9&salt=1612690267428&voice=5&appKey=zhudytest123",
"explains": [{
"pos": "",
"text": null,
"trans": "晚安,再见"
}]
},
"lang": "en",
"sentenceSample": [{
"sentence": "Cats have good night vision.",
"sentenceBold": "Cats have <b>good</b> <b>night</b> vision.",
"translation": "猫在夜间视力好。"
}, {
"sentence": "\"Good night, then,\" she said abruptly.",
"sentenceBold": "\"<b>Good</b> <b>night</b>, then,\" she said abruptly.",
"translation": "“那么,晚安”,她唐突地说道。"
}, {
"sentence": "Eleanor went upstairs to say good night to the children.",
"sentenceBold": "Eleanor went upstairs to say <b>good</b> <b>night</b> to the children.",
"translation": "埃莉诺走上楼去向孩子们道晚安。"
}, {
"sentence": "I told him good night, come back any time, and have a safe trip home.",
"sentenceBold": "I told him <b>good</b> <b>night</b>, come back any time, and have a safe trip home.",
"translation": "我祝他晚安、回家一路平安,并告诉他可以随时回来。"
}, {
"sentence": "Good night and thank you again.",
"sentenceBold": "<b>Good</b> <b>night</b> and thank you again.",
"translation": "晚安,再次感谢你。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=en&q=good+night"
}
}]
}
{
"errorCode": "0",
"requestId": "24224173-6153-40d8-9611-723022d6759f",
"msg": "success",
"result": [{
"cj": {
"returnPhrase": ["好", "好"],
"web": [{
"phrase": "好",
"meanings": ["この", "ハオ", "ノへ", "すき"]
}, {
"phrase": "正好",
"meanings": ["ぴったり"]
}, {
"phrase": "好莱坞",
"meanings": ["ハリウッド"]
}],
"dict": "yddict://m.youdao.com/dict?le=jap&q=%E5%A5%BD",
"basic": {
"phonetics": [{
"phonetic": "hǎo",
"pronunciation": "好",
"speech": "http://openapi.youdao.com/ttsapi?q=%E5%A5%BD&langType=zh-CHS&sign=6798C0B1373964EC3B110A4AA65C9142&salt=2940ff90-50e6-4a29-9593-a0ef6d70b210&voice=0&appKey=zhudytest123"
}, {
"phonetic": "hào",
"pronunciation": "浩",
"speech": "http://openapi.youdao.com/ttsapi?q=%E6%B5%A9&langType=zh-CHS&sign=949409E190DA488D1CD0B69E336C141E&salt=d2c9ea96-ae7b-45ea-85b4-9ca98cfad117&voice=0&appKey=zhudytest123"
}],
"explains": [{
"text": "よい",
"trans": "好。;出色的,好的,优秀的。;正当的,正确的。;恰当的。;有益的。;辛亏,正好,安心,满足。"
}, {
"text": "好む",
"trans": "喜欢。;喜欢,称心如意,热爱。;希望,欲望。"
}, {
"text": "上手である",
"trans": "擅长。"
}, {
"text": "機嫌がいい",
"trans": "不错。"
}, {
"text": "賛成",
"trans": "赞成。;赞成,赞同;同意。;『比較』“赞成”“赞同”“同意”: “赞成”“赞同”は積極的な同意を表し、対義語は“反对”。“赞同”は多く全員の賛成をさし、どちらも動詞用法のみ。“同意”は意>見の一致をみることで、その対義語は“不同意”。動詞にも名詞にも用いる。"
}, {
"text": "好きである",
"trans": "喜欢。"
}, {
"text": "都合がいい",
"trans": "方便,合适。;方便。"
}, {
"text": "好し易い",
"trans": "容易……。"
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "这个办法<b>好</b>是<b>好</b>,可是很难学。",
"sentenceBold": "这个办法<b>好</b>是<b>好</b>,可是很难学。",
"translation": "この方法はよいことはよいが,学び取ることは難しい。"
}, {
"sentence": "他说那里的风景是这样<b>好</b>那样<b>好</b>。",
"sentenceBold": "他说那里的风景是这样<b>好</b>那样<b>好</b>。",
"translation": "彼はあそこの風景がこうもよいああもよいと言った。"
}, {
"sentence": "煎鸡蛋的调味是盐<b>好</b>还是糖<b>好</b>?",
"sentenceBold": "煎鸡蛋的调味是盐<b>好</b>还是糖<b>好</b>?",
"translation": "卵焼きの味付けは塩がいいですか、それとも砂糖がいいですか。"
}, {
"sentence": "这东西<b>好</b>是<b>好</b>,可是有点儿张扬。",
"sentenceBold": "这东西<b>好</b>是<b>好</b>,可是有点儿张扬。",
"translation": "この品物はよいことはよいが,しかし少し値が張る。"
}, {
"sentence": "北方人咸<b>好</b>味,南方人淡<b>好</b>味。",
"sentenceBold": "北方人咸<b>好</b>味,南方人淡<b>好</b>味。",
"translation": "北方人は塩幸い味が好きで,南方人は薄味が好きである。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E5%A5%BD"
}
}]
}
{
"errorCode": "0",
"requestId": "cc9cdf29-1adf-4734-9702-95cdc8c012bd",
"msg": "success",
"result": [{
"cj": {
"returnPhrase": ["漂亮"],
"web": [{
"phrase": "漂亮",
"meanings": ["もののみごとに"]
}, {
"phrase": "漂亮爸爸",
"meanings": ["キレイパパ", "キレパパ"]
}, {
"phrase": "吉川爱漂亮",
"meanings": ["吉川あいみ"]
}],
"dict": "yddict://m.youdao.com/dict?le=jap&q=%E6%BC%82%E4%BA%AE",
"basic": {
"phonetics": [{
"phonetic": "piào liang",
"pronunciation": "票粱",
"speech": "http://openapi.youdao.com/ttsapi?q=%E7%A5%A8%E7%B2%B1&langType=zh-CHS&sign=CEEAB33B394F811FC17CBD7A1A3D1745&salt=8c6ab505-e421-4c6d-8300-f299d0a9879c&voice=0&appKey=zhudytest123"
}],
"explains": [{
"text": "奇麗だ",
"trans": null
}, {
"text": "見事だ",
"trans": null
}, {
"text": "悪逆非道",
"trans": "漂亮;令人钦佩,值得佩服。"
}, {
"text": "きれいなばらにはとげがある",
"trans": "美丽,漂亮,好看。"
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "那个音色非常<b>漂亮</b>。",
"sentenceBold": "那个音色非常<b>漂亮</b>。",
"translation": "それはとても音色がきれいだった。"
}, {
"sentence": "那个烟花很<b>漂亮</b>。",
"sentenceBold": "那个烟花很<b>漂亮</b>。",
"translation": "その花火は綺麗だった。"
}, {
"sentence": "那个烟花很<b>漂亮</b>。",
"sentenceBold": "那个烟花很<b>漂亮</b>。",
"translation": "その花火はとてもきれいでした。"
}, {
"sentence": "这个姑娘很<b>漂亮</b>。",
"sentenceBold": "这个姑娘很<b>漂亮</b>。",
"translation": "この娘さんはとてもきれいだ。"
}, {
"sentence": "那个非常<b>漂亮</b>呢。",
"sentenceBold": "那个非常<b>漂亮</b>呢。",
"translation": "それはすごくきれいですね。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E6%BC%82%E4%BA%AE"
}
}]
}
{
"errorCode": "0",
"requestId": "c1c4860d-f1f5-4d06-9f89-b6ab449530ee",
"msg": "success",
"result": [{
"jc": {
"returnPhrase": ["いと", "いと"],
"web": [{
"phrase": "糸",
"meanings": ["いと", "し"]
}, {
"phrase": "糸矢舞衣",
"meanings": ["糸矢めい"]
}, {
"phrase": "四糸乃",
"meanings": ["よしの"]
}],
"dict": "yddict://m.youdao.com/dict?le=jap&q=%E7%B3%B8",
"basic": {
"speech": "http://openapi.youdao.com/ttsapi?q=%E7%B3%B8&langType=ja&sign=9A5B785EE1528C4046BD0B0EA3DD16A2&salt=f601df05-f927-49aa-af0b-a11710fc0c85&voice=0&appKey=zhudytest123",
"explains": [{
"text": "纱线。用于纺织、手工编织、缝衣、刺绣等。",
"trans": "繭・綿・麻・毛などの繊維を細く長くひきのばして、よりをかけたもの。"
}, {
"text": "生丝,丝(线)。",
"trans": "生糸。"
}, {
"text": "(乐器的)弦,琴弦。",
"trans": "琴・三味線などの弦楽器の弦。転じて、琴・三味線の異称。"
}, {
"text": "钓线,钓丝,鱼线。",
"trans": "釣糸。"
}, {
"text": "线状,似线的细长物。",
"trans": null
}, {
"text": "线索,途径,线路。",
"trans": "細く長くて糸のような線状のもの。"
}]
},
"lang": "ja",
"sentenceSample": [{
"sentence": "是<b>糸</b>鬓好呢?还是弄成光头好呢?",
"sentenceBold": "是<b>糸</b>鬓好呢?还是弄成光头好呢?",
"translation": "―か、くりくり坊主にするか。"
}, {
"sentence": "編物用毛<b>糸</b>。",
"sentenceBold": "編物用毛<b>糸</b>。",
"translation": "编织用的毛线。"
}, {
"sentence": "人造絹<b>糸</b>。",
"sentenceBold": "人造絹<b>糸</b>。",
"translation": "人造丝。"
}, {
"sentence": "紡績絹<b>糸</b>。",
"sentenceBold": "紡績絹<b>糸</b>。",
"translation": "丝线;绢丝。"
}, {
"sentence": "綿<b>糸</b>紡績。",
"sentenceBold": "綿<b>糸</b>紡績。",
"translation": "棉纺。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=ja&q=%E7%B3%B8"
}
}]
}
{
"errorCode": "0",
"requestId": "127fbe15-1988-4696-844f-1ce21dc13861",
"msg": "success",
"result": [{
"jc": {
"returnPhrase": ["こんにちは"],
"web": [{
"phrase": "こんにちは",
"meanings": ["空你漆娃", "你好", "空你七挖"]
}, {
"phrase": "こんにちは赤ちゃん事業",
"meanings": ["乳児家庭全戸访问事业", "新生児访问", "访问事业"]
}, {
"phrase": "悲しみよこんにちは",
"meanings": ["新潮文库", "斉藤由贵", "悲伤早安", "日安憂鬱"]
}],
"dict": "yddict://m.youdao.com/dict?le=jap&q=%E3%81%93%E3%82%93%E3%81%AB%E3%81%A1%E3%81%AF",
"basic": {
"speech": "http://openapi.youdao.com/ttsapi?q=%E3%81%93%E3%82%93%E3%81%AB%E3%81%A1%E3%81%AF&langType=ja&sign=CEFCA6AAFF0E94ED09CB051F713F5FA1&salt=8b12e94e-394d-4661-bb49-bf159d6a7195&voice=0&appKey=zhudytest123",
"explains": [{
"text": "【惯用句】 你好,您好,你们好。",
"trans": "日中、人にあったり、人を訪問した時の挨拶の言葉。"
}]
},
"lang": "ja",
"sentenceSample": [{
"sentence": "<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b> 先日は素敵な贈り物をありがとうございました。",
"sentenceBold": "<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b> 先日は素敵な贈り物をありがとうございました。",
"translation": "你好,谢谢你前几天给我的很棒的礼物。"
}, {
"sentence": "スペイン語で<b>は</b>それ<b>は</b>「<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>」という意味です。",
"sentenceBold": "スペイン語で<b>は</b>それ<b>は</b>「<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>」という意味です。",
"translation": "在西班牙语中,那是“你好”的意思。"
}, {
"sentence": "「<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>、奥さん」と受付の女性に話しかけた。",
"sentenceBold": "「<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>、奥さん」と受付の女性に話しかけた。",
"translation": "“你好,夫人。”和前台的女性搭话。"
}, {
"sentence": "山田さ<b>ん</b><b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>、返事が遅れてすみません。",
"sentenceBold": "山田さ<b>ん</b><b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>、返事が遅れてすみません。",
"translation": "山田先生你好,对不起回复晚了。"
}, {
"sentence": "<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>山田さん、今メールを送りました。",
"sentenceBold": "<b>こ</b><b>ん</b><b>に</b><b>ち</b><b>は</b>山田さん、今メールを送りました。",
"translation": "你好,山田,我刚才发邮件了。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=ja&q=%E3%81%93%E3%82%93%E3%81%AB%E3%81%A1%E3%81%AF"
}
}]
}
{
"errorCode": "0",
"requestId": "fb0abc9b-3c4b-41e9-a597-9ad2d2600c30",
"msg": "success",
"result": [{
"ck": {
"returnPhrase": ["好", "好"],
"web": [{
"phrase": "好政府",
"meanings": ["‘좋은 정부’"]
}, {
"phrase": "洁身自好",
"meanings": ["몸과 마음을 깨끗하게 하다"]
}, {
"phrase": "中澳友好",
"meanings": ["중·호 친선"]
}],
"dict": "yddict://m.youdao.com/dict?le=ko&q=%E5%A5%BD",
"basic": {
"phonetics": [{
"phonetic": "hǎo",
"pronunciation": "好",
"speech": "http://openapi.youdao.com/ttsapi?q=%E5%A5%BD&langType=zh-CHS&sign=D90E265DA4A525F6B72EBE54F8399DA7&salt=c2f1a6a1-d745-49d5-a708-948045f71cac&voice=0&appKey=zhudytest123"
}, {
"phonetic": "hào",
"pronunciation": "浩",
"speech": "http://openapi.youdao.com/ttsapi?q=%E6%B5%A9&langType=zh-CHS&sign=DC233EAD1C742070A91F80F261544E78&salt=49c94b61-3822-4e1c-8403-2dd9c5408194&voice=0&appKey=zhudytest123"
}],
"explains": [{
"pos": "",
"trans": "좋다. 훌륭하다. 선량하다. 능숙하다."
}, {
"pos": "",
"trans": "친근하다. 사이가 좋다. 우호적이다."
}, {
"pos": "",
"trans": "(병이)다 낫다. 나아지다. 좋아지다."
}, {
"pos": "",
"trans": "좋아. 자. (찬성,동의,종결 등의 어감을 나타냄)"
}, {
"pos": "",
"trans": "…할 수 있도록(있게끔)."
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "找到了<b>好</b>配偶。找个<b>好</b>对象。",
"sentenceBold": "找到了<b>好</b>配偶。找个<b>好</b>对象。",
"translation": "좋은 배필을 얻다."
}, {
"sentence": "空气<b>好</b>,环境<b>好</b>,十分养眼。",
"sentenceBold": "空气<b>好</b>,环境<b>好</b>,十分养眼。",
"translation": "공기가 좋고 환경이 좋으니, 매우 즐겁다."
}, {
"sentence": "相骂无<b>好</b>言,相打无<b>好</b>拳。",
"sentenceBold": "相骂无<b>好</b>言,相打无<b>好</b>拳。",
"translation": "욕하는 데는 고상한 말이 없고, 싸움하는 데는 좋은 주먹이 없다."
}, {
"sentence": "东西<b>好</b>是<b>好</b>,就是太贵。",
"sentenceBold": "东西<b>好</b>是<b>好</b>,就是太贵。",
"translation": "물건은 좋은데, 너무 비싸다."
}, {
"sentence": "<b>好</b>的<b>好</b>的,就这么办吧!",
"sentenceBold": "<b>好</b>的<b>好</b>的,就这么办吧!",
"translation": "좋아 좋아, 그럼 이대로 하자."
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E5%A5%BD"
}
}]
}
{
"errorCode": "0",
"requestId": "7a0cc2a3-ae9c-4a00-b76f-8a6bb3d12280",
"msg": "success",
"result": [{
"ck": {
"returnPhrase": ["漂亮"],
"web": [{
"phrase": "漂亮",
"meanings": ["예뻐요", "예뻐", "예쁜게다니"]
}, {
"phrase": "你真漂亮",
"meanings": ["당신 참 예쁘다", "이쁘다니까"]
}, {
"phrase": "漂亮的姑娘",
"meanings": ["예쁜 아가씨"]
}],
"dict": "yddict://m.youdao.com/dict?le=ko&q=%E6%BC%82%E4%BA%AE",
"basic": {
"phonetics": [{
"phonetic": "piào liang",
"pronunciation": "票粱",
"speech": "http://openapi.youdao.com/ttsapi?q=%E7%A5%A8%E7%B2%B1&langType=zh-CHS&sign=E50D9370B3287603F3C7C9BCB68F23D1&salt=4eee215d-c553-45a1-b4e8-a6e99d77aa64&voice=0&appKey=zhudytest123"
}],
"explains": [{
"pos": "",
"trans": "아름답다.보기 좋다.곱다."
}, {
"pos": "",
"trans": "(일처리,말,행동 따위가) 뛰어나다.훌륭하다.멋지다."
}, {
"pos": "形容词",
"trans": "예쁘다.; 아름답다.; 곱다.; 아리땁다."
}]
},
"lang": "zh-CHS",
"sentenceSample": [{
"sentence": "她戴上凉帽,可真<b>漂亮</b>。",
"sentenceBold": "她戴上凉帽,可真<b>漂亮</b>。",
"translation": "그녀가 차양 모자를 쓰면 참 예쁘다."
}, {
"sentence": "桌上放着<b>漂亮</b>的台历。",
"sentenceBold": "桌上放着<b>漂亮</b>的台历。",
"translation": "책상 위에 멋진 달력이 놓여 있다."
}, {
"sentence": "嫂子还是那样<b>漂亮</b>啊?",
"sentenceBold": "嫂子还是那样<b>漂亮</b>啊?",
"translation": "아주머니는 아직 그렇게 고우세요?"
}, {
"sentence": "这个娃儿长得<b>漂亮</b>。",
"sentenceBold": "这个娃儿长得<b>漂亮</b>。",
"translation": "이 아이는 예쁘게 생겼다."
}, {
"sentence": "<b>漂亮</b>地打败了对方。",
"sentenceBold": "<b>漂亮</b>地打败了对方。",
"translation": "상대를 본때 있게 이겼다."
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=zh-CHS&q=%E6%BC%82%E4%BA%AE"
}
}]
}
{
"errorCode": "0",
"requestId": "b7cd3f07-d3a7-456b-9843-0280044808d2",
"msg": "success",
"result": [{
"kc": {
"returnPhrase": ["네", "네", "네", "네", "네"],
"web": [{
"phrase": "네 시",
"meanings": ["四点"]
}, {
"phrase": "나는 네 남자야",
"meanings": ["你男人", "你的男人"]
}, {
"phrase": "네 병",
"meanings": ["四瓶"]
}],
"dict": "yddict://m.youdao.com/dict?le=ko&q=%EB%84%A4",
"basic": {
"speech": "http://openapi.youdao.com/ttsapi?q=%EB%84%A4&langType=ko&sign=8CAC4419B14C86CE15680514DD8C644B&salt=0f365403-e66e-4872-810b-a6b456ff4196&voice=0&appKey=zhudytest123",
"explains": [{
"pos": "数",
"trans": "〈넷〉的变体,只用于某些量词前。"
}]
},
"lang": "ko",
"sentenceSample": [{
"sentence": "이하 <b>네</b> 가지를 명심하시기 바랍니다.",
"sentenceBold": "이하 <b>네</b> 가지를 명심하시기 바랍니다.",
"translation": "请你注意以下四点。"
}, {
"sentence": "이 일은 네가 결정권을 쥐었으니, <b>네</b> 말이면 다다[<b>네</b> 말에 따라 결정된다].",
"sentenceBold": "이 일은 네가 결정권을 쥐었으니, <b>네</b> 말이면 다다[<b>네</b> 말에 따라 결정된다].",
"translation": "这件事上你是拿印把儿的,你说了算。"
}, {
"sentence": "유산 키니네(<b>네</b> kinine).",
"sentenceBold": "유산 키니네(<b>네</b> kinine).",
"translation": "硫酸奎宁。"
}, {
"sentence": "<b>네</b> 모습이 틀림없는 거지꼴이다.",
"sentenceBold": "<b>네</b> 모습이 틀림없는 거지꼴이다.",
"translation": "你的样子活像叫花子。"
}, {
"sentence": "이제야 <b>네</b> 혈색이 깨어나는구나.",
"sentenceBold": "이제야 <b>네</b> 혈색이 깨어나는구나.",
"translation": "这下才显出你本来的肤色。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=ko&q=%EB%84%A4"
}
}]
}
{
"errorCode": "0",
"requestId": "d947d432-33e6-475b-bac4-aef54fd1bafa",
"msg": "success",
"result": [{
"kc": {
"returnPhrase": ["우리", "우리"],
"web": [{
"phrase": "우리",
"meanings": ["我们", "遇离"]
}, {
"phrase": "우리 결혼했어요",
"meanings": ["我们结婚了", "我们结婚吧"]
}, {
"phrase": "우리 사랑했잖아",
"meanings": ["相爱过吗", "绝望新干线", "我们曾经相爱过"]
}],
"dict": "yddict://m.youdao.com/dict?le=ko&q=%EC%9A%B0%EB%A6%AC",
"basic": {
"speech": "http://openapi.youdao.com/ttsapi?q=%EC%9A%B0%EB%A6%AC&langType=ko&sign=E358216CD8C370083BB8BE33A2175068&salt=e605f2a6-2fbe-45de-9470-b559d2155366&voice=0&appKey=zhudytest123",
"explains": [{
"pos": "名",
"trans": "圈,栏,窗(养家畜用)。"
}]
},
"lang": "ko",
"sentenceSample": [{
"sentence": "<b>우리</b> 문제는 역시 <b>우리</b> 자신의 손으로 해결해야 한다.",
"sentenceBold": "<b>우리</b> 문제는 역시 <b>우리</b> 자신의 손으로 해결해야 한다.",
"translation": "我们的问题还是用我们的双手来解决。"
}, {
"sentence": "<b>우리</b> 두 곳은 천산만수 떨어져 있지만, <b>우리</b> 마음은 한데 이어져 있다.",
"sentenceBold": "<b>우리</b> 두 곳은 천산만수 떨어져 있지만, <b>우리</b> 마음은 한데 이어져 있다.",
"translation": "我们两地隔着千山万水,但我们的心是连在一起的。"
}, {
"sentence": "<b>우리</b> 집 살림꾼은 <b>우리</b> 마누라이다.",
"sentenceBold": "<b>우리</b> 집 살림꾼은 <b>우리</b> 마누라이다.",
"translation": "我们家当家的是我老婆。"
}, {
"sentence": "<b>우리</b> 제품이 수입상에게 퇴짜를맞다.",
"sentenceBold": "<b>우리</b> 제품이 수입상에게 퇴짜를맞다.",
"translation": "我们的产品遭到外商的拒绝。"
}, {
"sentence": "<b>우리</b> 학급은 사이좋은 공동체이다.",
"sentenceBold": "<b>우리</b> 학급은 사이좋은 공동체이다.",
"translation": "我们班是个温暖的大家庭。"
}],
"isWord": true,
"webDict": "http://mobile.youdao.com/dict?le=ko&q=%EC%9A%B0%EB%A6%AC"
}
}]
}
下表为各语言对应代码:
语言 | 代码 |
---|---|
自动识别 | auto |
中文 | zh-CHS |
英文 | en |
日文 | ja |
韩文 | ko |
语言 | 代码 | 语言参数 |
---|---|---|
汉语词典 | yw | zh-CHS |
英英词典 | ee | en |
汉英词典 | ce | zh-CHS |
英汉词典 | ec | en |
日中词典 | jc | ja |
中日词典 | cj | zh-CHS |
韩中词典 | kc | ko |
中韩词典 | ck | zh-CHS |
错误码 | 含义 |
---|---|
101 | 缺少必填的参数,首先确保必填参数齐全,然后确认参数书写是否正确。 |
102 | 不支持的语言类型 |
103 | 翻译文本过长 |
104 | 不支持的API类型 |
105 | 不支持的签名类型 |
106 | 不支持的响应类型 |
107 | 不支持的传输加密类型 |
108 | 应用ID无效,注册账号,登录后台创建应用和实例并完成绑定,可获得应用ID和应用密钥等信息 |
109 | batchLog格式不正确 |
110 | 无相关服务的有效实例,应用没有绑定服务实例,可以新建服务实例,绑定服务实例。注:某些服务的翻译结果发音需要tts实例,需要在控制台创建语音合成实例绑定应用后方能使用。 |
111 | 开发者账号无效 |
113 | q不能为空 |
120 | 不是词,或未收录 |
201 | 解密失败,可能为DES,BASE64,URLDecode的错误 |
202 | 签名检验失败 |
203 | 访问IP地址不在可访问IP列表 |
205 | 请求的接口与应用的平台类型不一致,确保接入方式(Android SDK、IOS SDK、API)与创建的应用平台类型一致。如有疑问请参考入门指南 |
206 | 因为时间戳无效导致签名校验失败 |
207 | 重放请求 |
301 | 辞典查询失败 |
302 | 翻译查询失败 |
303 | 服务端的其它异常 |
305 | 批量翻译部分成功 |
401 | 账户已经欠费,请进行账户充值 |
411 | 访问频率受限,请稍后访问 |
412 | 长请求过于频繁,请稍后访问 |
390001 | 词典名称不正确 |