From 7a959587e507f15e762e656e1bd1b1325dd343fc Mon Sep 17 00:00:00 2001 From: Fernando-Callec <107770798+Fernando-Callec@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:35:19 +0200 Subject: [PATCH] add Urban Dictionary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..69f305bb 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,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 | +| [Urban Dictionary](https://urban-dictionary-api.0xn1nja.repl.co/) | Urban Dictionary API Written In Flask | No | Yes | Unknown | | [Wiktionary](https://en.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 |