english_learning
  1. 需要用户登录权限的接口
english_learning
  • 需要用户登录权限的接口
    • 单词查询
      GET
  1. 需要用户登录权限的接口

单词查询

GET
https://eng-api.devxiang.com/dict

请求参数

Query 参数

Header 参数

返回响应

🟢200成功
application/json
Body

示例
{
    "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.": "(见面打招呼或打电话用语)喂,哈罗"
            }
        }
    }
}
修改于 2024-08-07 08:23:58
Built with