googledict
v2.0
若要查看特定單字的含義,請在根端點輸入該單字。 GoogleDict API v2 現在支援給定單字的擴充定義。
例如。 https://dict.niweera.gq/hello
,會給你hello的Google字典定義:
{ "word": "hello", "definition": "用作問候語或開始電話交談。"}
例如。 https://dict.niweera.gq/v2/hello
,將為您提供hello的Google字典定義:
{ "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 服務的開發將是不可能的...