GET
/v1/source-rankings
v1List source rankings
Retrieve authority and quality rankings for all news sources, sorted by overall score descending. Includes scoring across timing, content quality, and sentiment dimensions.
Request Examples
bash
curl "https://api.newsrank.ai/v1/source-rankings" \
-H "Authorization: Bearer nrf_your_api_key"Response
json
{
"rankings": [
{
"source_id": "12",
"source_name": "Reuters",
"logo_url": "string",
"first_to_cluster_score": 85.2,
"cluster_frequency_score": 92.1,
"speed_score": 78.5,
"topical_authority_score": 88.3,
"content_diversity_score": 71,
"extraction_success_score": 95.4,
"neutrality_score": 82.7,
"sensationalism_score": 90.1,
"reliability_score": 87.6,
"overall_score": 86.3,
"tier": "tier_1",
"description_one_liner": "Leading global wire service known for factual, concise reporting.",
"description_summary": "string"
}
],
"count": 312
}Try it
Server
Using sandbox demo key (5 req/min) — no signup required
Authentication
Demo key (sandbox)
Endpoint
GET /v1/source-rankings