From bf87d9a91bc97402ad4edc6a8a10faf1cc315a4c Mon Sep 17 00:00:00 2001 From: Payam Date: Sun, 6 Oct 2019 11:16:44 +0200 Subject: [PATCH] Add owlbot dictionary API (#1024) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba00dc13..9c010476 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown | +| [OwlBot](https://owlbot.info/) | Definitions with example sentence and photo if available | `apiKey` | Yes | No | | [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | No | | [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 |