/diseases/outbreaks/news
/diseases/outbreaks/news
Returns curated disease outbreak news articles, ordered by outbreak date (newest first).
#### **Query parameters**
| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `count` | integer | No. Default = 20 | Maximum number of articles when `days` is **not** used. Capped at **100** (larger values are treated as 100). |
| `days` | integer | No | If set, only articles added to the feed within the last `days` days are returned (maximum effective window **20** days). When `days` is set, `count` is **not** applied. |
#### **Response**
JSON object with a `data` array. Typical fields per article include disease and country names and codes, location (state, city, admin areas), dates, title, source, URL, case counts, summary (`abstract`), and related labels.
Authentication
Authorizationstring
API Key authentication via header
Query parameters
count
Maximum rows returned when days is omitted. Default is 20. Not applied when days is provided (all approved matches in the window are returned).
days
Optional. Only include articles added to the feed within the last N days. Values above 20 are treated as 20; values below 1 are ignored (same as omitting days).
Response
OK
data