This project provides a collection of APIs built using FastAPI that interact with the Britannica Dictionary. It allows users to retrieve various information such as entries, total entries, word of the day, parts of speech, and definitions for words.
The APIs utilize the functionality provided by the Dictionary-Kotlin or Dictionary-Python package as magic! ✨
This API is also available Here and has serving Azeb's Dictionary
/britannica/entries/
: Retrieve related entries for a word in Britannica Dictionary./britannica/total_entries/
: Retrieve the total number of entries for a word in Britannica Dictionary./britannica/word_of_the_day/
: Retrieve the word of the day from Britannica Dictionary./britannica/speeches/
: Retrieve the parts of speech for a given word from the Britannica Dictionary./britannica/definitions/
: Retrieve the definitions and examples from the Britannica Dictionary for a given word.
This project is licensed under the MIT License - see the LICENSE file for details.