← Back to Dashboard

PurgoMalum

Data ValidationActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Content validator against profanity & obscenity

✨ AI Summary

PurgoMalum is a free, RESTful web service for filtering and removing profanity and obscenity from input text, offering customizable replacement options.

Code Example

import requests

url = "https://www.purgomalum.com/service/json"
params = {
    "text": "This is some test input with a badword.",
    "fill_text": "***"
}

response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)