单词查询
GET
/dict请求参数
Query 参数
word
string
英文单词
示例值:
hello
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
0为成功;大于0为失败;
message
string
返回信息
data
object
必需
返回数据;一般为对象;没有值时返回null;
id
integer
必需
word
string
英文单词
content
object
返回内容
示例
成功示例
{
"code": 0,
"message": "成功",
"data": {
"id": 20383,
"word": "hello",
"content": {
"audio": "https://dict.youdao.com/dictvoice?audio=hello&type=2",
"variants": [
"hellos",
"hi"
],
"phonogram": "hɛlo",
"translation": {
"int.": "(见面打招呼或打电话用语)喂,哈罗"
}
}
}
}
最后修改时间: 3 个月前