/diseases/{disease_code}/distribution/{country_code}/outbreaks/news

View as Markdown
Returns curated outbreak **news** articles for a specific **disease** and **country** (path parameters). Articles are limited to that disease–country pair, sorted with the most recently added items first. #### **Path parameters** | Name | Description | | --- | --- | | `disease_code` | Disease identifier (same as elsewhere in the Diseases API). | | `country_code` | Country code (e.g. from `/diseases/fingerprint/countries`). | #### **Query parameters** | Name | Type | Required | Description | | --- | --- | --- | --- | | `count` | integer | No. Default = 20 | Maximum articles returned. Capped at **100**. | #### **Response** JSON with a `data` array. Each item typically includes disease and country names and codes, location fields (`state`, `city`, admin area names), 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.

Response

OK
datalist of objects