v3 Sources
Get the list of sources in our database
GET
https://v3-api.newscatcherapi.com/api/sources
You must specify at least one of lang
, countries
, predefined_sources
, source_name
, or source_url
.
Query Parameters
Name | Type | Description |
---|---|---|
lang | string | Language(s) that the news outlet publishes in |
countries | string | Country of the news publication |
predefined_sources | string | Get the lists behind out TOP predefined sources per country. The format should be strictly like this: - starting with word - put the number of desired sources top source - 2 letter country code ISO 3166-1 alpha-2 For example:
It is also possible to put multiple countries with custom number of top sources, should be comma separated. For example:
|
include_additional_info | boolean | When set to |
from_rank | integer |
|
to_rank | integer |
|
source_name | string | search using the name of the news publication.
This parameter does not exact matching, so searching for |
source_url | string | search using the domain of the news publication
You can not use the |
Headers
Name | Type | Description |
---|---|---|
x-api-token* | string | your API key |
Get the list of sources in our database
POST
https://v3-api.newscatcherapi.com/api/sources
Headers
Name | Type | Description |
---|---|---|
x-api-token* | string | your API key |
Request Body
Name | Type | Description |
---|---|---|
lang | string | Language(s) that the news outlet publishes in |
countries | string | Country of the news publication |
predefinied_sources | string | Get the lists behind out TOP predefined sources per country. The format should be strictly like this: - starting with word - put the number of desired sources top source - 2 letter country code ISO 3166-1 alpha-2 For example:
It is also possible to put multiple countries with custom number of top sources, should be comma separated. For example:
|
include_additional_info | boolean | When set to |
from_rank | integer |
|
to_rank | integer |
|
source_name | string | search using the name of the news publication.
This parameter does not exact matching, so searching for |
source_url | string | search using the domain of the news publication
You can not use the |
Last updated