/diseases/{disease_code}/distribution/{country_code}/sporadic-events

View as Markdown
Returns **sporadic** outbreak records for a **single disease** in **one country**—the same detailed row model as **`GET /diseases/{disease_code}/distribution/{country_code}/outbreaks`**, but filtered so each row’s **`type`** is a sporadic classification. Rows include identifiers (**`hash_id`**, **`id`** with an **`sp_`…** prefix for sporadic rows), timestamps (**`update_date`**, **`update_date_epoch`**), year fields (**`outbreak_start`**, **`outbreak_first_reported`**, **`outbreak_end`**, **`outbreak_last_reported`**, **`publication_year`**), counts, geography (**`region`**, **`state`**, **`city`**, **`latitude`**, **`longitude`**), context (**`vehicle`**, **`setting`**, **`population`**, **`pathogen`**, **`clinical`**, animal fields), free-text **`notes`** (may contain HTML and GIDEON tags), and resolved **`references`**. Field names are returned in **lowercase** after the API’s normalization pass. #### **Path parameters** | Name | Description | | --- | --- | | `disease_code` | GIDEON disease id. | | `country_code` | GIDEON country code. | #### **Query parameters** None. #### **Success response** `{ "data": [ … ], "timestamp": … }` — **`timestamp`** is a Unix epoch (seconds) taken from the most recent **outbreak-class** update for the same disease and country (the same freshness field used alongside the main outbreaks list), or **`null`** when none exists. When no sporadic rows match, **`data`** is an empty array.

Authentication

Authorizationstring
API Key authentication via header

Response

OK