Emotional Weather API
Real-time sentiment data from anonymous voices. Understand how people feel, before they tell anyone else.
⚡ API Preview
Query emotional weather for any region or time period.
GET /api/v1/sentiment?region=global&period=24h
{
"region": "global",
"timestamp": "2026-06-02T19:00:00Z",
"emotional_index": -0.42,
"trending_themes": ["work", "housing", "grief"],
"distress_spike": false,
"volume_24h": 1247,
"demographics": {
"top_mood": "tired",
"distress_rate": 0.072
}
}