/diseases/{disease_code}/outbreaks/news

View as Markdown
Returns curated outbreak **news** articles for a single **disease** (all countries), ordered by outbreak date (newest first). #### **Path parameters** | Name | Description | | --- | --- | | `disease_code` | Disease identifier (same as elsewhere in the Diseases API). | #### **Query parameters** | Name | Type | Required | Description | | --- | --- | --- | --- | | `count` | integer | No. Default = 20 | Maximum articles returned. Capped at **100**. | | `max_age_days` | integer | No | If provided and numeric, narrows results using outbreak date when present, otherwise publication date, within the last N days. | #### **Response** JSON with a `data` array. Each item typically includes disease and country names and codes, state and city, coordinates when available, outbreak and publication dates, title, news source, URL, case and death counts (including animal figures where present), and a short summary (`abstract`).

Authentication

Authorizationstring
API Key authentication via header

Query parameters

countintegerOptional

Maximum articles returned. Default 20; values above 100 are capped at 100.

max_age_daysintegerOptional

Optional. When set to a whole number, only articles with a recent outbreak date or publication date (within this many days) are included.

Response

OK
datalist of objects