API explorer
Simple, static API preview. These payloads are demo-only but mirror what a real integration might expose.
Endpoint
GET /api/slang-trends
Aggregated slang usage and associated risk bands.
Example response
{
"terms": [
{
"term": "npc",
"count": 48,
"risk_band": "Medium"
},
{
"term": "unalive",
"count": 19,
"risk_band": "High"
}
],
"window": "Last 30 days"
}