PurgoMalum
APIFree profanity and obscenity content validation API
Overview
PurgoMalum is a RESTful API for detecting and filtering profanity, obscenity, and offensive content. It offers endpoints to check if text contains profanity (boolean result) and filter text by replacing offensive terms with symbols or custom strings. Responses support JSON, XML, or plain text formats. Key use cases include moderating user-generated content (comments, chat messages), cleaning input data for apps, and ensuring content appropriateness in public platforms. It’s easy to integrate with minimal setup.
Example Integration (JavaScript)
fetch('http://www.purgomalum.com')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful
- JSON/XML/Plain Text Support
- No Auth Required
- Profanity Detection & Filtering
- Custom Replacement Options
Frequently Asked Questions
? Is PurgoMalum free to use?
Yes, PurgoMalum is completely free for both personal and commercial use without any API key or subscription requirements.
? Does it require an API Key?
No, PurgoMalum does not require an API key—you can access its endpoints directly by passing text parameters in the URL.
? What is the response format?
PurgoMalum supports JSON, XML, and plain text response formats, giving developers flexibility to choose the one that best fits their integration needs.
Top Alternatives
People Also Ask about PurgoMalum
Tool Info
Pros
- ⊕ Easy to integrate with minimal setup
- ⊕ Completely free for all use cases
- ⊕ Multiple response formats available
- ⊕ Allows custom word lists for filtering
Cons
- ⊖ Potential rate limits for high-volume usage
- ⊖ Limited to English language content
- ⊖ No official service level agreement (SLA)