← Back to Dashboard

New York Times

NewsActiveUnknownAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Provides news

✨ AI Summary

The New York Times API provides access to news articles and various content from The New York Times.

Code Example

import requests

url = "https://api.nytimes.com/svc/search/v2/articlesearch.json"
params = {
    "q": "election",
    "api-key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)