From 958ef651f413b024d5585684271812f00e78868c Mon Sep 17 00:00:00 2001 From: Kanak Sony Date: Sat, 2 Oct 2021 23:01:06 +0530 Subject: [PATCH] Add Collins API Added Collins API to Dictionaries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9275e4dd..860c9f77 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Chinese Character Web](http://ccdb.hemiola.com/) | Chinese character definitions and pronunciations | No | No | No | | [Chinese Text Project](https://ctext.org/tools/api) | Online open-access digital library for pre-modern Chinese texts | No | Yes | Unknown | +| [Collins](https://api.collinsdictionary.com/api/v1/documentation/html/) | Bilingual Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown | | [Free Dictionary](https://dictionaryapi.dev/) | Definitions, phonetics, pronounciations, parts of speech, examples, synonyms | No | Yes | Unknown | | [Lingua Robot](https://www.linguarobot.io) | Word definitions, pronunciations, synonyms, antonyms and others | `apiKey` | Yes | Yes | | [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown |