From 30a38f6244504e56c02909a695ab7a805b0badc1 Mon Sep 17 00:00:00 2001 From: William Aboucaya Date: Thu, 28 Oct 2021 15:52:05 +0200 Subject: [PATCH] Add wiktionary to dictionary APIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca90025e..f538354b 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ API | Description | Auth | HTTPS | CORS | | [OwlBot](https://owlbot.info/) | Definitions with example sentence and photo if available | `apiKey` | Yes | Yes | | [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | No | | [Synonyms](https://www.synonyms.com/synonyms_api.php) | Synonyms, thesaurus and antonyms information for any given word | `apiKey` | Yes | Unknown | +| [Wiktionary](https://wiktionary.org/w/api.php) | Collaborative dictionary data | No | Yes | Yes | | [Wordnik](https://developer.wordnik.com) | Dictionary Data | `apiKey` | Yes | Unknown | | [Words](https://www.wordsapi.com/docs/) | Definitions and synonyms for more than 150,000 words | `apiKey` | Yes | Unknown |