Athena News API Documentation
FeaturesPricingContact UsCreate AccountSign In
Athena API v3
Athena API v3
  • About Athena News API
  • v3 Change Summary
  • Account Overview
    • Account Overview
    • Dashboard
    • News Search
    • API Key
    • Account Settings
    • Manage Subscription
  • Getting Started
    • API Quickstart
    • Python SDK
    • Intro to Building a Query
    • API Reference
      • News Search
      • Headlines (BETA)
    • Data Model Reference
      • Articles
      • Entities
    • Supported Languages
    • Rate Limits
    • Troubleshooting
Powered by GitBook
On this page
  1. Getting Started

API Reference

PreviousIntro to Building a QueryNextNews Search

Athena News API supports two primary use cases: and .

For news searches, we recommend using /api/v2/query-async, which lets you submit a query and retrieve the results later via /api/v2/get-results, making it well-suited for larger queries spanning extended timeframes. For shorter timeframes, such as one or two days, the /api/v2/query method is a more suitable option.

For retrieving headlines, use /api/v2/headlines. It will return headlines, which consists of news articles clustered around a given topic.

{
    "error": "not authorized"
}
{
    "state": "FAILED"
}
searching the news
retrieving headlines