API Requests (24h)
12,845,201
▲ 12.5% vs yesterday
Articles Ingested
4,205,102
▲ 3.2% vs yesterday
Avg Latency
14ms
▼ 2ms improvement
Active Feeds
842
▼ 2 feeds paused
Quick Start API
// Fetch latest verified articles
const response = await fetch('https://api.aevum.news/v2/articles', {
headers: {
'Authorization': `Bearer ${AevumConfig.API_KEY}`,
'X-Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(`Ingested ${data.articles.length}` articles`);
const response = await fetch('https://api.aevum.news/v2/articles', {
headers: {
'Authorization': `Bearer ${AevumConfig.API_KEY}`,
'X-Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(`Ingested ${data.articles.length}` articles`);
System Load
Healthy
CPU Usage
42%
Memory
68%
Disk I/O
28%
Network Egress
54%
Recent System Logs
| Time | Level | Service | Message |
|---|---|---|---|
| 10:42:15 UTC | INFO | Ingestion | Successfully ingested 1,240 articles from Reuters Wire |
| 10:41:08 UTC | SYNC | Distribution | Push notification batch delivered to 2.1M subscribers |
| 10:39:55 UTC | WARN | Auth | Rate limit threshold reached for IP 192.168.x.x |
| 10:38:22 UTC | INFO | Database | Automated backup completed successfully (4.2GB) |
| 10:35:10 UTC | ERR | Crawler | Connection timeout for source: legacy_feed_04 |
Active Endpoints
GET
/v2/articles
Fetch articles
GET
/v2/categories
List topics
POST
/v1/ingest/tip
Submit tip
GET
/v2/analytics
Reader metrics
DEL
/v2/cache
Purge cache