You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`GET`|`/`|`?define=<YOUR_WORD>`| Retrieves the Google Dictionary definition of the given word that has been entered instead of `<YOUR_WORD>`. |[`?define=hello`](https://googledictionaryapi.eu-gb.mybluemix.net/?define=hello)|
79
-
|`GET`|`/`|`/?define=<YOUR_WORD>&lang=<LANGUAGE>`| Retrieves the Google Dictionary definition of the given word that has been entered instead of `<YOUR_WORD>` in the [provided language](https://googledictionaryapi.eu-gb.mybluemix.net/languageCode.txt)`<LANGUAGE>`. |[`/?define=Bonjour&lang=fr`](https://googledictionaryapi.eu-gb.mybluemix.net/?define=Bonjour&lang=fr)|
86
+
| Method | Endpoint | Description | Examples |
87
+
| :-- | :-- | :-- | :-- |
88
+
|`GET`|`/api/v1/entries/<LANGUAGE>/<YOUR_WORD>`| Retrieves the Google Dictionary definition of the given word that has been entered instead of `<YOUR_WORD>` in the [provided language](https://dictionaryapi.dev/languageCode.txt)`<LANGUAGE>`. |[`/api/v1/entries/fr/bonjour`](https://api.dictionaryapi.dev/api/v1/entries/fr/bonjour)|
0 commit comments