Learn about breaking news detection and how to access emerging stories through the News API v3
Clustering
Validation
Deduplication
Historical Analysis
AI Evaluation
Classification
/breaking_news
endpoint, you receive the most
representative article from each breaking news cluster. Results are ordered by
cluster size, so the most widely covered breaking news appears first.
/breaking_news
endpoint provides access to breaking news stories through
simple API calls.
GET
: Query parameters in the URLPOST
: Parameters in request body (JSON)breaking_news_events
: Array of breaking news events, each representing a
significant news cluster
event_id
: Unique identifier for the breaking news event/clusterarticles_count
: Total number of articles in this breaking news clusterarticles
: Array of articles related to this breaking news event (limited
by the top_n_articles
parameter)Endpoint | Breaking news | Search | Latest headlines |
---|---|---|---|
Purpose | Discover emerging stories with significant traction | Find specific content matching search criteria | Retrieve recent headlines for the specified time period |
Time scope | Fixed at 24 hours | Configurable with from_ and to_ | Configurable with when |
Result grouping | Clustered by event with configurable articles per event | Individual articles | Individual articles |
Primary sorting | By cluster size (coverage volume) | By relevance, date, or rank | By publication date |
Best for | Discovering important new stories | Finding specific content | Monitoring regular updates |