From 02a01518d542b6946b69b21fe24c661c021ba13c Mon Sep 17 00:00:00 2001 From: jtdewitt Date: Wed, 31 Oct 2018 13:18:41 -0400 Subject: [PATCH] adding Merriam-Webster dictionary & thesaurus data (#794) Hi! I'd like to suggest Merriam-Webster's dictionary and thesaurus APIs. These are free for non-commercial use, up to 1,000 requests per day: https://dictionaryapi.com/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d1b7c9d..41529ed9 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ API | Description | Auth | HTTPS | CORS | ### Dictionaries API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown | | [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | Unknown | | [Wordnik](http://developer.wordnik.com) | Dictionary Data | `apiKey` | No | Unknown | | [Words](https://www.wordsapi.com/) | Definitions and synonyms for more than 150,000 words | `apiKey` | Yes | Unknown |