Sign in
GET

/v1/stats

v1

Get site statistics


Retrieve aggregate statistics about the NewsRank index.


Request Examples

bash
curl "https://api.newsrank.ai/v1/stats" \
  -H "Authorization: Bearer nrf_your_api_key"

Response

json
{
  "total_articles": 284310,
  "total_stories": 12450,
  "total_entities": 45200,
  "total_sources": 312
}

Try it

Server

Using sandbox demo key (5 req/min) — no signup required

Authentication
Demo key (sandbox)
Endpoint
GET /v1/stats