Profanity Service

Service to check for profane or offensive words

Check word

GET https://dtml.org/api/ProfanityService/CheckWord/?word=apple

This endpoint allows to check if the word considered vulgar, obscene, or profane in English

Query Parameters

Name
Type
Description

word

string

Word to check

{
    "hasProfanity": false,
    "word": "apple",
}

Last updated