/countries/{country_code}/outbreaks/news

View as Markdown
Returns curated **outbreak news** articles for **all diseases** associated with the given **country**. #### **Path parameters** | Name | Description | | --- | --- | | `country_code` | GIDEON country code (see `GET /countries`). | #### **Query parameters** | Name | Required | Description | | --- | --- | --- | | `count` | No | Maximum articles returned (default 20, capped at **100**). Results are ordered with the most recently added items first. | #### **Response** JSON with a `data` array. Each item includes a `news_id`, disease and country names and codes, location fields, dates, title, source, URL, case counts, summary (`abstract`), and administrative area names where available.

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