Answers for "cursing words api without api key"

0

cursing words api without api key

{
    "origional_msg": "hello how are you, dillweed",
    "clean": "hello how are you, ******",
    "exclude": [
        "ho",
        "hell"
    ],
    "bad_words": {
        "dillweed": 1
    }
}
Posted by: Guest on February-20-2021

Browse Popular Code Answers by Language