News Analytics

FastAPI-backed source, lens, workflow, and event diagnostics

The news surface reads from the backend contract and exposes exploratory comparisons, data quality checks, workflow health, and same-event analysis.

Index

Pages

All routes below stay inside the same shared analytics surface.

News Integration

Live FastAPI data

What this page does

Verify app-to-upstream integration status and runtime contract signals.

Data Mode

Snapshot mode requires a valid date (`YYYY-MM-DD`). Falling back to current data until provided.

Integration Banner

Integration check failure. Review endpoint statuses.

Integration Summary

Checks Passing3 / 4
Generated At2026-07-20T15:30:36Z
Digest Items5
Latest TitleU.S. vows to "swiftly punish" Iran as at least 3 troops killed
Freshness Statusstale

Upstream Analysis Contract

Confirms that the upstream RSS/scoring bundle contains enough lens and source-analysis material for the dashboard contract, independent of page-level rendering.

Upstream Articles4,611
Digest Articles137
History Added4,499
Scored Articles172
Lens-Scored Articles172
Upstream Lenses12
Upstream Sources9
Upstream LOOCV Accuracy30.6%
Source differentiation statusok
Articles in source analysis195
Multivariate F3.6159
Multivariate p_perm0.0010
Classifier baseline35.9%
LensRubricsMax TotalItems With Scores
Agency and Voice Lens220.0195
Authority and Source Positioning Lens220.0195
Causal Attribution Lens220.0195
Credibility Lens220.0195
Emotional Intensity Lens220.0195
Entity-Level Sentiment Lens220.0195
Epistemic Modality and Certainty Lens220.0195
Hegemonic Common-Sense Lens220.0195
Linguistic Quality Lens110.0195
Objectivity vs Opinion Lens220.0195
Omission and Silence Lens220.0195
Sentiment Clarity Lens220.0195

Contract Checks

CheckEndpointStatusDetail
Digest endpoint reachable/api/news/digest?limit=5&refresh=trueHTTP 200current
Latest endpoint reachable/api/news/digest/latest?refresh=trueHTTP 200current
Stats endpoint reachable/api/news/stats?refresh=trueHTTP 200current
Freshness endpoint reachable/health/news-freshnessHTTP 503current
Payload includes generated_atdigest.meta.generated_atokgenerated_at=2026-07-20T15:30:36Z
Payload has articlesdigest.dataokitems=5

Debug Payload

{
  "digest_status_code": 200,
  "latest_status_code": 200,
  "stats_status_code": 200,
  "freshness_status_code": null,
  "digest_status": "ok",
  "latest_status": "ok",
  "stats_status": "ok",
  "freshness_status": "stale",
  "from_cache": false,
  "using_last_good": false,
  "fetch_error": null,
  "freshness_reason": null
}