freakingeek / nashayest

A free and Open API for detecting illegal words in a sentence. 🔦

Home Page:https://nashayest.onrender.com/api_v1.0/?text=hello%20world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frame 4

Nashayest

Nashayest is a free and Open API for detecting illegal words in a sentence to ensure that the final sentence is safe for everyone.


How it's works

The Nashayest database contains many illegal words in English and other languages (e.g Persian). All the illegal words found in your text will be provided to you, so you may do whatever you want with them.


You can see the Nashayest illegal words here


How to use it

You can use it with curl or any API platform like Postman, or simply put it in your own app if you wish to.

$ curl https://nashayest.onrender.com/api_v1.0/?text=hello 

If everything goes right you should see something like this.

{
  "illegalWords":[],
  "isIllegal":false
}

Todo

  • Provide a way to add new words
  • Provide a way to update/delete words
  • Use a better algorithm for finding words

License

The Nashayest project is under MIT license

About

A free and Open API for detecting illegal words in a sentence. 🔦

https://nashayest.onrender.com/api_v1.0/?text=hello%20world

License:MIT License


Languages

Language:Go 96.5%Language:Dockerfile 3.5%