An open API service indexing awesome lists of open source software.

https://github.com/tfthacker/wordnet

Simple web api for wordnet dictionary
https://github.com/tfthacker/wordnet

Last synced: 20 days ago
JSON representation

Simple web api for wordnet dictionary

Awesome Lists containing this project

README

          

### How to use
this is a copy of the wordnet dictionary in a simple api form. You can query this api with the following:

https://wordnet.glitch.me/query?search=****

So [https://wordnet.glitch.me/query?search=wat](https://wordnet.glitch.me/query?search=wat) will return all words that start with 'wat'


# Licensing
Dictionary provided by the [WordNet](https://wordnet.princeton.edu/) project of Princeton University. [WordNet license](https://raw.githubusercontent.com/TfTHacker/Obsidian-WordNet/main/LICENSE-WordNet)

### Thanks to the following
WordNet sqlite db - https://github.com/TMiguelT/wordnet-sqlite/