← Tools Reference

Currents API

Currents API integration (Data, Social). Imported from open-connector.

API key5 toolshttps://api.currentsapi.services
GET
currents_api_get_latest_news
Retrieve the latest Currents news feed with optional language and region filters.

/v2/latest-news

8 parameters
ParamTypeRequiredDescription
languagestringoptionalComma-separated language codes used to filter the latest news feed.
countrystringoptionalComma-separated region codes used to filter the latest news feed.
categorystringoptionalComma-separated category values used to filter the latest news feed.
typestringoptionalArticle type filter forwarded to Currents.
domainstringoptionalComma-separated domains to include in the latest news feed.
domain_notstringoptionalComma-separated domains to exclude from the latest news feed.
page_numberintegeroptionalOne-based page number to request from Currents.
page_sizeintegeroptionalMaximum number of news articles to request from Currents.
GET
currents_api_search_news
Search Currents news articles with keyword, taxonomy, and time-range filters.

/v2/search

13 parameters
ParamTypeRequiredDescription
keywordsstringoptionalKeyword query forwarded to Currents search.
languagestringoptionalComma-separated language codes used to filter search.
countrystringoptionalComma-separated region codes used to filter search.
categorystringoptionalComma-separated category values used to filter search.
start_datestringoptionalUTC timestamp filter in ISO 8601 format, such as 2026-04-29T00:00:00Z.
end_datestringoptionalUTC timestamp filter in ISO 8601 format, such as 2026-04-29T00:00:00Z.
typestringoptionalArticle type filter forwarded to Currents search.
domainstringoptionalComma-separated domains to include in the search results.
domain_notstringoptionalComma-separated domains to exclude from the search results.
authorstringoptionalComma-separated author names used to filter search.
page_numberintegeroptionalOne-based page number to request from Currents.
page_sizeintegeroptionalMaximum number of news articles to request from Currents search.
cursorstringoptionalCursor token returned by Currents for deep pagination.
GET
currents_api_list_available_languages
List the language codes currently supported by Currents.

/v2/available/languages

GET
currents_api_list_available_regions
List the region codes currently supported by Currents.

/v2/available/regions

GET
currents_api_list_available_categories
List the news categories currently supported by Currents.

/v2/available/categories