Skip to main content
GET

Description

Returns a paginated list of articles. Every article includes base fields by default. Use the include parameter to request additional enrichment modules like sentiment, entities, or market impact.

Headers

string
required
Your Rushed API keyFormat: rsh_live_xxxxxxxxxxxx

Query Parameters

string
Comma-separated enrichment modules. Options: sentiment, market_impact, entities, translations, scoring, classification, metaExample: sentiment,entities
string
Filter by primary sector codeOptions: FIN, TEC, SAU, ENE, MAT, IND, CON, IMO, AGR, TRA, COM, SER, GOV, ESP, CRY, FIP, CIE, DEF, CUL, EDU, AMB, SOC, TUR
string
Filter by primary topic codeOptions: M&A, IPO, RES, DIV, REG, POL, MAC, ESG, INO, CRI, EXE, TRB, INT, JUR, EXP, PAR, DEB, TRF, CPT, INF, CLI, SEG, SAP, ELE, TRI, CIB, EDI
string
Filter by urgency: CRITICAL, HIGH, MEDIUM, LOW
string
Filter by content type: BREAKING, REPORT, ANALYSIS, INTERVIEW, NEWS, PRESS, RUMOR
boolean
Filter for breaking news only
string
Filter by language: pt, en, es
string
Filter by source domain (comma-separated). Example: reuters.com,bloomberg.com
string
ISO 8601 datetime. Only articles published after this date.
string
ISO 8601 datetime. Only articles published before this date.
string
Full-text search across title, subtitle, and summary
string
default:"publishedAt"
Sort order:
  • publishedAt — most recent first (default)
  • baseScore — highest quality score first
  • urgencyLevel — most urgent first (CRITICAL > HIGH > MEDIUM > LOW)
  • relevance — composite of score + recency. Best for feeds that need both quality and freshness. A score-60 article from 1h ago ranks higher than a score-80 article from 2 days ago.
integer
default:"20"
Results per page (1–100)
integer
default:"0"
Number of results to skip

Response

boolean
required
Always true on success
array
required
Array of article objects
object
required