Retrieve sources
Retrieves the list of local news sources available in the database. Filterable by language, country, and theme.
Authorizations
Body
The language(s) of the search. The only accepted format is the two-letter ISO 639-1 code. To select multiple languages, use a comma-separated string or an array of strings.
To learn more, see Enumerated parameters > Language.
["en", "es"]The countries where the news publisher is located. The accepted format is the two-letter ISO 3166-1 alpha-2 code. To select multiple countries, use a comma-separated string or an array of strings.
To learn more, see Enumerated parameters > Country.
["US", "CA"]Filters articles based on their general topic, as determined by NLP analysis. To select multiple themes, use a comma-separated string or an array of strings.
To learn more, see NLP features.
Available options: Business, Economics, Entertainment, Finance, Health, Politics, Science, Sports, Tech, Crime, Financial Crime, Lifestyle, Automotive, Travel, Weather, General.
["Business", "Finance"]Response
Successful response containing the list of sources
The response model for the Sources request.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null/undefinedif the data couldn't be extracted during processing.

