COVID-19 News API is a JSON API to find all news mentioning COVID-19 and its synonyms. You can filter news by topic, language, country, website and time period.

It is 100% free!

You do not need to attach your credit card 💳 to use it. Check the link below to get an access.

Obtaining API Key COVID-19 News

Because we decided to open it to everybody, we are obliged to impose some restriction:

<aside> ❗ If you like our API, but you would like to make a search not related to COVID, check our main product Newscatcher API.

</aside>

NewsCatcher API Documentation

/v1/covid Documentation

Quick Example

curl --request GET \\
	--url '<https://covid-19-news.p.rapidapi.com/v1/covid?q=covid&lang=en&from=2020/06/01&sort_by=date&not_sources=dailymail.co.uk>' \\
	--header 'x-rapidapi-key: {YOUR_API_KEY}'