Sentiment Monitor REST API Reference
获取新闻列表,支持分页和地区筛选
获取热点话题列表
获取统计数据概览
健康检查接口
手动触发数据抓取(需要 Authorization Header)
{
"news": [
{
"id": 1,
"title": "News Title",
"source": "Reuters",
"source_url": "https://...",
"region": "middle-east",
"risk": "high",
"time": "5分钟前",
"sentiment": -0.5
}
],
"count": 20,
"timestamp": "2026-01-15T10:30:00Z"
}