Search whether a news source is being monitored by the World News API. This API is useful if you want to know if a specific news source is available in the API.
{
"available": 2,
"sources": [
{
"url": "https://www.bbc.co.uk",
"name": "BBC News",
"language": "en"
},
{
"url": "https://www.bbc.com",
"name": "Home - BBC News",
"language": "en"
}
]
} {{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
Use the GET /search-news-sources endpoint to search and filter news sources by name, country, or language. Each result includes the source name, URL, country, and supported languages.
Yes. Use the source-countries parameter to filter by country code and the language parameter to filter by language code. You can combine both filters to find sources in a specific country and language.
World News API indexes thousands of news sources from over 210 countries in 86+ languages, ranging from major international outlets to regional and local publishers.