Sign in
GET

/v1/sources

v1

List all sources


Retrieve the complete list of news sources tracked by NewsRank.


Request Examples

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

Response

json
[
  {
    "id": 12,
    "name": "Reuters",
    "url": "https://www.reuters.com",
    "category": "wire",
    "article_count": 15420
  }
]

Try it

Server

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

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