← Back to Dashboard

News

NewsActiveFreeAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Headlines currently published on a range of news sources and blogs

✨ AI Summary

Search real-time global news articles and headlines from various sources and blogs using this API.

Code Example

import requests

url = "https://newsapi.org/v2/top-headlines"
params = {
    "q": "tesla",
    "apiKey": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)