Skip to content

Esubaalew/Dictionary-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A FASTAPI API that crawls the Brittanica dictionary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages