Open Data & Research Portal

Access verified datasets, real-time metrics, and structured APIs powering transparent journalism at Aevum News.

Public Datasets
847
↑ 12% this quarter
API Requests (24h)
2.4M
↑ 8.2% avg
Coverage Countries
142
Expanded to 3 new regions
Data Latency
14ms
Enterprise SLA: 99.99%
Dataset Name ↕ Category ↕ Records ↕ Last Updated ↕ Format Actions
GET /v2/datasets/{id}/records

Retrieve paginated records from any public dataset. Requires API key via Bearer token.

// Example: Fetch latest political sentiment data { "endpoint": "https://data.aevumnews.com/v2/datasets/pol-sentiment-2025/records", "params": { "limit": 100, "offset": 0, "sort": "timestamp_desc", "format": "json" }, "headers": { "Authorization": "Bearer your_api_key_here", "Accept": "application/json" } }
POST /v2/queries/stream

WebSocket endpoint for real-time event streaming. Subscribe to live news metrics, breaking alerts, and data updates.

// WebSocket Connection const ws = new WebSocket("wss://data.aevumnews.com/v2/queries/stream"); ws.onmessage = (event) => { const payload = JSON.parse(event.data); console.log("Live update:", payload.category, payload.metric); };
Report Type
Global Media Bias Index 2025

Comprehensive analysis of framing patterns across 4,200 news outlets. Methodology includes NLP sentiment mapping and source triangulation.

Report Type
Digital Economy & AI Governance

Tracking regulatory frameworks, compliance metrics, and market shifts across 28 jurisdictions. Updated monthly.

Report Type
Climate Impact Verification

Cross-referenced satellite data, policy commitments, and on-ground reporting. Features open-source validation scripts.