googledict
v2.0
要查看特定单词的含义,请在根端点输入该单词。 GoogleDict API v2 现在支持给定单词的扩展定义。
例如。 https://dict.niweera.gq/hello
,会给你hello的谷歌词典定义:
{ "word": "hello", "definition": "用作问候语或开始电话交谈。"}
例如。 https://dict.niweera.gq/v2/hello
,将为您提供hello的谷歌词典定义:
{ "word": "hello", "definition": {"exclamation": ["用作问候语或开始电话交谈。"],"noun": ["'你好'的话语;问候语。 "],"verb": ["说或喊'你好'。"] } }
地点 | 端点 |
---|---|
v1 根路径 | https://dict.niweera.gq/ |
v2 根路径 | https://dict.niweera.gq/v2 |
方法 | 端点 | 询问 | 描述 | 示例 |
---|---|---|---|---|
GET | / | {word} | 使用{word} 的定义提供 JSON 响应。 | hello |
GET | /v2 | {word} | 使用{word} 的定义提供 JSON 响应。 | hello |
方法 | 端点 | 询问 | 描述 | 示例 |
---|---|---|---|---|
GET | / | {word anotherWord} | API 将仅引用给定的第一个单词。以下所有单词将被忽略。请在查询中仅使用一个单词。 | hell fire |
GET | /v2 | {word anotherWord} | API 将仅引用给定的第一个单词。以下所有单词将被忽略。请在查询中仅使用一个单词。 | hell fire |
WordHunter 应用程序正在开发中。它为给定的字符集提供可能的单词。
Nipuna Weerasekara – @Niweera – [email protected]
根据麻省理工学院许可分发。请参阅LICENSE
了解更多信息。
https://github.com/Niweera/googledict
分叉它(https://github.com/Niweera/googledict/fork)
创建您的功能分支( git checkout -b feature/fooBar
)
提交您的更改( git commit -am 'Add some fooBar'
)
推送到分支( git push origin feature/fooBar
)
创建新的拉取请求
如果没有 meetDeveloper 的这个 repo googleDictionaryAPI 的见解,GoogleDict Dictionary API 服务的开发将是不可能的......