Wordlist API

What is this API?

This API is a word list api this only serves as a wordlist checker.

What this API is not?

This API is NOT A DICTIONARY. This means it will not return definitions.

How can you help?

Donate to me! I know this seems really shameless but high api request volumes often become a problem for me, especially since the cost of hosting comes out of my pocket! I am a broke student and I am trying to make this work out!

How to use:

// nodejs
// http://wordlist.mipan.site/api/?requestedWord=obvious


axios.request({
method: "GET",
url:"http://wordlist.mipan.site/api/?requestedWord=obvious"
}).then((response) => {
console.log(response.data.existence)
})

// returns "true" boolean