Skip to main content
GET
/
api
/
news
/
stats
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/news/stats \
  --header 'Authorization: Bearer <token>'
{
  "total_articles": 123,
  "total_sources": 123,
  "articles_today": 123
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

News statistics

News stats snapshot.

total_articles
integer<int64>
required
total_sources
integer<int64>
required
articles_today
integer<int64> | null