Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.44 KB

README.MD

File metadata and controls

27 lines (15 loc) · 1.44 KB

FastAPI Britannica Dictionary API

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

Endpoints

  • /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.

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.