Sources
Retrieve sources
Retrieves the list of sources available in the database. You can filter the sources by language, country, and more.
POST
Authorizations
Body
application/json
Request body for searching news sources based on specified criteria such as language, country, and more.
The body is of type object
.
Response
200
application/json
A successful response containing a list of news sources that match the specified criteria.
The response model for a successful Sources
request retrieving news sources matching the specified criteria. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing.