Health-Check
News Service Health
Returns public health and freshness metadata for the news stocks platform.
Use it to check service availability, ingestion freshness and worker liveness. Client integrations usually start with /trending, /stock/{ticker} or /search.
get/news/stocks/v1/health
Response
Successful Response
Example response
{
"status": "healthy",
"service": "reddit-stocks",
"version": "1.49.0",
"total_mentions": 12833,
"tickers_tracked": 65,
"scheduler": {
"running": true,
"last_scrape": "2026-01-09T10:30:00Z",
"scrape_count": 142,
"error_count": 3,
"success_rate": 0.979
}
}